diff options
author | Jim Meyering <jim@meyering.net> | 1998-01-05 17:43:31 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-01-05 17:43:31 +0000 |
commit | f19ca6fe2983bd9be75ad949f14309822a66b654 (patch) | |
tree | f43981d659f47ab7d3822d7511c2658330338643 /old | |
parent | 6cc3cf776c3a24d679bf7c460e41981afb7c33e2 (diff) | |
download | coreutils-f19ca6fe2983bd9be75ad949f14309822a66b654.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index ea2ab5b02..c7e9cd8c5 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,14 @@ +1998-01-05 Paul Eggert <eggert@twinsun.com> + + * lib/fsusage.c (PROPAGATE_ALL_ONES): New macro. + (get_fs_usage): If a value consists entirely of 1 bits, + propagate this info to the output by setting it to (uintmax_t) -1. + * src/df.c (df_readable): New function. + (show_dev): If a value consists entirely of 1 bits, or is derived + from some other value that consists entirely of 1 bits, report "-". + Check inode and block counts more carefully for plausibility, + to avoid arithmetic overflow when computing percentages. + 1998-01-04 Jim Meyering <meyering@na-net.ornl.gov> * Version 3.16j. |