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 /changes | |
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 'changes')
-rw-r--r-- | changes | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,6 @@ Recent user-visible changes to Tcl: -RCS: @(#) $Id: changes,v 1.79.2.19 2005/06/18 19:52:36 dgp Exp $ +RCS: @(#) $Id: changes,v 1.79.2.20 2005/06/21 17:19:40 dgp Exp $ 1. No more [command1] [command2] construct for grouping multiple commands on a single command line. @@ -6213,4 +6213,6 @@ Documentation improvements [1075433,1085127,1117017,1124160,1149605,etc.] 2005-06-18 (bug fix)[1154163] [format %h] on 64-bit OS's (kraft,fellows) +2005-06-21 (bug fix)[1201035,1224585] execution trace crashes (porter) + --- Released 8.4.11, June 24, 2005 --- See ChangeLog for details --- |