summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-10-04 04:12:18 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-10-04 04:12:18 +0000
commit69dee46913dce7d7f6e14826568dd6fe277f2a99 (patch)
tree656f1b9901af5473153d8e49730fb6d661b650a4 /lib/ChangeLog
parent55fbe6686af907ac025888e290c5b8ef879b5879 (diff)
downloadcoreutils-69dee46913dce7d7f6e14826568dd6fe277f2a99.tar.xz
Sync from gnulib.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog10
1 files changed, 10 insertions, 0 deletions
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