From: Jim Meyering Date: Wed, 29 Jun 2005 10:07:45 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CPPI-1_12~460 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4ffd486ec789b4cf90b69052fc9d9285e5f1ab29;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 1fe9cc5cc9..e363bd9e91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,14 @@ -2005-06-28 Jim Meyering +2005-06-29 Jim Meyering * Version 5.3.1. + * src/ls.c (gobble_file): Use stat.st_author, not stat.st_uid + when computing the --author column width. This bug might have + resulted in misaligned columns when using the --author option + on the Hurd. Spotted by Arnold Robbins. + +2005-06-28 Jim Meyering + * src/pr.c (main, store_char): Use x2realloc on 1-byte base types, not x2nrealloc. * src/du.c (show_date): Likewise.