X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2FChangeLog;h=94f6bb74188de76a3f4d6b2906e7679abe2951bf;hb=e1a15e1dd928decc9477834db7cc744072da297d;hp=8a9016d71ae0f9735d2ab3465fc380847c6be10e;hpb=ff127c0eacb4a6d6e5756faf7a96de30f4fa1125;p=gnulib.git diff --git a/lib/ChangeLog b/lib/ChangeLog index 8a9016d71..94f6bb741 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,27 @@ +2001-02-07 Jim Meyering + + * regex.c: Update from libc. + +2001-01-30 Bruno Haible + + * config.charset: Update for FreeBSD 4.2. + +2001-01-26 Jim Meyering + + * quotearg.c: Include stddef.h. + * quote.c: Include stddef.h. + Reported by Axel Kittenberger. + + * xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking + line in double quotes so that it evokes a better diagnostic. + [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise. + Reported by Axel Kittenberger. + +2001-01-15 Bruno Haible + + * unicodeio.c (print_unicode_char): Cast the second iconv() arg, + to avoid a warning. Add back 'const' to inptr. + 2001-01-16 Jim Meyering * basename.c: Include , needed by assert on SunOS4.