X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2FChangeLog;h=6055de6ec73fde865babcf66a36272123966f2d9;hb=6fd120ffe982ec7b6d817c7f0171ac0115ea1ac3;hp=633316b9f0148b3727aa100c5df1bf33513036be;hpb=589291068cc2b53ed3652376a25cf87ebd45806c;p=gnulib.git diff --git a/lib/ChangeLog b/lib/ChangeLog index 633316b9f..6055de6ec 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,67 @@ +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 + unsetenv(). + * setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following + modifications: + + 2002-12-11 Bruno Haible + + * setenv.c (alloca): Fall back to malloc. + (freea): New macro. + (setenv): Use freea() to free memory allocated with alloca(). + + 2002-11-13 Bruno Haible + + * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C + function declarations. + * unsetenv.c (unsetenv): Likewise. + + 2002-03-04 Bruno Haible + + Portability to AIX 4.3.3. + * unsetenv.c: New file, extracted from setenv.c. + * setenv.c: Move the unsetenv() function to unsetenv.c. + + 2001-12-20 Bruno Haible + + * setenv.c (__add_to_environ): Don't call realloc(NULL,...), + use malloc instead. For SunOS4. + + 2001-12-11 Bruno Haible + + * setenv.c: Declare alloca. + (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.