X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2FChangeLog;h=6055de6ec73fde865babcf66a36272123966f2d9;hb=6fd120ffe982ec7b6d817c7f0171ac0115ea1ac3;hp=02fa197f294b823e39f8c11db44db2fccc6174ad;hpb=336175d085dac321bc026534f4d9193c092183d3;p=gnulib.git diff --git a/lib/ChangeLog b/lib/ChangeLog index 02fa197f2..6055de6ec 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,28 @@ +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. + + * fsusage.c: Include full_read.h. + (get_fs_usage): Use full_read instead of safe_read. + + * utime.c (utime_null): Use SAFE_READ_ERROR. + 2002-12-11 Bruno Haible * setenv.h: Rewritten to cope with systems that have setenv() but not @@ -34,6 +59,9 @@ (compar_fn_t): New typedef. (KNOWN_VALUE, STORE_VALUE): Use it. + * Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c, + setenv.h. + 2002-12-10 Paul Eggert Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.