]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Tue, 21 Jan 2003 12:38:45 +0000 (12:38 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 21 Jan 2003 12:38:45 +0000 (12:38 +0000)
ChangeLog

index 5324a5e3fcbca3cba8d646a8e18f4591edbeaaf8..c4d108b89248b48618c6c8db0de1adf50776dc22 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.