summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-03-24 15:14:00 +0000
committerJim Meyering <jim@meyering.net>2004-03-24 15:14:00 +0000
commit85736716ad11959ec3f0ad912418a816eb1d631f (patch)
tree82b1f762b35d609b83415b07a26b060f3110a860 /ChangeLog
parent210d765150736ab5c39e5e1a243206ebf4a29506 (diff)
downloadcoreutils-85736716ad11959ec3f0ad912418a816eb1d631f.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 853c9498d..c5b3fe48d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2004-03-23 Paul Eggert <eggert@twinsun.com>
+
+ * NEWS: Shorten the du --files0-from announcement, and say
+ "NUL-terminated" rather than "NUL-separated".
+ * src/du.c (EXPECTED_BYTES_PER_FILE_NAME, DEFAULT_PROJECTED_N_FILES):
+ Remove: not used.
+ (usage): Say "NUL-terminated", not "NUL-separated".
+ (main): Check for I/O error when istream is closed.
+ Allow --files0-from=F even if F is empty; this specifies no files.
+ (du_files): Now that we allow the list of files to be empty,
+ handle that case.
+ * tests/du/files0-from: Adjust to above changes to src/du.c.
+
2004-03-24 Jim Meyering <jim@meyering.net>
* Version 5.3.0.