]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Mon, 5 Jan 1998 17:43:31 +0000 (17:43 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 5 Jan 1998 17:43:31 +0000 (17:43 +0000)
old/fileutils/ChangeLog

index ea2ab5b022c868cb9824f14a131a775905f5b15d..c7e9cd8c571b9f7fec390f70da4a7aa7b4fad0ec 100644 (file)
@@ -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.