diff options
author | Jim Meyering <meyering@rho.meyering.net> | 2007-08-28 09:11:36 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-08-28 11:23:27 +0200 |
commit | c370a7e62f651006b9b1816eada98c8a23961431 (patch) | |
tree | 9eba4793d67ebecebf9aa0d3e654ec1896573a3e /ChangeLog | |
parent | cbdbbc4a58970b514bbefcf926d5ff0b785e376a (diff) | |
download | coreutils-c370a7e62f651006b9b1816eada98c8a23961431.tar.xz |
Reflect renaming: mreadlink-with-size -> areadlink-with-size.
* bootstrap.conf: Update module name.
* src/copy.c (copy_internal): Update header and function names.
* src/ls.c (get_link_name): Likewise.
* src/readlink.c (main): Likewise.
* src/stat.c (print_stat): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2007-08-28 Jim Meyering <jim@meyering.net> + Reflect renaming: mreadlink-with-size -> areadlink-with-size. + * bootstrap.conf: Update module name. + * src/copy.c (copy_internal): Update header and function names. + * src/ls.c (get_link_name): Likewise. + * src/readlink.c (main): Likewise. + * src/stat.c (print_stat): Likewise. + Add file system type names and magic numbers from "man 2 statfs". * src/stat.c (human_fstype): Also handle BEFS, BFS, BINFMT_MISC, FUSECTL, HUGETLBFS, NFSD and OPENPROM. |