summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-10-08 23:18:35 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-10-08 23:18:35 (GMT)
commit834dd44b02f471e7a56355d1085568f7f9a2f006 (patch)
tree40791bfcea047b6d2a6c9cf6040971fd34ba1cc9 /ChangeLog
parent69d3fa26f0b10f5a65f2c62825b453346cdcd888 (diff)
downloadtcl-834dd44b02f471e7a56355d1085568f7f9a2f006.zip
tcl-834dd44b02f471e7a56355d1085568f7f9a2f006.tar.gz
tcl-834dd44b02f471e7a56355d1085568f7f9a2f006.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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 68ebe18..2ead370 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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