diff options
author | Jim Meyering <jim@meyering.net> | 1999-07-04 08:48:02 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-07-04 08:48:02 +0000 |
commit | a64b525ff4a2489ed217bb59d34eff709b4702b7 (patch) | |
tree | 7a1179bf298aaeee1201fe4ea6a2b176919aa537 /old | |
parent | 56533a5671398122c3dbfd578c00a6d473ddb126 (diff) | |
download | coreutils-a64b525ff4a2489ed217bb59d34eff709b4702b7.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index f0b4d03c1..fecb9040c 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,22 @@ +1999-06-27 Paul Eggert <eggert@twinsun.com> + + Fix some incompatibilities between `df -P' and POSIX.2. + + * lib/human.h (enum human_inexact_style): New enum. + (human_readable_inexact): New decl. + + * lib/human.c (human_readable): New function. + (human_readable_inexact): Renamed from human_readable, with new arg + INEXACT_STYLE. Add support for ceiling and floor. + + * src/df.c (print_header): Conform to POSIX if posix_format). + (df_readable): Take ceiling if posix_format. + (ceil_percent): New function. + (show_dev): Take ceiling of percent if posix_format. + Align with POSIX-conforming header if posix_format. + + * doc/fileutils.texi: Document these changes. + 1999-07-04 Paul Eggert <eggert@twinsun.com> * lib/xstrtol.c (__strtol): Remove decl; it doesn't work if __strtol |