summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-06-18 21:27:20 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-06-18 21:27:20 (GMT)
commit0adb37c708c287a0e699861fe46ae09bde5b8261 (patch)
treef0c54f4a536e5f8bc2b4e740fd113e79403b4389 /ChangeLog
parent593e4a78a5b40e3a9f6e48e6d2ac48a10eff8c5a (diff)
downloadtcl-0adb37c708c287a0e699861fe46ae09bde5b8261.zip
tcl-0adb37c708c287a0e699861fe46ae09bde5b8261.tar.gz
tcl-0adb37c708c287a0e699861fe46ae09bde5b8261.tar.bz2
* generic/tclBasic.c (TclEvalEx,TclEvalObjEx): Moved the CmdFrame off
the C stack and onto the Tcl stack.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f08dc55..617e5fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
2007-06-18 Don Porter <dgp@users.sourceforge.net>
- * generic/tclBasic.c (TclEvalEx): 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>