summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2007-06-18 21:58:40 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2007-06-18 21:58:40 (GMT)
commit1226c2ef3595f10f6ae34fc47c9d26706f4a4351 (patch)
treef53ac587deae671b4c766dc2dce6316a02c3d165 /ChangeLog
parent0adb37c708c287a0e699861fe46ae09bde5b8261 (diff)
downloadtcl-1226c2ef3595f10f6ae34fc47c9d26706f4a4351.zip
tcl-1226c2ef3595f10f6ae34fc47c9d26706f4a4351.tar.gz
tcl-1226c2ef3595f10f6ae34fc47c9d26706f4a4351.tar.bz2
* generic/tclExecute.c (TEBC): Moved the CmdFrame off the C stack
and onto the Tcl stack, between the catch and the execution stacks
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 617e5fb..0e8ceb4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
+2007-06-18 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclExecute.c (TEBC): Moved the CmdFrame off the C stack
+ and onto the Tcl stack, between the catch and the execution stacks
+
2007-06-18 Don Porter <dgp@users.sourceforge.net>
- * generic/tclBasic.c (TclEvalEx,TclEvalObjEx): Moved the CmdFrame off
- the C stack and onto the Tcl stack.
+ * generic/tclBasic.c (TclEvalEx,TclEvalObjEx): Moved the CmdFrame
+ off the C stack and onto the Tcl stack.
2007-06-17 Donal K. Fellows <dkf@users.sf.net>