diff options
author | dgp <dgp@users.sourceforge.net> | 2003-10-08 23:18:16 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-10-08 23:18:16 (GMT) |
commit | eca4664d01909a7882167002ee5f451dc982076e (patch) | |
tree | 0715cd69d91759baf02ed0b19e4c90f2503898c2 /ChangeLog | |
parent | a17766024b1d018e9dd4bc4831eca9fa6b56500d (diff) | |
download | tcl-eca4664d01909a7882167002ee5f451dc982076e.zip tcl-eca4664d01909a7882167002ee5f451dc982076e.tar.gz tcl-eca4664d01909a7882167002ee5f451dc982076e.tar.bz2 |
* generic/tclBasic.c: Save and restore the iPtr->flag bits that
control the state of errorCode and errorInfo management when calling
"leave" execution traces, so that all error information of the traced
command is still available whether traced or not. [Bug 760947]
Thanks to Yahalom Emet.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2003-10-08 Don Porter <dgp@users.sourceforge.net> + + * generic/tclBasic.c: Save and restore the iPtr->flag bits that + control the state of errorCode and errorInfo management when calling + "leave" execution traces, so that all error information of the traced + command is still available whether traced or not. [Bug 760947] + Thanks to Yahalom Emet. + 2003-10-08 Donal K. Fellows <fellowsd@cs.man.ac.uk> * generic/tclTest.c (TestNumUtfCharsCmd): Command to allow finer |