From 999a14a6a5ca9b7252e85a75363e85cec5a7989c Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 13 Feb 2000 08:47:09 +0000 Subject: [PATCH] . --- old/fileutils/ChangeLog | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 5d74aa4..126a5e4 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,29 @@ +2000-02-12 Jim Meyering + + * po/POTFILES.in: Add lib/userspec.c. + + * doc/fileutils.texi (chown invocation): Deprecate use of `.'. + + * src/chown.c (usage): Mention only `:', and not `.' as the separator, + since POSIX allows only the former. + Prompted by a report from Manas Garg. + +2000-02-11 Jim Meyering + + * src/df.c (main): Count the stat'able arguments. + Print the header line only if there is at least one valid argument. + Reported by Andy Longton + +2000-02-10 Jim Meyering + + Make du work when invoked from an unreadable directory. + + * src/du.c (pop_dir): New function. + (count_entry): Factor out common code (pop_dir), and call the new + function instead. + (du_files): Don't stat `.' or call save_cwd, since count_entry + never returns with a changed working directory. + 2000-02-09 Jim Meyering * tests/mv/mv-special-1: Use $null and $dir in place of literals -- 2.7.4