From: Jim Meyering Date: Sun, 21 Mar 2004 18:46:35 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.3.0~2005 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d4860ef0c9c4bcc343c25aed34b71f00e11a07a;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index c355337a45..8b9776a47c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2004-03-07 Jim Meyering + + * NEWS: du accepts a new option --from0-file=FILE, where FILE + contains a list of NUL-separated file names. + + * src/du.c: Include "readtokens.h". + (usage): Describe the new option, and adjust the `Usage': + with this option, no FILE may be specified on the command line. + (main): Handle the new option. + + * tests/du/files0-from: New tests, for the above. + * tests/du/Makefile.am (TESTS): Add files0-from. + + * src/factor.c (do_stdin): Reflect changes in use of readtoken. + * src/tsort.c (tsort): Likewise. + 2004-02-29 Paul Eggert * NEWS: Add support for a new notation @N to get_date to represent