From: Jim Meyering Date: Tue, 21 Jan 2003 12:38:45 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.5~124 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1b342cd015774fbac687f6322fec312493d0439;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 5324a5e3fc..c4d108b892 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,13 @@ -2003-01-20 Jim Meyering +2003-01-21 Jim Meyering * 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 + * tests/date/Test.pm (wide-fmt): New test to demonstrate that large format widths no longer smash strftime's stack and cause infloop.