summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2004-10-04 15:30:25 (GMT)
committerKevin B Kenny <kennykb@acm.org>2004-10-04 15:30:25 (GMT)
commit54af15ebd7bbd1a3dcdac1fcd0103c74be2ff12f (patch)
tree9b9caee37c97d19cbddf34efae0c4da367196385 /ChangeLog
parentf740197ce220d1842b0a408a30031c150b54db0c (diff)
downloadtcl-54af15ebd7bbd1a3dcdac1fcd0103c74be2ff12f.zip
tcl-54af15ebd7bbd1a3dcdac1fcd0103c74be2ff12f.tar.gz
tcl-54af15ebd7bbd1a3dcdac1fcd0103c74be2ff12f.tar.bz2
* tests/clock.test (clock-34.*): Removed an antibug that forced
comparison of [clock scan] results with the :localtime time zone. Now that [clock scan] uses the current time zone instead, the antibug caused several tests to fail. [Bug 1038554]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c0c3fed..b2cafaf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-10-04 Kevin B. Kenny <kennykb@acm.org>
+
+ * tests/clock.test (clock-34.*): Removed an antibug that forced
+ comparison of [clock scan] results with the :localtime time zone.
+ Now that [clock scan] uses the current time zone instead, the
+ antibug caused several tests to fail. [Bug 1038554]
+
2004-10-04 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* generic/tclParseExpr.c (GetLexeme): Ensure that the 'eq' and