diff options
author | Jim Meyering <jim@meyering.net> | 2004-06-22 12:50:06 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-06-22 12:50:06 +0000 |
commit | 452ad0fd6f5a5a561b8f94caa14493e8629d4f1a (patch) | |
tree | ba1ebc2c6dbecb9461f30a195c8db2e92b5998c7 | |
parent | e1de0b295ea1fa7fcf26d93b27c95d5b5476cfe8 (diff) | |
download | coreutils-452ad0fd6f5a5a561b8f94caa14493e8629d4f1a.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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. |