]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 13 Aug 2005 14:08:29 +0000 (14:08 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 13 Aug 2005 14:08:29 +0000 (14:08 +0000)
ChangeLog

index 990b38fa50eefdc7fcc578e57abcb6b0f4c2c875..40a65f61e9b56d6ef9261938fb8192b3ae2fbe5a 100644 (file)
--- 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  <jim@meyering.net>