diff options
author | Jim Meyering <jim@meyering.net> | 2007-08-27 23:46:49 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-08-27 23:47:45 +0200 |
commit | 505eee2f38169d5f3ae3fd2a71a6c78c53030b64 (patch) | |
tree | 234deb0c7dcaeda6e0ac7455e221ce3cb1637e98 /ChangeLog | |
parent | ddb029b0f084c7aea2922aa955c63176fa649328 (diff) | |
download | coreutils-505eee2f38169d5f3ae3fd2a71a6c78c53030b64.tar.xz |
Add some file system type names and magic numbers from glibc.
* src/stat.c (human_fstype): Add any file system names and values
present in glibc's linux_fsinfo.h but not in this list.
Alphabetize the S_* names and capitalize the hexadecimal constants.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2007-08-27 Jim Meyering <jim@meyering.net> + + Add some file system type names and magic numbers from glibc. + * src/stat.c (human_fstype): Add any file system names and values + present in glibc's linux_fsinfo.h but not in this list. + Alphabetize the S_* names and capitalize the hexadecimal constants. + 2007-08-26 Jim Meyering <jim@meyering.net> * tests/misc/fold: Fix a typo: missing \ in a diagnostic |