diff options
author | dgp <dgp@users.sourceforge.net> | 2004-03-01 17:33:20 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-03-01 17:33:20 (GMT) |
commit | 533cffb36c60635f6401dd91acb3ce4ca0013d07 (patch) | |
tree | c5f8a52e4ead68a57c0a6f060d407c63f58f6307 /ChangeLog | |
parent | 754c0852ab501fec0150360756a06d3918a9cc25 (diff) | |
download | tcl-533cffb36c60635f6401dd91acb3ce4ca0013d07.zip tcl-533cffb36c60635f6401dd91acb3ce4ca0013d07.tar.gz tcl-533cffb36c60635f6401dd91acb3ce4ca0013d07.tar.bz2 |
* generic/tclCmdMZ.c (TclCheckInterpTraces): The TIP 62
* generic/tclTest.c (TestcmdtraceCmd): implementation introduced a
* tests/basic.test (basic-39.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]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2004-03-01 Don Porter <dgp@users.sourceforge.net> + + * generic/tclCmdMZ.c (TclCheckInterpTraces): The TIP 62 + * generic/tclTest.c (TestcmdtraceCmd): implementation introduced a + * tests/basic.test (basic-39.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-26 Daniel Steffen <das@users.sourceforge.net> *** 8.4.6 TAGGED FOR RELEASE *** |