Merge from coreutils CVS.
[gnulib.git] / ChangeLog
index 7939409..c6c4242 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,41 @@
+2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * modules/file-type: Add lib/stat-macros.h.
+
+2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * modules/hash (Depends-on): Remove malloc, realloc.
+       * modules/xalloc (Depends-on): Likewise.
+
+       * README: Mention that the 'free' module works around the
+       problem with 'free (0)'.
+       Mention LIA-1 and C99.
+       Add a copyright notice.
+
+2004-05-17  Derek R. Price  <derek@ximbiot.com>
+           Paul Eggert  <eggert@cs.ucla.edu>
+
+       * modules/argp: Depend on alloca.
+
+2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * modules/getdate: Depend on alloca.
+       * modules/setenv: Likewise.
+
+2004-05-04  Derek Price  <derek@ximbiot.com>
+
+       * modules/argp: Remove dependency on alloca.
+
+2004-04-27  Derek Price  <derek@ximbiot.com>
+
+       * m4/dos.m4 (gl_AC_DOS): Add Cygwin to list of Windows/DOS
+       environments that accept backslashes and drive letters in paths.
+
 2004-04-20  Jim Meyering  <jim@meyering.net>
 
-       * modules/dirfd: Reflect renaming: s/UTILS_FUNC_DIRFD/gl_FUNC_DIRFD/.
+       * modules/dirfd: Change UTILS_ macro name prefix to gl_.
+       * modules/mkstemp: Likewise.
+       * modules/mkdir: Likewise.
 
 2004-04-18  Jim Meyering  <jim@meyering.net>