Log recent getdate-etc. related changes.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 3 Nov 2004 23:25:32 +0000 (23:25 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 3 Nov 2004 23:25:32 +0000 (23:25 +0000)
ChangeLog
lib/ChangeLog
m4/ChangeLog

index ba41d1a..af9f3a4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,27 @@
-2004-11-03  Jim Meyering  <jim@meyering.net>
+2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
 
        * Version 5.3.0.
 
+       * src/stty.c: Include "vasprintf.h" since we use vasprintf now.
+
+       * src/Makefile.am (check-AUTHORS): Don't assume \? works in a sed
+       expression; it's not portable.  Problem reported by Albert Chin.
+       Don't invoke a program more than once.
+       * src/groups.sh (version): New variable, containing author info,
+       for benefit of AUTHORS check.  Use it when acting on --version option.
+       * AUTHORS: Remove duplicate lines.  Remove bogus "chroot:"
+       in groups line.
+       
+       * src/system.h: Don't #define and #undef getopt around <stdlib.h>,
+       as this breaks the new regime that does "#define getopt rpl_getopt".
+       Problem reported by Albert Chin for Solaris 9 with Sun cc in:
+       http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00019.html
+       I suppose this may cause problems on ancient hosts with
+       incompatible getopt declarations, but we'll cross that bridge if
+       the problem gets reported to us by someone who can test the fix.
+
+2004-11-03  Jim Meyering  <jim@meyering.net>
+
        * src/tac.c: quote(...) file names in diagnostics.
 
 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
index 0ca26c4..024a30f 100644 (file)
@@ -1,3 +1,9 @@
+2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * unsetenv.c: New file, from gnulib.  Needed for new getdate.y.
+       * Makefile.am (libfetish_a_SOURCES): Remove setenv.c.
+       * xreadlink.c: Sync from gnulib.
+       
 2004-11-03  Jim Meyering  <jim@meyering.net>
 
        * Makefile.am (libfetish_a_SOURCES): Add setenv.c and setenv.h.
index 432e7b4..e9001a7 100644 (file)
@@ -1,3 +1,9 @@
+2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * setenv.m4: New file, from gnulib.
+       * prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
+       * uint32_t.m4: Sync from gnulib.
+
 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
 
        * getpass.m4: Sync from gnulib.