1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-26 10:39:01 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2003-10-04 12:14:24 +00:00
parent 685c7c4707
commit 4a7bc58d00
+9 -7
View File
@@ -1,7 +1,15 @@
2003-10-03 Jim Meyering <jim@meyering.net>
2003-10-04 Jim Meyering <jim@meyering.net>
* 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 <jim@meyering.net>
* src/du.c: Accept --no-dereference (-P).
2003-10-02 Jim Meyering <jim@meyering.net>
@@ -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 <jim@meyering.net>
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 <jim@meyering.net>
* Makefile.maint (sc_cast_of_alloca_return_value): New rule.