Fix typo, from Jim Hyslop <jhyslop@dreampossible.ca>.
[gnulib.git] / lib / ChangeLog
index b5e13f8..2dbf6cf 100644 (file)
@@ -1,3 +1,29 @@
+2006-06-30  Jim Hyslop <jhyslop@dreampossible.ca>  (tiny change)
+
+       * getaddrinfo.c: fixed typo
+
+2006-06-29  Eric Blake  <ebb9@byu.net>
+
+       * stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
+       unused static function.
+
+2006-06-29  Eric Blake  <ebb9@byu.net>
+
+       * stat_.h: New file.
+
+2006-06-29  Derek R. Price  <derek@ximbiot.com>
+
+       * strftime.c: Assume strftime() exists.
+
+2006-06-28  Bruno Haible  <bruno@clisp.org>
+
+       * getaddrinfo.h: Fix POSIX URL.
+       * getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of _WIN32.
+       (use_win32_p): Make static.
+       (getaddrinfo): Reject service name if it is empty or does not consist
+       solely of decimal digits, or if its value is > 65535.
+       (getnameinfo): Remove useless casts.
+
 2006-06-28  Derek R. Price  <derek@ximbiot.com>
 
        * savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
@@ -5,8 +31,8 @@
 
 2006-05-12  Bruno Haible  <bruno@clisp.org>
 
-        * mkdtemp.c [MINGW]: Include <io.h>.
-        (mkdir): Define using _mkdir.
+       * mkdtemp.c [MINGW]: Include <io.h>.
+       (mkdir): Define using _mkdir.
 
 2006-06-28  Bruno Haible  <bruno@clisp.org>
 
@@ -42,7 +68,7 @@
 
 2006-06-27  Bruno Haible  <bruno@clisp.org>
 
-       * stdlib_.h (intmax_t, uintmax_t): Undefine before typedef.
+       * stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
 
 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
 
 
 2006-06-26  Bruno Haible  <bruno@clisp.org>
 
-       * stdlib_.h: Include <wchar.h> if necessary for WCHAR_MIN or
+       * stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
        WCHAR_MAX.
        Reported by Mark D. Baushke and Larry Jones.
 
 2006-06-26  Bruno Haible  <bruno@clisp.org>
 
-       * stdlib_.h: Don't include <stdint.h> when using the SGI C compiler
+       * stdint_.h: Don't include <stdint.h> when using the SGI C compiler
        in pre-C99 mode.
        Suggested by Mark D. Baushke and Larry Jones.
 
 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
 
-       * stdlib_.h: Treat BSD/OS like OpenBSD.
+       * stdint_.h: Treat BSD/OS like OpenBSD.
 
 2006-06-23  Bruno Haible  <bruno@clisp.org>
 
-       * stdlib_.h: Treat IRIX like OpenBSD.
+       * stdint_.h: Treat IRIX like OpenBSD.
 
 2006-06-23  Bruno Haible  <bruno@clisp.org>
 
-       * stdlib_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
+       * stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
        ISO C 99 Technical Corrigendum 1.
 
 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>