newlib/winsup
Corinna Vinschen cb19ccf4b5 * net.cc (cygwin_inet_ntoa): Rearrange previous patch to use
thread local buffer space when compiled thread safe.
        (cygwin_getprotobyname): Ditto.
        (cygwin_getprotobynumber): Ditto.
        (cygwin_getservbyname): Ditto.
        (cygwin_getservbyport): Ditto.
        (cygwin_gethostbyname): Ditto.
        (cygwin_gethostbyaddr): Ditto. Move near to cygwin_gethostbyname.
        * thread.h (struct _winsup_t): Add pointers for above used buffer space.
        * passwd.cc (getpwduid): Remove initializing passwd.
        (setpwent): Ditto.
        (endpwent): Ditto.
        (setpassent): Ditto.
2001-08-22 21:51:48 +00:00
..
bz2lib * Makefile.in: Add -U_WIN32 to CFLAGS compile line to avoid inappropriate 2001-04-19 03:55:02 +00:00
cygwin * net.cc (cygwin_inet_ntoa): Rearrange previous patch to use 2001-08-22 21:51:48 +00:00
doc WinME also affected by missing pipe key 2001-07-06 00:57:52 +00:00
mingw * include/stdlib.h (_wpgmptr): Don't declare ifndef __MSVCRT__. 2001-08-05 12:52:43 +00:00
subauth * Makefile.in: Use 'rm -f' when cleaning. 2001-05-20 04:25:02 +00:00
testsuite * winsup.api/mmaptest01.c: Add log output. 2001-05-21 09:03:38 +00:00
utils * cygpath.cc (main): Support -w for Windows (System) directories and return 2001-08-15 03:24:18 +00:00
w32api * include/setupapi.h : New file. 2001-08-21 13:58:52 +00:00
ChangeLog * Makefile.common: Change method for finding current directory. 2001-05-15 05:11:55 +00:00
configure * configure.in: Fix typo. 2001-05-05 04:18:16 +00:00
configure.in * configure.in: Fix typo. 2001-05-05 04:18:16 +00:00
CYGWIN_LICENSE
MAINTAINERS
Makefile.common * Makefile.common: Change method for finding current directory. 2001-05-15 05:11:55 +00:00
Makefile.in