summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-07-26 17:05:28 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-07-26 17:05:28 (GMT)
commit9d5713e7c5fda9f025636e41099395211bc6612d (patch)
tree20e01256fc5ac4392f657594605b438ce66e68d8 /ChangeLog
parentb4aa907f7b232da983bc1a84cf6ed978f0145be2 (diff)
downloadtcl-9d5713e7c5fda9f025636e41099395211bc6612d.zip
tcl-9d5713e7c5fda9f025636e41099395211bc6612d.tar.gz
tcl-9d5713e7c5fda9f025636e41099395211bc6612d.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 2905807..24ab4e8 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]