summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-05-25 22:22:58 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-05-25 22:22:58 (GMT)
commitdf162f81b863ae6ae81d4550033b9c0c5ee280f2 (patch)
tree8a5e020a0498c6e7182c39806f20ea6d6ae51fa9 /ChangeLog
parentc85709f537091cdf9538cbeed4d4036d0247dc94 (diff)
downloadtcl-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5f07ecd..93bfc3d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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