summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-06-22 12:50:06 +0000
committerJim Meyering <jim@meyering.net>2004-06-22 12:50:06 +0000
commit452ad0fd6f5a5a561b8f94caa14493e8629d4f1a (patch)
treeba1ebc2c6dbecb9461f30a195c8db2e92b5998c7 /ChangeLog
parente1de0b295ea1fa7fcf26d93b27c95d5b5476cfe8 (diff)
downloadcoreutils-452ad0fd6f5a5a561b8f94caa14493e8629d4f1a.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ca1df2823..db14ab70b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2004-06-21 Paul Eggert <eggert@cs.ucla.edu>
+
+ Fix bug: GNU 'ls' didn't count columns correctly if user or group
+ names contained multibyte characters where the column count
+ differed from the byte count. This patch also corrects
+ some comments.
+
+ * src/ls.c (format_user_or_group): New function, which counts
+ columns correctly.
+ (format_user, format_group): Use it.
+ (format_user_or_group_width): New function, which counts columns
+ correctly.
+ (format_user_width, format_group_width): Use it.
+
2004-06-21 Jim Meyering <jim@meyering.net>
* tests/priv-check: Quote "$PATH" in PATH=$PATH.