summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1fe9cc5cc..e363bd9e9 100644
--- 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.