X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2FChangeLog;h=c2c012a697a51a5920a46b8813f4e5bbf40aa64c;hb=9f85c9185524b3117898bcec9794e1891a588546;hp=a9a54771d23405af8887687719aae9824abc0af9;hpb=92963f62672f81f79a01e57309772c468582d87d;p=gnulib.git diff --git a/lib/ChangeLog b/lib/ChangeLog index a9a54771d..c2c012a69 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,108 @@ +2006-06-28 Eric Blake + + * xvasprintf.h: Fix comments. + +2006-06-28 Eric Blake + + * mbchar.h (wcwidth): Include wcwidth.h. + * mbswidth.c (wcwidth): Move from here... + * wcwidth.h: ...to this new file. + +2006-06-28 Simon Josefsson + + * getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the + functions there. It will succeed on Windows XP, but on Windows + 2000 and (presumably) earlier, it will fail, and use the internal + re-implementation. + (use_win32_p): New function. + (getaddrinfo): Use strtoul on servname, to support numeric ports. + Support AI_NUMERICSERV to disable getservbyname. + (getnameinfo): New function, only supports + NI_NUMERICHOST|NI_NUMERICSERV for now. + + * getaddrinfo.h: Test and check for AI_* flags separately, MinGW + only have some of them. Add AI_NUMERICSERV. Add prototype for + getnameinfo. + +2006-06-27 Bruno Haible + + * stdlib_.h (intmax_t, uintmax_t): Undefine before typedef. + +2006-06-26 Paul Eggert + + * base64.c (B64): Use _ as the formal parameter, not x, to avoid + bug in IBM C V6 for AIX. Problem reported by Larry Jones in + . + +2006-06-26 Bruno Haible + + * stdlib_.h: Include if necessary for WCHAR_MIN or + WCHAR_MAX. + Reported by Mark D. Baushke and Larry Jones. + +2006-06-26 Bruno Haible + + * stdlib_.h: Don't include when using the SGI C compiler + in pre-C99 mode. + Suggested by Mark D. Baushke and Larry Jones. + +2006-06-23 Mark D. Baushke + + * stdlib_.h: Treat BSD/OS like OpenBSD. + +2006-06-23 Bruno Haible + + * stdlib_.h: Treat IRIX like OpenBSD. + +2006-06-23 Bruno Haible + + * stdlib_.h (UINT8_C, UINT16_C, UINT32_C): Define according to + ISO C 99 Technical Corrigendum 1. + +2006-06-22 Paul Eggert + + * glob.c (collated_compare): Remove 'const' uses that weren't needed. + Some compiler complained about some of them. Problem reported by + Larry Jones in + . + +2006-06-21 Simon Josefsson + + * getaddrinfo.c (getaddrinfo): Set ai_family in the return + variable. + + * socket_.h: Don't define WINVER. + + * inet_pton.h, inet_pton.c: New file, taken from glibc but + slightly modified to work in gnulib. + +2006-06-19 Paul Eggert + + * read-file.c (fread_file): Start with buffer allocation of + 0 bytes rather than 1 byte; this simplifies the code. + Don't invoke feof; it's not needed. Refactor to avoid duplicate + code to free buffer and save/restore errno. + (internal_read_file): Remove unused local. + +2006-06-20 Paul Eggert + + * openat.c (openat): Use ?:, not if, to work around GCC bug 4210 + . + Problem reported by Denis Excoffier in + . + +2006-06-19 Simon Josefsson + + * inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it. + +2006-06-19 Paul Eggert + + * alloca_.h (alloca) [defined alloca]: Don't define or declare. + +2006-06-17 Bruno Haible + + * stdint_.h [FreeBSD >= 5]: Don't include . + 2006-06-17 Bruno Haible * stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a @@ -27,7 +132,7 @@ reported by Andreas Schwab. 2006-05-30 Ralf Wildenhues - Bruno Haible + Bruno Haible * strndup.c (strndup) [!_LIBC]: Don't undefine macro definition. @@ -383,7 +488,7 @@ (re_acquire_state_context): Likewise. 2006-03-29 Mark D. Baushke - Bruno Haible + Bruno Haible * stdint_.h: On OpenBSD, don't redefine types already included in and .