diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-09-03 21:59:03 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-09-03 21:59:03 +0000 |
commit | c69c5ad84cd8e6cbbf6083484318a4911df69561 (patch) | |
tree | 61a7646524383a7365751891f4a0693a6289febf /ChangeLog | |
parent | 7ee151d229325abcc564077725aacb659e4d742f (diff) | |
download | coreutils-c69c5ad84cd8e6cbbf6083484318a4911df69561.tar.xz |
Minor stat.c patches from Pozsar Balazs for GNU/Linux.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2004-09-03 Paul Eggert <eggert@cs.ucla.edu> + * src/stat.c (HAVE_STRUCT_STATXFS_F_TYPE): Fix typo that prevented + it from ever being nonzero. Reported by Pozsar Balazs in: + http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00189.html + (human_fstype): Add ramfs, squashfs, sysfs. + Reported by Pozsar Balazs in: + http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00188.html + (human_fstype): Return char const *, not char *. + Simplify internals a bit, and avoid casts. + * src/dd.c (usage): "alternated EBCDIC" -> "alternate EBCDIC". (bit_count): Remove. All uses changed to.... (multiple_bits_set): New function. |