diff options
author | Kevin B Kenny <kennykb@acm.org> | 2005-04-19 15:10:43 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2005-04-19 15:10:43 (GMT) |
commit | 8083af6181543c3852c249319b540c74186e6967 (patch) | |
tree | 1ea1776a7b6e69da01914fe09e295926d54cbb1e /ChangeLog | |
parent | 5569cd7f6bc15d75f4b42108f06113c0e198a0e2 (diff) | |
download | tcl-8083af6181543c3852c249319b540c74186e6967.zip tcl-8083af6181543c3852c249319b540c74186e6967.tar.gz tcl-8083af6181543c3852c249319b540c74186e6967.tar.bz2 |
fixed Bug 1185933
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |