Avoid function names used in standard libraries.
[gnulib.git] / lib / ChangeLog
index 02fa197..6055de6 100644 (file)
@@ -1,3 +1,28 @@
+2002-12-22  Bruno Haible  <bruno@clisp.org>
+
+       * getstr.h (getstr): Define, to avoid clash with libcurses.
+       * linebuffer.h (readline): Define, to avoid clash with libreadline.
+
+2002-12-22  Bruno Haible  <bruno@clisp.org>
+
+       * getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not HAVE_TM_ZONE.
+
+2002-12-23  Bruno Haible  <bruno@clisp.org>
+
+       * getline.h: Include <stddef.h>, for size_t.
+
+       * unicodeio.h: Include <stddef.h>, for size_t.
+       * unicodeio.c: Don't include <stddef.h>.
+
+2002-12-17  Bruno Haible  <bruno@clisp.org>
+
+       * 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  <bruno@clisp.org>
 
        * 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  <eggert@twinsun.com>
 
        Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.