summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-04-10 19:09:43 +0000
committerJim Meyering <jim@meyering.net>2003-04-10 19:09:43 +0000
commit6d73fdb3efa5e350e84a0a5140f430e0c5dbd8fe (patch)
tree7ce66b2cae26a652e535e64e2e0e689656a448a7 /ChangeLog
parentbac1785a6ee92f22abb3dd68d5c5fed3b65a04ce (diff)
downloadcoreutils-6d73fdb3efa5e350e84a0a5140f430e0c5dbd8fe.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 53f72d9eb..d5adfd245 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,12 @@
2003-04-10 Jim Meyering <jim@meyering.net>
- * src/fs.h:
-
* Version 5.0.1.
+ * src/Makefile.am (fs.h): New rule to generate fs.h from stat.c.
+ * src/extract-magic: New script to extract fs.h definitions from stat.c.
+ * src/stat.c (human_fstype) [__linux__]: Append each hex constant from
+ fs.h in a comment after the corresponding `case S_MAGIC_...:' statement.
+
* tests/tail-2/big-4gb: Skip this test (don't fail) if creating a
file with nominal length > 4GB fails. Reported by Michael Deutschmann.