X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2FChangeLog;h=c7d80541a41d9ce4a9d97494a02f56934f54c88e;hb=16a0854acae4ee4124c440b63b795859e33c92c7;hp=f518948797fce52f84397ce41ca89121bbf9c233;hpb=447a77e3a11fb58c5f5b5ed134ce6c3bf540500d;p=gnulib.git diff --git a/lib/ChangeLog b/lib/ChangeLog index f51894879..c7d80541a 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,18 @@ +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,