diff options
author | Jim Meyering <jim@meyering.net> | 2005-09-24 07:57:42 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-09-24 07:57:42 +0000 |
commit | e122fe5ae93a649f00d2f79d4bfebea7aa3d949c (patch) | |
tree | c8f5ae6ec0a62c79faba55c74024de3d80e9a226 | |
parent | 01b7701a24fed8f35393399bb810ab05ee0f2237 (diff) | |
download | coreutils-e122fe5ae93a649f00d2f79d4bfebea7aa3d949c.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,7 +1,13 @@ -2005-09-24 Paul Eggert <eggert@cs.ucla.edu> +2005-09-24 Jim Meyering <jim@meyering.net> * Version 5.3.1-cvs. + * tests/misc/date (uninit-64): Restore this test. + Add start-up code to detect, and work around, the cases in + which the test might fail. + +2005-09-24 Paul Eggert <eggert@cs.ucla.edu> + * 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 |