summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-09-26 07:29:15 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-09-26 07:29:15 +0000
commit707dcca8f3f7f6ca9a06e718f9d46d38a9f26b99 (patch)
tree284ba60d95656674cbb3b32c38e7d3cb4a50eb83 /ChangeLog
parent8c8a0a972b82678b231be071f13e38a67e9d8f8b (diff)
downloadcoreutils-707dcca8f3f7f6ca9a06e718f9d46d38a9f26b99.tar.xz
Fix location of "Version 5.3.0."
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 049b95dfb..5e4e6f276 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,15 +1,15 @@
2004-09-25 Paul Eggert <eggert@cs.ucla.edu>
+ * Version 5.3.0.
+
* src/ls.c (gobble_file, print_long_format): Don't assume that
human-readable output has a byte count equal to its column width;
this isn't always true in locales where the radix character is not
'.' or ','.
(format_user_or_group): Revamp code to match the above fix;
this avoids the (very faint) possibility of integer overflow.
-
-2004-09-24 Paul Eggert <eggert@cs.ucla.edu>
- * Version 5.3.0.
+2004-09-24 Paul Eggert <eggert@cs.ucla.edu>
* NEWS: Mention that "chmod -r -w x" now works as expected.
* src/chmod.c (main): Revamp option processing to support this.