diff options
author | Jim Meyering <jim@meyering.net> | 2005-06-29 10:07:45 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-06-29 10:07:45 +0000 |
commit | 4ffd486ec789b4cf90b69052fc9d9285e5f1ab29 (patch) | |
tree | 4ecf1f47e4d8642eff4e00f3b8da9c73f1bb0956 /ChangeLog | |
parent | 9b050191c5fb3567d443eddae32b3702c27e86cd (diff) | |
download | coreutils-4ffd486ec789b4cf90b69052fc9d9285e5f1ab29.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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. |