summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-04-16 06:51:00 +0000
committerJim Meyering <jim@meyering.net>2002-04-16 06:51:00 +0000
commit92cad6a4e51c53afefabd1d45fde179a39124977 (patch)
treefcf18f32ca78260040305a330bd5d28ec89e08e9 /old
parent5bd81eab0f7b434087085849968ad8e234a0a391 (diff)
downloadcoreutils-92cad6a4e51c53afefabd1d45fde179a39124977.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-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.