From 452ad0fd6f5a5a561b8f94caa14493e8629d4f1a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 22 Jun 2004 12:50:06 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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. -- 2.47.3