]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 13 Oct 2002 14:01:59 +0000 (14:01 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 13 Oct 2002 14:01:59 +0000 (14:01 +0000)
ChangeLog

index afe335b207faf724cf3d6e5b61242ec0007ff52f..64e33f3eaa826520c79c13920494df86f7b11080 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@
 
        * Version 4.5.3.
 
+       * src/du.c (count_entry): Also save cwd when dereferencing (via
+       --dereference-args, -D) a command-line argument.
+       Reported by Michal Svec.  Based on a patch by Andreas Schwab.
+
        * src/Makefile.am (../AUTHORS): New target/rule.
 
 2002-10-12  Jim Meyering  <meyering@lucent.com>
        (file_lines): Reorganize to use memrchr rather than an explicit loop.
        Adapt to new safe_read ABI.
 
-2002-10-11  Andreas Schwab  <schwab@suse.de>
-
-       * src/du.c (count_entry): Also save cwd when dereferencing
-       arguments and we are at toplevel.  Reported by Michal Svec.
-
 2002-10-11  Jim Meyering  <meyering@lucent.com>
 
        * tests/du/deref: New file/test, for the above fix.