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
2012-02-16 * autoload.cc (NetUseGetInfo): Define.Corinna Vinschen
2012-02-02 Fix memory and handle leaks due to fdopendir:Corinna Vinschen
2011-12-15 Don't leave Windows 2000 behind.Corinna Vinschen
2011-08-16 * autoload.cc (GetModuleHandleExW): Define.Corinna Vinschen
2011-05-28* autoload.cc: Call _api_fatal in asm.Christopher Faylor
2011-05-11 * autoload.cc: Remove useless comment.Corinna Vinschen
2011-05-11 * autoload.cc (EnumProcessModules): Remove.Corinna Vinschen
2011-05-11 * autoload.cc (GetModuleFileNameExW): Remove.Corinna Vinschen
2011-05-11 * autoload.cc (QueryWorkingSet): Remove.Corinna Vinschen
2011-05-11 * autoload.cc (GetProcessMemoryInfo): Remove.Corinna Vinschen
2011-05-01 Throughout, use user32 UNICODE functions rather than ANSI functions.Corinna Vinschen
2011-04-28 * autoload.cc (GetSecurityInfo): Remove.Corinna Vinschen
2011-04-19 * autoload.cc (GetConsoleWindow): Drop.Corinna Vinschen
2011-04-19 * Makefile.in (DLL_IMPORTS): Drop advapi32.dll.Corinna Vinschen
2011-04-04 Drop NT4 support.Corinna Vinschen
2011-04-02 * autoload.cc (FindFirstVolumeA): Remove.Corinna Vinschen
2011-04-02 * autoload.cc (GetExtendedTcpTable): Remove.Corinna Vinschen
2011-04-01 * Makefile.in (DLL_OFILES): Add avapi32.o.Corinna Vinschen
2011-03-29 * fhandler_socket.cc (get_inet_addr): Make externally available.Corinna Vinschen
2011-03-29 * autoload.cc (UuidCreate): Remove.Corinna Vinschen
2011-03-29 * autoload.cc (winmm): Remove time functions. Don't treatCorinna Vinschen
2011-03-23* autoload.cc (dll_load): Change error message to make it clear if a newer DLLChristopher Faylor
2011-03-02* autoload.cc (dll_load): Avoid in_forkee test since this apparently fails evenChristopher Faylor
2011-03-01* autoload.cc (dll_load): Only perform DONT_RESOLVE_DLL_REFERENCES hack onChristopher Faylor
2011-02-28* autoload.cc (dll_load): Make inline. Clarify logic.Christopher Faylor
2011-02-27 * autoload.cc (dll_load): Only call LoadLibraryExW withCorinna Vinschen
2011-02-27* autoload.cc: Use LoadDLLfuncEx3 for all winmm functions. Accommodate changesChristopher Faylor
2011-02-26 * autoload.cc: Make autoloaded ntdll function non-optional. Ditto forCorinna Vinschen
2011-02-15 * Throughout fix copyright dates.Corinna Vinschen
2011-02-05* autoload.cc (wsock_init): Properly define WSAStartup function pointer toChristopher Faylor
2010-12-09 * autoload.cc (RETRY_COUNT): New define.Corinna Vinschen
2010-11-23 * autoload.cc (SendARP): Remove.Corinna Vinschen
2010-10-02* autoload.cc (std_dll_init): Add a retry loop.Christopher Faylor
2010-09-28 Revert accidental previous login.Corinna Vinschen
2010-09-28 * Makefile.in (DLL_IMPORTS): Remove libadvapi32.a.Corinna Vinschen
2010-09-25 * autoload.cc: Throughout. order entry points alphabetically by DLLCorinna Vinschen
2010-09-24* autoload.cc (std_dll_init): Move dll_path closer to its use. Use dll_path inChristopher Faylor
2010-09-24* autoload.cc (std_dll_init): Use correct format type when displaying dll nameChristopher Faylor
2010-09-11winsup/cygwin/ChangeLog:Dave Korn
2010-08-30 * autoload.cc (MsgWaitForMultipleObjectsEx): Define.Corinna Vinschen
2010-08-28 * autoload.cc (LoadDLLprime): Change dllname storage to string16.Corinna Vinschen
2010-07-19* autoload.cc (noload): Use "pushl" rather than "push".Christopher Faylor
2010-04-19 * autoload.cc (GetNamedPipeClientProcessId): Define.Corinna Vinschen
2010-03-13Throughout change all calls of low_priority_sleep (0) to yield ().Christopher Faylor
2010-01-23 * Makefile.in (DLL_OFILES): Add nlsfunc.o and strfmon.o.Corinna Vinschen
2009-11-17 Reintegrate socket duplication via WSADuplicateSocket/WSASocket.Corinna Vinschen
2009-09-22 * autoload.cc (WSARecv): Define.Corinna Vinschen
2009-07-06 * autoload.cc: Delete stray CR.Corinna Vinschen
2009-07-05* autoload.cc (SetParent): Add new import.Christopher Faylor
2009-07-04 * autoload.cc (AttachConsole): Correct size of args.Dave Korn