X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=f96815a33ceb4b034b9e4f379c7c1d39dd4a523f;hb=889c9cb84b2aff4a4f7ff9c35cacf2adbb0644c4;hp=230a150ac3959e359f49aeea49a3e66f5546ddbc;hpb=cfc551f783f5bde5457a350fcc99bfc64857573d;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 230a150ac..f96815a33 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,65 @@ +2008-05-21 Jim Meyering + + avoid a warning from gcc + * lib/vasnprintf.c (IF_LINT): Define. + (scale10_round_decimal_long_double): + Use it to avoid a "may be used uninitialized" warning. + (scale10_round_decimal_double): Likewise. + +2008-05-21 Simon Josefsson + + * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is + declared. + +2008-05-20 Bruno Haible + + * tests/test-memcmp.c (main): Test also the sign of the result. Test + against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP. + +2008-05-20 Simon Josefsson + + * modules/memcmp-tests: New file. + * tests/test-memcmp.c: New file. + +2008-05-19 Bruno Haible + + * modules/propername (Notice, configure.ac): Put quoted "..." into + --keyword option. + * lib/propername.h: Update comments accordingly. + Reported by Eric Blake. + +2008-05-19 Martin Lambers (tiny change) + + * modules/getpass-gnu (Depends-on): Add fseeko. + +2008-05-19 Simon Josefsson + + * modules/base64-tests: New file. + +2008-05-19 Bo Borgerson + + * lib/base64.c (base64_decode_ctx): If a decode context structure + was passed in use it to ignore newlines. If a context structure + was _not_ passed in, continue to treat newlines as garbage (this + is the historical behavior). Formerly base64_decode. + (base64_decode_alloc_ctx): Formerly base64_decode_alloc. Now + takes a decode context structure. + * lib/base64.h (base64_decode): Macro for four-argument calls. + (base64_decode_alloc): Likewise. + * lib/base64.c (base64_decode_ctx): If a decode context structure + was passed in use it to ignore newlines. If a context structure + was _not_ passed in, continue to treat newlines as garbage (this + is the historical behavior). Formerly base64_decode. + (base64_decode_alloc_ctx): Formerly base64_decode_alloc. Now + takes a decode context structure. + * lib/base64.h (base64_decode): Macro for four-argument calls. + (base64_decode_alloc): Likewise. + 2008-05-19 Jim Meyering avoid a warning from gcc * lib/trim.c (IF_LINT): Define. - (trim2): Use it to void a "may be used uninitialized" warning. + (trim2): Use it to avoid a "may be used uninitialized" warning. Fix doc typo. * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/. @@ -414,7 +471,7 @@ avoid a warning from gcc * lib/getndelim2.c (IF_LINT): Define. - (getndelim2): Use it to void a "may be used uninitialized" warning. + (getndelim2): Use it to avoid a "may be used uninitialized" warning. vc-list-files: work properly with build-aux/cvsu, too * build-aux/vc-list-files: Hoist the "./"-removing code to apply