]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
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 ba554a8ef92971dc63217516dfab3666903605f8..6f1ffa8615590fc04e3235a7a6608b05bd9595ea 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 733f07c362f149422f08dc0392f86a30c48a92c3..b8d9b08e8181292a9752a2cb9c916d41264b7c97 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 cb5e17bc7e01eba89d805206b3775ba3124a9c31..aeeffa1af5e01ac35d14d3478b6f4650d55a0717 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.