diff options
author | Jim Meyering <jim@meyering.net> | 2004-03-24 15:14:00 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-03-24 15:14:00 +0000 |
commit | 85736716ad11959ec3f0ad912418a816eb1d631f (patch) | |
tree | 82b1f762b35d609b83415b07a26b060f3110a860 /ChangeLog | |
parent | 210d765150736ab5c39e5e1a243206ebf4a29506 (diff) | |
download | coreutils-85736716ad11959ec3f0ad912418a816eb1d631f.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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. |