summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--old/fileutils/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 6488cff23..d3932e4ad 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,7 +1,13 @@
-2002-04-15 Jim Meyering <meyering@lucent.com>
+2002-04-16 Jim Meyering <meyering@lucent.com>
* Version 4.1.9.
+ * src/stat.c: Add copyright comment.
+ (human_fstype): Rename from print_human_fstype, and rework accordingly.
+ (print_statfs): Use human_fstype to honor format width on %T.
+
+2002-04-15 Jim Meyering <meyering@lucent.com>
+
Handle "lld" vs "ld" printf formats the same way Bash does.
* src/stat.c: Include inttypes.h.
(PRIdMAX, PRIuMAX): Define, if not already defined.