diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2007-06-18 22:51:10 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2007-06-18 22:51:10 (GMT) |
commit | 92b0317a2aee4e4cddd7870b828083db5e2f9d53 (patch) | |
tree | 18f20a232250658278a2d0c01dae4aa41a272dfe /ChangeLog | |
parent | 1226c2ef3595f10f6ae34fc47c9d26706f4a4351 (diff) | |
download | tcl-92b0317a2aee4e4cddd7870b828083db5e2f9d53.zip tcl-92b0317a2aee4e4cddd7870b828083db5e2f9d53.tar.gz tcl-92b0317a2aee4e4cddd7870b828083db5e2f9d53.tar.bz2 |
* generic/tclCmdIL.c (InfoFrameCmd):
* generic/tclCmdMZ.c (Tcl_SwitchObjCmd):
* generic/tclCompile.c (TclInitCompileEnv):
* generic/tclProc.c (Tcl_ProcObjCmd, SetLambdaFromAny): Moved the
CmdFrame off the C stack and onto the Tcl stack.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2007-06-18 Miguel Sofer <msofer@users.sf.net> + * generic/tclCmdIL.c (InfoFrameCmd): + * generic/tclCmdMZ.c (Tcl_SwitchObjCmd): + * generic/tclCompile.c (TclInitCompileEnv): + * generic/tclProc.c (Tcl_ProcObjCmd, SetLambdaFromAny): Moved the + CmdFrame off the C stack and onto the Tcl stack. + * generic/tclExecute.c (TEBC): Moved the CmdFrame off the C stack and onto the Tcl stack, between the catch and the execution stacks |