From: Jim Meyering Date: Sat, 13 Aug 2005 14:08:29 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CPPI-1_12~169 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1248f39fc8e203551f222b6ce5a9622435209983;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 990b38fa50..40a65f61e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,8 +2,17 @@ * Version 5.3.1. + With todays additions, the generated shell script, + tests/date/date-tests had becoming far too large (over 350KB), + so use the superior-but-perl-requiring framework instead. + * tests/date/Test.pm: Move new tests from here... + * tests/misc/date: ...to this new file. + * tests/misc/Makefile.am (TESTS): Add date. + * tests/date/Test.pm (test_vector) [cross-dst]: New test for just-fixed getdate.y bug. + * tests/date/Test.pm (test_vector): Add 364 more tests like the above. + Remove unused $sunos4 variable. 2005-08-12 Jim Meyering