diff options
author | Kevin B Kenny <kennykb@acm.org> | 2004-11-01 16:58:35 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2004-11-01 16:58:35 (GMT) |
commit | 80c783d8a3c7e45827a3ea3160549a49bac5d6a0 (patch) | |
tree | c32e968629e313fea61361c2ff21f93d2d75b556 /ChangeLog | |
parent | 1d695e2434917aed6f4ce9ef0049330afddea307 (diff) | |
download | tcl-80c783d8a3c7e45827a3ea3160549a49bac5d6a0.zip tcl-80c783d8a3c7e45827a3ea3160549a49bac5d6a0.tar.gz tcl-80c783d8a3c7e45827a3ea3160549a49bac5d6a0.tar.bz2 |
Second part of fix for Bug 926106
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2004-11-01 Kevin B. Kenny <kennykb@acm.org> + + * win/tclWinFile.c (FromCTime, TclpUtime): Replaced a call to the + Posix 'utime' function with calls to Windows-API equivalents, to + avoid a bug where the VC++ versions misconvert times across a + Daylight Saving Time boundary. [Bug 926106] + * win/tclWinInt.h (TclWinProcs): + * win/tclWin32Dll.c (asciiProcs, unicodeProcs): Removed now-unused + reference to 'utime'. + * tests/cmdAH.test (cmdAH-24.12): Added test case for the + above bug. + 2004-11-01 Donal K. Fellows <donal.k.fellows@man.ac.uk> * generic/tclExecute.c (TclExecuteByteCode): Make INST_EQ and |