From: Jim Meyering Date: Thu, 10 Apr 2003 19:09:43 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.1~751 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6d73fdb3efa5e350e84a0a5140f430e0c5dbd8fe;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 53f72d9eb0..d5adfd245e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,12 @@ 2003-04-10 Jim Meyering - * 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.