summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-10-18 06:33:20 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-10-18 06:33:20 +0000
commitd0bc999e2f06d9e27438657643a6e11181782de8 (patch)
tree17e6ec5d332941213e47c37e2a769c4f96cef117 /lib
parent8d177f684a34b98ab8e1c3b04c741a31cf050de2 (diff)
downloadcoreutils-d0bc999e2f06d9e27438657643a6e11181782de8.tar.xz
pathchk cleanups, gnulib merge
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 91769e935..e0b9b8e5e 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,11 @@
+2004-10-17 Paul Eggert <eggert@cs.ucla.edu>
+
+ Sync from gnulib.
+ * diacrit.c, diacrit.h: Add copyright notice.
+ * getpass.c (fflush_unlocked, flockfile, funlockfile)
+ (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
+ to real functions.
+
2004-10-13 Jim Meyering <jim@meyering.net>
* fts.c (fts_read): When about to fail (by returning NULL) due