summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2007-06-27 17:29:20 (GMT)
committerdgp <dgp@noemail.net>2007-06-27 17:29:20 (GMT)
commitae3ff6d53315294ba63386b774b97943f0429e67 (patch)
treedc54a77e597ad6a8cdc37faa23c9ba1a796d2660 /ChangeLog
parentf46e9d63273a6083b52d42717af96f0da6d91d2d (diff)
downloadtcl-ae3ff6d53315294ba63386b774b97943f0429e67.zip
tcl-ae3ff6d53315294ba63386b774b97943f0429e67.tar.gz
tcl-ae3ff6d53315294ba63386b774b97943f0429e67.tar.bz2
* generic/tclCmdMZ.c: Corrected broken trace reversal logic in
* generic/tclTest.c: TclCheckInterpTraces that led to infinite loop * tests/basic.test: when multiple Tcl_CreateTrace traces were set and one of them did not fire due to level restrictions. [Bug 1743931]. FossilOrigin-Name: a32f24e76c41ce5cac687595ad2450339b8cc8f8
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 44f23fd..f9da895 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-06-27 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclCmdMZ.c: Corrected broken trace reversal logic in
+ * generic/tclTest.c: TclCheckInterpTraces that led to infinite loop
+ * tests/basic.test: when multiple Tcl_CreateTrace traces were set and
+ one of them did not fire due to level restrictions. [Bug 1743931].
+
2007-06-23 Daniel Steffen <das@users.sourceforge.net>
* macosx/tclMacOSXNotify.c (AtForkChild): don't call CoreFoundation