Sync from gnulib.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 4 Oct 2004 04:12:18 +0000 (04:12 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 4 Oct 2004 04:12:18 +0000 (04:12 +0000)
config/ChangeLog
lib/ChangeLog
m4/ChangeLog

index ba554a8..6f1ffa8 100644 (file)
@@ -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
index 733f07c..b8d9b08 100644 (file)
@@ -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
index cb5e17b..aeeffa1 100644 (file)
@@ -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.