diff options
author | Jim Meyering <jim@meyering.net> | 2003-02-21 07:15:54 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-02-21 07:15:54 +0000 |
commit | 5cfcefdcf92b4f166bae77cc7558d90f84cfea45 (patch) | |
tree | a30af1991601c7d2d4c3163c5a2cb5979bc5d81f | |
parent | 12508c923fafba81b377e36675fae5ffae2848de (diff) | |
download | coreutils-5cfcefdcf92b4f166bae77cc7558d90f84cfea45.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -1,3 +1,10 @@ +2003-02-21 Jim Meyering <jim@meyering.net> + + * Version 4.5.8. + + * src/du.c (process_file): Always reset size_to_propagate_to_parent + for --separate-dirs (-S). + 2003-02-20 Jim Meyering <jim@meyering.net> * Use automake-1.7.3. Regenerate dependent files. @@ -7,11 +14,9 @@ (usage) [%B]: Describe it. [%b]: Refer to %B. - * Version 4.5.8. - * src/du.c (process_file): Reorganize the code to use only - one array and to make -S - Patch by Bruno Haible. + one `sum' array, and change how -S works back to the way it was + before 2003-01-31. Patch by Bruno Haible. * tests/du/basic: New test. |