Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-07-16 * globals.cc: Reorder constant UNICODE_STRINGs for clarity.Corinna Vinschen
2009-07-08winsup/ChangeLog:Dave Korn
2009-04-07 * fhandler.h (class dev_console): Add members con_mbtowc, con_wctomb,Corinna Vinschen
2009-03-24 * ctype.cc (_CTYPE_DATA_0_127): Add _B class to TAB character.Corinna Vinschen
2009-01-03Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor
2008-11-12 * autoload.cc (GetSystemDEPPolicy): Define.Corinna Vinschen
2008-07-18 * environ.cc (known): Remove "binmode" option.Corinna Vinschen
2008-05-23* path.cc (symlink_info::check): Don't pass EaBuffer to NtCreateFile if it hasChristopher Faylor
2008-05-20 * winsup.h (cygwin_inet_addr): Fix type of declaration.Corinna Vinschen
2008-04-24 * cygwin.din (futimens): Export.Corinna Vinschen
2008-04-07Add miscfuncs.h to files as needed throughout.Christopher Faylor
2008-04-01 * Fix copyright dates.Corinna Vinschen
2008-04-01 Throughout, call fcntl64 instead of fcntl or fcntl_worker.Corinna Vinschen
2008-03-27* hookapi.cc (find_first_notloaded_dll): New function.Christopher Faylor
2008-03-14 * fcntl.cc (fcntl_worker): Protect with a 'myfault'.Corinna Vinschen
2008-03-12 * environ.h: Fix comment.Corinna Vinschen
2008-03-12 * winsup.h (NT_MAX_PATH): Revert ill-advised change to 32767.Corinna Vinschen
2008-03-07 * Makefile.in (DLL_OFILES): Add tls_pbuf.o.Corinna Vinschen
2008-03-03* cygtls.cc (_cygtls::init_exception_handler): Semi-revert to making onlyChristopher Faylor
2008-02-25 * dcrt0.cc (initial_env): Only use local buffer "buf" if DEBUGGING isCorinna Vinschen
2008-02-15Perform whitespace cleanup throughout.Christopher Faylor
2008-02-14 * cygheap.cc (cwcsdup): New function.Corinna Vinschen
2008-02-06 * fhandler.h (fhandler_console::trunc_buf): Add to use as cache forCorinna Vinschen
2008-02-05 * autoload.cc (CharToOemA): Remove.Corinna Vinschen
2008-01-31 * dcrt0.cc (dll_crt0_1): Use GetCommandLineW and convert to currentCorinna Vinschen
2007-12-12 * dcrt0.cc: Include string.h.Corinna Vinschen
2007-08-20 * fhandler.cc (rootdir): Delete.Corinna Vinschen
2007-08-16 * ntdll.h (RtlCreateUnicodeStringFromAsciiz): Fix declaration.Corinna Vinschen
2007-07-26 * dir.cc (readdir_worker): Drop dir parameter from call toCorinna Vinschen
2007-07-14* init.cc (in_dllentry): Delete.Christopher Faylor
2007-02-22 * Makefile.in (DLL_IMPORTS): Add libntdll.a.Corinna Vinschen
2007-02-20* exceptions.cc (_cygtls::signal_exit): Only call myself.exit when whenChristopher Faylor
2006-12-13 * winsup.h (clear_procimptoken): Close hProcImpToken in a safer way.Corinna Vinschen
2006-12-12 Partially revert change from 2005-04-03, always running under anCorinna Vinschen
2006-12-11* child_info.h (child_info_spawn::__stdin): New element.Christopher Faylor
2006-12-06 * winsup.h (WINVER): Set to 0x0600 to cover Vista.Corinna Vinschen
2006-10-27 * dcrt0.cc (__api_fatal): Drop spare argument to __small_sprintf.Corinna Vinschen
2006-10-17 * winsup.h (WINVER): Define instead of _WIN32_WINNT. Set to 0x0502.Corinna Vinschen
2006-10-13* winsup.h: Turn off DEBUGGING.Christopher Faylor
2006-08-10* winsup.h: Turn on DEBUGGING by default for now.Christopher Faylor
2006-07-252006-07-25 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen
2006-07-13 * exceptions.cc (_cygtls::handle_exceptions): Call newCorinna Vinschen
2006-06-02* cygheap.cc (cygheap_fixup_in_child): Don't close parent handle here. Let theChristopher Faylor
2006-03-18* child_info.h (CURR_CHILD_INFO_MAGIC): Regenerate.Christopher Faylor
2006-03-16* cygheap.cc (init_cygheap::manage_console_count): Turn console control handlerChristopher Faylor
2006-03-14* child_info.h (child_info_fork::handle_failure): Declare new function.Christopher Faylor
2006-02-23* winsup.h (cygwin_hmodule): Declare.Christopher Faylor
2006-02-07 * dtable.cc (handle_to_fn): Accomodate new argument order in call toCorinna Vinschen
2006-02-05 * environ.cc (struct parse_thing): Add transparent_exe option.Corinna Vinschen
2006-01-28 * autoload.cc (NtQueryDirectoryFile): Define.Corinna Vinschen