X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=12a8136798d01286f1848e8b1b8979ca67b3f2f5;hb=0a9fff2e522a3856ebdc4970ca0ca9b88070c07b;hp=eb22c0f9cecce518957e8eaaa24a3bfa872bddd5;hpb=9c504099cf06fcd0b552d26c38d558e2ae575d94;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index eb22c0f9c..12a813679 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,28 @@ +2008-05-30 Simon Josefsson + + * tests/test-base64.c: Cast size_t to unsigned long when invoking + printf. Use %lu instead of %d. Reported by Bruno Haible + . + +2008-05-29 Eric Blake + + Prefer new POSIX 200x interfaces over futimesat. + * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat. + * lib/utimens.c (gl_futimens): Use them for nanosecond resolution + when available. + [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation. + +2008-05-28 Bruno Haible + + * modules/stpcpy (License): Change to LGPLv2+. + Requested by David Lutterkort . + +2008-05-27 Bruno Haible + + * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for + current mingw. + Reported by Jose E. Marchesi . + 2008-05-27 Bruno Haible * modules/iconv_open (Link): New section, from module 'iconv'.