summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/ChangeLog5
-rw-r--r--lib/ChangeLog10
-rw-r--r--m4/ChangeLog7
3 files changed, 22 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index ba554a8ef..6f1ffa861 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,8 @@
+2004-10-03 Paul Eggert <eggert@cs.ucla.edu>
+
+ * config.guess, config.sub, install-sh, missing, texinfo.tex:
+ Sync from gnulib.
+
2004-09-24 Jim Meyering <jim@meyering.net>
* cvsu: Remove file. The version of cvsu from the cvsutils package
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 733f07c36..b8d9b08e8 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,13 @@
+2004-10-03 Paul Eggert <eggert@cs.ucla.edu>
+
+ Sync from gnulib.
+ * dirfd.h, getpagesize.h: Add copyright notice.
+ * vasnprintf.c: (VASNPRINTF): Set errno=EOVERFLOW if the output is
+ too long.
+ * vasnprintf.h: Doc fix.
+ * vasprintf.c: Don't include <limits.h>.
+ (vasprintf): Rely on vasnprintf to set errno=EOVERFLOW.
+
2004-09-23 Paul Eggert <eggert@cs.ucla.edu>
* modechange.c (mode_compile): Don't decrement a pointer that
diff --git a/m4/ChangeLog b/m4/ChangeLog
index cb5e17bc7..aeeffa1af 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,10 @@
+2004-10-03 Paul Eggert <eggert@cs.ucla.edu>
+
+ Sync from gnulib.
+ * mbswidth.m4: Add copyright notice.
+ * vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
+ * eoverflow.m4: New file.
+
2004-08-19 Paul Eggert <eggert@cs.ucla.edu>
* getopt.m4: Sync from gnulib.