]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 29 Jun 2005 10:07:45 +0000 (10:07 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 29 Jun 2005 10:07:45 +0000 (10:07 +0000)
ChangeLog

index 1fe9cc5cc97672c7e93799bd71d9e4a01608fa29..e363bd9e91898ea444d183896c81a82392d91e9d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,14 @@
-2005-06-28  Jim Meyering  <jim@meyering.net>
+2005-06-29  Jim Meyering  <jim@meyering.net>
 
        * 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  <jim@meyering.net>
+
        * src/pr.c (main, store_char): Use x2realloc on 1-byte base types,
        not x2nrealloc.
        * src/du.c (show_date): Likewise.