summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-07-26 17:06:12 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-07-26 17:06:12 (GMT)
commit8b352c42ebe82894d4922719ca48dc45c6345844 (patch)
tree59596c1f3a042395c309c25cb338cde9163472b6 /ChangeLog
parentdc19becf6445e0d3c91ce8bf6022e5b6e038fe18 (diff)
downloadtcl-8b352c42ebe82894d4922719ca48dc45c6345844.zip
tcl-8b352c42ebe82894d4922719ca48dc45c6345844.tar.gz
tcl-8b352c42ebe82894d4922719ca48dc45c6345844.tar.bz2
* generic/tclBasic.c (Tcl_CallWhenDeleted): Converted to use
per-thread counter, rather than a process global one that required mutex protection. [RFE 1077194]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a068a83..71f9a7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2005-07-26 Don Porter <dgp@users.sourceforge.net>
+ * generic/tclBasic.c (Tcl_CallWhenDeleted): Converted to use
+ per-thread counter, rather than a process global one that required
+ mutex protection. [RFE 1077194]
+
* generic/tclNamesp.c (TclTeardownNamespace): Re-ordering so that
* tests/trace.test (trace-34.4): command delete traces fire
while the command still exists. [Bug 1047286]