New module xsetenv.
[gnulib.git] / lib / ChangeLog
index 0531550..0d41783 100644 (file)
@@ -1,3 +1,56 @@
+2003-01-27  Bruno Haible  <bruno@clisp.org>
+
+       * xsetenv.h: New file, from GNU gettext.
+       * xsetenv.c: New file, from GNU gettext.
+
+2003-01-23  Bruno Haible  <bruno@clisp.org>
+
+       * minmax.h: New file, from GNU gettext, with comments from Paul Eggert.
+
+2003-01-22  Bruno Haible  <bruno@clisp.org>
+
+       * exit.h: New file, from GNU gettext.
+
+2003-01-11  Bruno Haible  <bruno@clisp.org>
+
+       * stpcpy.h (stpcpy): Use ANSI C function declarations.
+       * strcase.h (strcasecmp, strncasecmp): Likewise.
+
+2003-01-14  Jim Meyering  <jim@meyering.net>
+
+       * same.c (same_name): Tweak a comment.
+
+2003-01-11  Bruno Haible  <bruno@clisp.org>
+
+       * same.c (same_name): Reorder tests so as to avoid calling stat()
+       when a string comparison is sufficient.
+
+2003-01-11  Bruno Haible  <bruno@clisp.org>
+
+       * readtokens.c (readtoken): Cast character to 'unsigned char', not
+       'unsigned int'.
+
+2003-01-11  Bruno Haible  <bruno@clisp.org>
+
+       * hash-pjw.c: Add comment about low quality of this function.
+
+2003-01-12  Paul Eggert  <eggert@twinsun.com>
+
+       Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
+       to avoid collisions with libcurses and libreadline.
+
+       * Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
+       * getstr.h, getstr.c: Remove.
+       * getline.c: Include "getline.h", to check interface.
+       Move body of old getstr.c here: this defines MIN_CHUNK and
+       declares getdelim2, which is renamed from getstr.
+       (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
+
+       * linebuffer.c (readlinebuffer): Renamed from readline.
+       All uses changed.
+       * linebuffer.h: Likewise.
+       (readline): Remove backward-compatibility macro.
+
 2003-01-12  Jim Meyering  <jim@meyering.net>
 
        * makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.