summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2005-10-29 17:45:22 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2005-10-29 17:45:22 (GMT)
commit905504b25f37317b91c478e7a9fc1d5166250a73 (patch)
treec33d7e39d470aeab57cb502bab9c9e94316c545c /ChangeLog
parent71b715c88b019bf819a112ac7e8b0aa68c6dc9e8 (diff)
downloadtcl-905504b25f37317b91c478e7a9fc1d5166250a73.zip
tcl-905504b25f37317b91c478e7a9fc1d5166250a73.tar.gz
tcl-905504b25f37317b91c478e7a9fc1d5166250a73.tar.bz2
* generic/tclCmdMZ.c (TraceVarProc): [Bug 1337229], partial
fix. Insure that a second call with TCL_TRACE_DESTROYED does not lead to a second call to Tcl_EventuallyFree(). It is still true that that second call should not happen, so the bug is not completely fixed. * tests/trace.test (test-18.3-4): added tests for bugs #1337229 and 1338280.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cc4795c..5e32db8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2005-10-23 Miguel Sofer <msofer@users.sf.net>
+ * generic/tclCmdMZ.c (TraceVarProc): [Bug 1337229], partial
+ fix. Insure that a second call with TCL_TRACE_DESTROYED does not
+ lead to a second call to Tcl_EventuallyFree(). It is still true
+ that that second call should not happen, so the bug is not
+ completely fixed.
+ * tests/trace.test (test-18.3-4): added tests for bugs #1337229
+ and 1338280.
+
+2005-10-23 Miguel Sofer <msofer@users.sf.net>
+
* generic/tclBasic.c:
* generic/tclBinary.c:
* generic/tclCmdAH.c: