diff options
author | Jim Meyering <jim@meyering.net> | 2003-01-21 12:38:45 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-01-21 12:38:45 +0000 |
commit | d1b342cd015774fbac687f6322fec312493d0439 (patch) | |
tree | 880bcc9af6d815903da93e27cca29d20f574c6f3 | |
parent | 8b32e1089e60e8fa26dea8395ce9aa6a36931d96 (diff) | |
download | coreutils-d1b342cd015774fbac687f6322fec312493d0439.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,7 +1,13 @@ -2003-01-20 Jim Meyering <jim@meyering.net> +2003-01-21 Jim Meyering <jim@meyering.net> * Version 4.5.5. + * tests/cp/same-file: Don't assume that the file owner username + length is less than 9 in ls output: instead, omit that field + altogether. Reported by, and suggested fix from, Ferdinand. + +2003-01-20 Jim Meyering <jim@meyering.net> + * tests/date/Test.pm (wide-fmt): New test to demonstrate that large format widths no longer smash strftime's stack and cause infloop. |