]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* tests/misc/date (uninit-64): Remove this test.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 24 Sep 2005 07:05:52 +0000 (07:05 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 24 Sep 2005 07:05:52 +0000 (07:05 +0000)
ChangeLog

index 24c9da52f9ffbfdd9f1a619f86648a1b6183c86d..5555a858fd8b615b24aed950faf6944534e67877 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,15 @@
-2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
+2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
 
        * Version 5.3.1-cvs.
 
+       * tests/misc/date (uninit-64): Remove this test.  It wasn't
+       portable in theory (it doesn't work on hosts where 'int' is 64
+       bits, example) or in practice (Solaris 8 localtime returns garbage
+       in tm_year for the specified date, but that's not coreutils's
+       fault).
+
+2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
+
        * src/copy.c (copy_reg): Preserve time stamps if
        x->preserve_timestamps is set, using futimens so that
        we needn't resolve the path again.