From: Jim Meyering Date: Fri, 12 Aug 2005 08:22:50 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CPPI-1_12~189 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=19b17d2ce62dc279449cc93e0175943473690540;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index a22ca75ab9..0125a7bc80 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,10 @@ * Version 5.3.1. + * src/ls.c (long_time_expected_width): Don't test for failed localtime. + That cannot happen when the result date's year is in range. + Add an assertion instead. + * src/ls.c (sort_files): Use cleaner `sizeof *VAR_NAME' rather than `sizeof (TYPE_NAME)'. * src/ptx.c (sort_found_occurs, digest_word_file): Likewise.