diff options
author | dgp <dgp@users.sourceforge.net> | 2004-03-01 17:33:45 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-03-01 17:33:45 (GMT) |
commit | 35da23f80f35ffde79b635c74c0a31b1a6b9b181 (patch) | |
tree | 86e6a76aafdf522e161a414c96b16659f1cf2956 /ChangeLog | |
parent | 23b1014c0fb8387895fe3b847999ea8b17572bee (diff) | |
download | tcl-35da23f80f35ffde79b635c74c0a31b1a6b9b181.zip tcl-35da23f80f35ffde79b635c74c0a31b1a6b9b181.tar.gz tcl-35da23f80f35ffde79b635c74c0a31b1a6b9b181.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]
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/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. |