Sync with coreutils xalloc.h, xmalloc.c, xmemcoll.h, xmemcoll.c.
[gnulib.git] / ChangeLog
index a70128c..594193f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,40 @@
+2003-07-22  Paul Eggert  <eggert@twinsun.com>
+
+       * modules/xalloc (Depends-on): Add exitfail.
+       * modules/xmemcoll: Likewise.
+
+2003-07-20  Jim Meyering  <jim@meyering.net>
+
+       * modules/closeout (Depends-on): Add exitfail.
+       Suggestion from Bruno Haible.
+
+2003-07-18  Bruno Haible  <bruno@clisp.org>
+
+       * modules/getndelim2: New file.
+       * modules/getline: Share files with module getndelim2.
+       * modules/getnline: Depend on getndelim2 instead of sharing files with
+       it. Add getnline.c to lib_SOURCES.
+       * MODULES.html.sh (func_all_modules): Add getndelim2.
+
+2003-07-17  Bruno Haible  <bruno@clisp.org>
+
+       * modules/getnline: New file.
+       * modules/getline: Add lib/getndelim2.c to source file list.
+       * MODULES.html.sh (func_all_modules): Add getnline.
+
+2003-07-17  Bruno Haible  <bruno@clisp.org>
+
+       * configure.in: Remove file.
+       * Makefile.in: Remove file.
+
+2003-07-17  Bruno Haible  <bruno@clisp.org>
+
+       * MODULES.html.sh: Put the </BODY> right before </HTML>.
+
+2003-07-16  Jim Meyering  <jim@meyering.net>
+
+       * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
+
 2003-07-15  Jim Meyering  <jim@meyering.net>
 
        * modules/save-cwd: Don't depend on error.  From Derek Price.