From 1771d1a11dc6b2ada3562bffad8fe9f514b44a3d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 21 Feb 2003 10:23:21 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/ChangeLog b/ChangeLog index d2ba3c6835..fd0cde5922 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,21 @@ * Version 4.5.8. + * src/du.c: New option: --apparent-size. + (enum) [APPARENT_SIZE_OPTION]: New member. + (long_options): Add it. + (usage): Describe it. + (main): Handle it. + ['b']: Set apparent_size. + David Eisner reported that the behavior of --bytes had changed. + Paul Eggert proposed the use of a new option, --apparent-size. + + * src/du.c (apparent_size): New global. + (print_only_size): Reflect the fact that we're printing byte counts, + not ST_NBLOCKSIZE-byte-block counts. + (print_size): Call print_only_size rather than duplicating its code. + (process_file): Accumulate byte counts, rather than block counts. + * src/du.c (process_file): Always reset size_to_propagate_to_parent for --separate-dirs (-S). -- 2.47.3