From: Jim Meyering Date: Tue, 22 Jun 2004 12:50:06 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.3.0~1274 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=452ad0fd6f5a5a561b8f94caa14493e8629d4f1a;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index ca1df28235..db14ab70bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2004-06-21 Paul Eggert + + 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 * tests/priv-check: Quote "$PATH" in PATH=$PATH.