X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2FChangeLog;h=1164ad080a07c038f95d0365b7dc62f96534a7b0;hb=21af7caab46e4aba4f9fbb644e845fdc4c6af4df;hp=6a30f1e95122b0267fd94fa35d0ad1508a873dd8;hpb=c5d8261e0e5c4675b6238af2f25cad968b94d8c8;p=gnulib.git diff --git a/lib/ChangeLog b/lib/ChangeLog index 6a30f1e95..1164ad080 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,36 @@ +2005-11-08 Eric Blake + + * getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS. + +2005-10-30 Paul Eggert + + 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 + + * 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 + + * savedir.c (savedir): Don't assume that xrealloc etc. leave + errno alone. Problem reported by Frederic Jolliton. + 2005-10-28 Simon Josefsson + * 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 . + + * 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 - * md4.c, md4.c: Simplify buffer handling visavi alignment, + * md4.h, md4.c: Simplify buffer handling visavi alignment, suggested by Bruno Haible . 2005-10-22 Simon Josefsson @@ -86,7 +117,7 @@ 2005-10-19 Simon Josefsson - * 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