summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2005-04-19 15:10:43 (GMT)
committerKevin B Kenny <kennykb@acm.org>2005-04-19 15:10:43 (GMT)
commit8083af6181543c3852c249319b540c74186e6967 (patch)
tree1ea1776a7b6e69da01914fe09e295926d54cbb1e /ChangeLog
parent5569cd7f6bc15d75f4b42108f06113c0e198a0e2 (diff)
downloadtcl-8083af6181543c3852c249319b540c74186e6967.zip
tcl-8083af6181543c3852c249319b540c74186e6967.tar.gz
tcl-8083af6181543c3852c249319b540c74186e6967.tar.bz2
fixed Bug 1185933
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d69ff5..adcd6e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2005-04-19 Kevin B. Kenny <kennykb@acm.org>
+
+ * library/clock.tcl (Initialize): Put initialization code into a
+ proc to avoid inadvertently clobbering global variables.
+ [Bug 1185933]
+ * tests/clock.test (clock-48.1): Added regression test for the
+ above bug.
+ Thanks to Ulrich Ring for reporting this bug.
+
2005-04-16 Miguel Sofer <msofer@users.sf.net>
* generic/Var.c (Tcl_ArrayObjCmd - ARRAY_NAMES): fix Tcl_Obj leak