X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2FChangeLog;h=94f6bb74188de76a3f4d6b2906e7679abe2951bf;hb=e1a15e1dd928decc9477834db7cc744072da297d;hp=49389877d17586cdcc09dc29f352d0d7f7fd24d1;hpb=d4fede9d32a7228f1717e6744da7867a83220858;p=gnulib.git diff --git a/lib/ChangeLog b/lib/ChangeLog index 49389877d..94f6bb741 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,32 @@ +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. + From Bruno Haible. + 2001-01-14 Jim Meyering * rename.c: New file. From Volker Borchert.