summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-07-08 17:15:28 +0000
committerJim Meyering <jim@meyering.net>2002-07-08 17:15:28 +0000
commita1d54b2837b509caf8b1df1ad67bbc780cad0d50 (patch)
tree5fe76a472821393a76da835596c99ecf310414ae /old/fileutils
parent1882eec679fb01700a491d158fa4dad8efbcc9fe (diff)
downloadcoreutils-a1d54b2837b509caf8b1df1ad67bbc780cad0d50.tar.xz
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 52475c1f1..9e2a692d7 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -2,6 +2,14 @@
* Version 4.1.10.
+2002-07-08 Paul Eggert <eggert@twinsun.com:
+
+ * NEWS: df now rounds all quantities up, as per POSIX.
+ This fixes a bug where df would report Size < Used.
+ * doc/coreutils.texi: Likewise.
+ * src/df.c (df_readable): Omit last arg; we always round up now.
+ All callers changed.
+
2002-07-07 Paul Eggert <eggert@twinsun.com>
NEWS, doc/coreutils.texi: