X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2FChangeLog;h=c7d80541a41d9ce4a9d97494a02f56934f54c88e;hb=16a0854acae4ee4124c440b63b795859e33c92c7;hp=b09573e3e195cb5ff1b716ec7771958b623faa4e;hpb=e00b8fd42115322c0136dd4c1029547c48ac2398;p=gnulib.git diff --git a/lib/ChangeLog b/lib/ChangeLog index b09573e3e..c7d80541a 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,10 +1,34 @@ +2001-12-18 Paul Eggert + + See the big note in ../ChangeLog. + * human.c (suffixes): Prefer K to k for 1024. + (generate_suffix_backwards): New function. + (human_readable_inexact): Use it. + +2001-12-15 Jim Meyering + + * regex.h (__restrict_arr): Update from libc. + + * mountlist.h (ME_REMOTE): Recognize file systems of type smbfs + as `remote' if the name starts with `//'. Suggested by Michael Stone. + (STREQ): Define. + +2001-12-10 Jim Meyering + + * linebuffer.c: Remove explicit declarations of xmalloc and xrealloc, + Instead, include "xalloc.h". + (initbuffer): Don't cast xmalloc return value to char*. + (readline): Reword comment. + Don't cast xrealloc return value to char* + Return NULL, not 0. + 2001-12-09 Jim Meyering - * modechange.c (mode_compile): Add cast to avoid warning about + * modechange.c (mode_compile): Add cast to avoid pedantic warning about `signed and unsigned type in conditional expression'. * posixtm.c (posix_time_parse): Likewise. - * xreadlink.c (xreadlink): Add cast to avoid a warning. + * xreadlink.c (xreadlink): Add cast to avoid a pedantic warning. * readtokens.c (readtoken): Declare an index to be of type unsigned to avoid a pedantic warning.