X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2FChangeLog;h=d6605de21671a99b4176bb99212843313e3a610d;hb=ef8e4e5cfec5367d1c3c3aedf15408371de20f6d;hp=73d24e051394570187d62245405277cfbf57e437;hpb=4707e73c8e53294d1707c049265a99d4de5a0777;p=gnulib.git diff --git a/lib/ChangeLog b/lib/ChangeLog index 73d24e051..d6605de21 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,40 @@ +2002-12-31 Paul Eggert + + * memcoll.c (memcoll): Fall back on a simple algorithm using + memcmp if strcoll doesn't work. + +2002-12-23 Bruno Haible + + * localcharset.h: New file. + * localcharset.c: Include it. + * unicodeio.c: Likewise. + +2002-12-22 Bruno Haible + + * utime.c (utime_null): No need to call ftruncate if the file was + nonempty. + +2002-12-23 Bruno Haible + + * memcoll.c (STRCOLL): New macro. + (memcoll): Use it. + +2002-12-22 Bruno Haible + + * getstr.h (getstr): Define, to avoid clash with libcurses. + * linebuffer.h (readline): Define, to avoid clash with libreadline. + +2002-12-22 Bruno Haible + + * getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not HAVE_TM_ZONE. + +2002-12-23 Bruno Haible + + * getline.h: Include , for size_t. + + * unicodeio.h: Include , for size_t. + * unicodeio.c: Don't include . + 2002-12-17 Bruno Haible * canon-host.c (strdup): Remove unused declaration.