diff options
author | dgp <dgp@users.sourceforge.net> | 2005-06-21 17:19:36 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-06-21 17:19:36 (GMT) |
commit | 2e99120257a8ebe71af4bcfeab8cc1d031a4bd24 (patch) | |
tree | 0a9a1877392958e625398eecb6274336605a99a9 /ChangeLog | |
parent | a0b5a0ccd26e0fa70be2e05583c04493b7ecb627 (diff) | |
download | tcl-2e99120257a8ebe71af4bcfeab8cc1d031a4bd24.zip tcl-2e99120257a8ebe71af4bcfeab8cc1d031a4bd24.tar.gz tcl-2e99120257a8ebe71af4bcfeab8cc1d031a4bd24.tar.bz2 |
* generic/tclBasic.c: Made the walk of the active trace list aware
* generic/tclCmdMZ.c: of the direction of trace scanning, so the
* generic/tclInt.h: proper correction can be made. [Bug 1224585]
* tests/trace.test (trace-34.2,3):
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2,6 +2,11 @@ *** 8.4.11 TAGGED FOR RELEASE *** + * generic/tclBasic.c: Made the walk of the active trace list aware + * generic/tclCmdMZ.c: of the direction of trace scanning, so the + * generic/tclInt.h: proper correction can be made. [Bug 1224585] + * tests/trace.test (trace-34.2,3): + * generic/tclBasic.c (Tcl_DeleteTrace): Added missing walk of the * tests/trace.test (trace-34.1): list of active traces to cleanup references to traces being deleted. [Bug 1201035] |