summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-09-26 07:07:06 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-09-26 07:07:06 +0000
commit9b7a56a1613e9fca3fb8305c0940567bafecd120 (patch)
tree513fc29f16e9ba6aa0e82840bf585b364dff778a /ChangeLog
parent1842a21b23674152ab94ca5c660a8a071123facb (diff)
downloadcoreutils-9b7a56a1613e9fca3fb8305c0940567bafecd120.tar.xz
* src/ls.c: Fix problem with multibyte decimal points in human-readable output.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fe6b00432..049b95dfb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2004-09-25 Paul Eggert <eggert@cs.ucla.edu>
+
+ * 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.