summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-03-19 22:27:17 +0000
committerJim Meyering <jim@meyering.net>1998-03-19 22:27:17 +0000
commitb50b941826d8a5ccd904e547cf8e2e9e9d386b6c (patch)
tree0412d9abe73e7128c18e2d75cf0d75a6daeb5536 /old/fileutils
parent6ec5bace8a78667223737f5d332e64971b53e00a (diff)
downloadcoreutils-b50b941826d8a5ccd904e547cf8e2e9e9d386b6c.tar.xz
.
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 8d6784e83..d1acb4ec8 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,16 @@
+1998-03-19 Paul Eggert <eggert@twinsun.com>
+
+ * lib/fsusage.h (struct fs_usage): New member
+ fsu_bavail_top_bit_set.
+ * lib/fsusage.c: Include <limits.h>.
+ (CHAR_BIT, EXTRACT_TOP_BIT, PROPAGATE_TOP_BIT): New macros.
+ (get_fs_usage): If top bit of system variable corresponding to
+ fsu_bavail is set, then set fsu_bavail_top_bit_set, and
+ sign-extend the value when storing it into fsu_bavail.
+ * src/df.c (show_dev): If fsu_bavail_top_bit_set is nonzero,
+ assume the original value corresponding to fsu_bavail was negative.
+ Reported by Arne Juul.
+
1998-03-18 Jim Meyering <meyering@eng.ascend.com>
* src/Makefile.am (rm-prep): Add dependency and rule to save users