1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-06-07 10:16:46 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2003-02-21 10:23:21 +00:00
parent 7f51568be5
commit 1771d1a11d
+15
View File
@@ -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).