* getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
[gnulib.git] / lib / ChangeLog
index 6a30f1e..1164ad0 100644 (file)
@@ -1,5 +1,36 @@
+2005-11-08  Eric Blake  <ebb9@byu.net>
+
+       * getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
+
+2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Fix porting problem reported by Theodoros V. Kalamatianos.
+       * utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
+       Don't assume that futimes failing means we must fail.
+
+2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * getcwd.c (__getcwd): Don't assume that system calls after readdir
+       leave errno alone.  Problem reported by Dmitry V. Levin.
+
+2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * savedir.c (savedir): Don't assume that xrealloc etc. leave
+       errno alone.  Problem reported by Frederic Jolliton.
+
 2005-10-28  Simon Josefsson  <jas@extundo.com>
 
+       * inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
+       "restrict" keywords, as per POSIX.  Protect the function
+       declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
+       Don't use K&R prototypes.  Check the sprintf return values.
+       Re-define EAFNOSUPPORT if not present.  Indent.
+
+       * md5.h, md5.c: Simplify buffer handling visavi alignment,
+       suggested by Bruno Haible <bruno@clisp.org>.
+
+       * gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
+
        * gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
 
        * gc-libgcrypt.c: Add MD2 (which is not available through
@@ -21,7 +52,7 @@
 
 2005-10-22  Simon Josefsson  <jas@extundo.com>
 
-       * md4.c, md4.c: Simplify buffer handling visavi alignment,
+       * md4.h, md4.c: Simplify buffer handling visavi alignment,
        suggested by Bruno Haible <bruno@clisp.org>.
 
 2005-10-22  Simon Josefsson  <jas@extundo.com>
 
 2005-10-19  Simon Josefsson  <jas@extundo.com>
 
-       * gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4. 
+       * gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
 
 2005-10-18  Simon Josefsson  <jas@extundo.com>