diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-09-24 07:05:52 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-09-24 07:05:52 +0000 |
commit | 2cb5253b1fe54fdc319bd64fe20e438be1d6a328 (patch) | |
tree | ca4e9b8dd96ef4c34dc59304f6f8fbc635b24ab5 /ChangeLog | |
parent | 0c42a4951b975c7fa82e597fbdd0dff786a64663 (diff) | |
download | coreutils-2cb5253b1fe54fdc319bd64fe20e438be1d6a328.tar.xz |
* tests/misc/date (uninit-64): Remove this test.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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. |