diff options
author | Kevin B Kenny <kennykb@acm.org> | 2004-10-26 02:08:28 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2004-10-26 02:08:28 (GMT) |
commit | 52f762e4fcb9a31c8866c6986198adb282fa4e7a (patch) | |
tree | a8bd70dbc4bd6d67549da8416496da9c4bc0f10e /ChangeLog | |
parent | 638940015d9a4ae55ba8d130a78c4e662655a6fb (diff) | |
download | tcl-52f762e4fcb9a31c8866c6986198adb282fa4e7a.zip tcl-52f762e4fcb9a31c8866c6986198adb282fa4e7a.tar.gz tcl-52f762e4fcb9a31c8866c6986198adb282fa4e7a.tar.bz2 |
fixes for Bug 1054101
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2004-10-26 Kevin B. Kenny <kennykb@acm.org> + + * library/clock.tcl (FreeScan): Fixed a bug that caused relative + days of the week in free-form [clock scan] to be evaluated in the + wrong time zone. + * tests/clock.test (clock-31.[456]): Made sure that there + isn't an env(TZ) or env(TCL_TZ) lying around that will + override the time zone that we're trying to establish with + the simulated registry. + Both problems reported as [Bug 1054101]. + 2004-10-25 Donal K. Fellows <donal.k.fellows@man.ac.uk> * doc/string.n (map): Rewrote to clarify that we don't just map |