diff options
author | dgp <dgp@users.sourceforge.net> | 2005-11-14 16:45:10 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-11-14 16:45:10 (GMT) |
commit | 0c7c2c6991c1b97f1d18378f9fd9ae4ff04fc37b (patch) | |
tree | e1c49c3bf3372ba440c11250775d3bfb0090a5bb /ChangeLog | |
parent | a951278c386a8485715fdb0c48f325ded815eb97 (diff) | |
download | tcl-0c7c2c6991c1b97f1d18378f9fd9ae4ff04fc37b.zip tcl-0c7c2c6991c1b97f1d18378f9fd9ae4ff04fc37b.tar.gz tcl-0c7c2c6991c1b97f1d18378f9fd9ae4ff04fc37b.tar.bz2 |
* generic/tclBasic.c (CallCommandTraces): Save/restore the
interp result during traces to fix [Bug 1355342].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2005-11-14 Don Porter <dgp@users.sourceforge.net> + + * generic/tclBasic.c (CallCommandTraces): Save/restore the + interp result during traces to fix [Bug 1355342]. + 2005-11-13 Miguel Sofer <msofer@users.sf.net> * generic/tclInt.h: |