summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-08-01 17:07:46 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-08-01 17:07:46 (GMT)
commit4500f56474ce572532e86d38956af8fe69eb9d7d (patch)
treecb6e6c9fe17e69ce8da244296b4c40248e4bdf9e /ChangeLog
parent6defa80ae783c5777b9d9e152d512bb722e3417d (diff)
downloadtcl-4500f56474ce572532e86d38956af8fe69eb9d7d.zip
tcl-4500f56474ce572532e86d38956af8fe69eb9d7d.tar.gz
tcl-4500f56474ce572532e86d38956af8fe69eb9d7d.tar.bz2
* generic/tclBasic.c: Revised timing of the CmdFrame stack management
* tests/info.test: in TclEvalEx so that the CmdFrame will still be on the stack at the time Tcl_LogCommandInfo is called to append another level of -errorinfo information. Sets the stage to add file and line data to the stack trace. Added test to check that [info frame] functioning remains unchanged by the revision.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d645141..c8efe8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-08-01 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclBasic.c: Revised timing of the CmdFrame stack management
+ * tests/info.test: in TclEvalEx so that the CmdFrame will still
+ be on the stack at the time Tcl_LogCommandInfo is called to append
+ another level of -errorinfo information. Sets the stage to add
+ file and line data to the stack trace. Added test to check that
+ [info frame] functioning remains unchanged by the revision.
+
2008-07-31 Miguel Sofer <msofer@users.sf.net>
* tests/NRE.test: replaced all deep-recursing tests by shallower