From: Jim Meyering Date: Sat, 4 Oct 2003 12:14:24 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.1.0~477 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a7bc58d00faac14a48b33d8ec7cab88b7a3e050;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 6e57a42858..729e6d8a9e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,15 @@ -2003-10-03 Jim Meyering +2003-10-04 Jim Meyering * Version 5.0.92. + Deprecate existing use of -H (aka --si). + * src/du.c (enum) [HUMAN_SI_OPTION]: New member. + [long_options]: Use HUMAN_SI_OPTION, not 'H'. + (main): Warn that the meaning of -H will soon change to be + POSIX compliant. + +2003-10-03 Jim Meyering + * src/du.c: Accept --no-dereference (-P). 2003-10-02 Jim Meyering @@ -31,12 +39,6 @@ Use '...=s' => \@var for --news and --url-directory specs. Before there were a couple of portability problems. -2003-09-30 Jim Meyering - - In progress: - - du -H now has the POSIX-required meaning (it's equivalent to -D; - before, it was equivalent to --si) - 2003-09-28 Jim Meyering * Makefile.maint (sc_cast_of_alloca_return_value): New rule.