summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2004-03-01 17:33:45 (GMT)
committerdgp <dgp@noemail.net>2004-03-01 17:33:45 (GMT)
commit6ea6a206974b197ad22120b56d99ae185d8c8bac (patch)
tree86e6a76aafdf522e161a414c96b16659f1cf2956 /ChangeLog
parent7ba0481f8481464d31dc80ee3f28d52af1ba508a (diff)
downloadtcl-6ea6a206974b197ad22120b56d99ae185d8c8bac.zip
tcl-6ea6a206974b197ad22120b56d99ae185d8c8bac.tar.gz
tcl-6ea6a206974b197ad22120b56d99ae185d8c8bac.tar.bz2
* generic/tclTrace.c (TclCheckInterpTraces): The TIP 62
* generic/tclTest.c (TestcmdtraceCmd): implementation introduced a * tests/trace.test (trace-29.10): bug by testing the CallFrame level instead of the iPtr->numLevels level when deciding what traces created by Tcl_Create(Obj)Trace to call. Added test to expose the error, and made fix. [Request 462580] FossilOrigin-Name: fbc9a802683b555e250ca20f7463fa9a2a063cba
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 11173d2..fd68268 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2004-03-01 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclTrace.c (TclCheckInterpTraces): The TIP 62
+ * generic/tclTest.c (TestcmdtraceCmd): implementation introduced a
+ * tests/trace.test (trace-29.10): bug by testing the CallFrame
+ level instead of the iPtr->numLevels level when deciding what traces
+ created by Tcl_Create(Obj)Trace to call. Added test to expose the
+ error, and made fix. [Request 462580]
+
2004-02-28 Vince Darley <vincentdarley@users.sourceforge.net>
* tests/fileSystem.test: fix to Tcl Bug 905163.