diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-05-09 23:32:02 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-05-09 23:32:24 -0700 |
commit | 2c436decf8bc57a9173c940a26c80358d499e1b6 (patch) | |
tree | f4d4c4553dee0b824581043286b230f9acd970a2 /NEWS | |
parent | a6f94fcebc1645b401eedacbffb5e2ebdedf0f95 (diff) | |
download | coreutils-2c436decf8bc57a9173c940a26c80358d499e1b6.tar.xz |
stat: don't report negative file size as huge positive number
* src/stat.c (print_stat): Use out_int, not out_uint for stat.st_size.
* NEWS (Bug fixes): Mention it.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -22,6 +22,9 @@ GNU coreutils NEWS -*- outline -*- split --number=C /dev/null no longer appears to infloop on GNU/Hurd [bug introduced in coreutils-8.8] + stat no longer reports a negative file size as a huge positive number. + [bug present since 'stat' was introduced in fileutils-4.1.9] + ** New features fmt now accepts the --goal=WIDTH (-g) option. |