diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-05-25 22:22:58 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-05-25 22:22:58 (GMT) |
commit | df162f81b863ae6ae81d4550033b9c0c5ee280f2 (patch) | |
tree | 8a5e020a0498c6e7182c39806f20ea6d6ae51fa9 /ChangeLog | |
parent | c85709f537091cdf9538cbeed4d4036d0247dc94 (diff) | |
download | tcl-df162f81b863ae6ae81d4550033b9c0c5ee280f2.zip tcl-df162f81b863ae6ae81d4550033b9c0c5ee280f2.tar.gz tcl-df162f81b863ae6ae81d4550033b9c0c5ee280f2.tar.bz2 |
Prototype fix for [Bug 960410] that tries to move hash table cleanup somewhere
more reliable.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2004-05-25 Donal K. Fellows <donal.k.fellows@man.ac.uk> + + * generic/tclInterp.c (DeleteScriptLimitCallback): Move all + deletion of script callback hash table entries to happen here so + the entries are correctly removed at the right time. [Bug 960410] + 2004-05-25 Miguel Sofer <msofer@users.sf.net> * docs/global.n: added details for qualified variable names |