diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-03-07 11:38:28 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-03-07 11:38:28 (GMT) |
commit | 75dd0ea28ca081f8177d36a1eeda0bb91b3f4ab2 (patch) | |
tree | bf89486e00b574d0d40c856f9ad07fc0db28fb9e /ChangeLog | |
parent | 15fafd797596ca59ac9d1bd9046db8228e6a3613 (diff) | |
download | tcl-75dd0ea28ca081f8177d36a1eeda0bb91b3f4ab2.zip tcl-75dd0ea28ca081f8177d36a1eeda0bb91b3f4ab2.tar.gz tcl-75dd0ea28ca081f8177d36a1eeda0bb91b3f4ab2.tar.bz2 |
* generic/tclCmdAH.c (Tcl_FileObjCmd): Fix the setting of a file's mtime
and atime on 64-bit platforms. [Bug #698146]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2003-03-07 Donal K. Fellows <fellowsd@cs.man.ac.uk> + + * generic/tclCmdAH.c (Tcl_FileObjCmd): Fix the setting of a file's + mtime and atime on 64-bit platforms. [Bug #698146] + 2003-03-06 Mo DeJong <mdejong@users.sourceforge.net> * tests/io.test: Doh! Undo accidental commenting |