X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2FChangeLog;h=94f6bb74188de76a3f4d6b2906e7679abe2951bf;hb=e1a15e1dd928decc9477834db7cc744072da297d;hp=50d74ba25bd4a45e1ee39efb2f00271b5133a491;hpb=934fa3339cf9d242099e9fbd748351769afc2029;p=gnulib.git diff --git a/lib/ChangeLog b/lib/ChangeLog index 50d74ba25..94f6bb741 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,47 @@ +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. + Include stdlib.h, string.h or strings.h, and xalloc.h. + Use strip_trailing_slashes rather than open-coding it. + +2001-01-03 Paul Eggert + + * lib/strftime.c: Sync with glibc time/strftime.c 1.81. + +2001-01-03 Jim Meyering + + * unicodeio.c (print_unicode_char): Remove `const' from declaration of + local `inptr' to avoid warning with some system declarations of iconv. + 2000-12-29 Paul Eggert * lib/modechange.c: Do not assume that mode_t uses the