diff options
author | dgp <dgp@users.sourceforge.net> | 2007-03-22 20:53:22 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-03-22 20:53:22 (GMT) |
commit | 26c2fe200e08a3dcf30a4def881bd87070579cc8 (patch) | |
tree | 4157b43740d9286c49fa81119f0a10903089aa8d /ChangeLog | |
parent | e05ecc3c47c3eeb7ad8d978938e38ea794710a53 (diff) | |
download | tcl-26c2fe200e08a3dcf30a4def881bd87070579cc8.zip tcl-26c2fe200e08a3dcf30a4def881bd87070579cc8.tar.gz tcl-26c2fe200e08a3dcf30a4def881bd87070579cc8.tar.bz2 |
* generic/tclCmdAH.c (Tcl_ForeachObjCmd): Replaced arrays
on the C stack and ckalloc calls with TclStackAlloc calls to use
memory on Tcl's evaluation stack.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2007-03-22 Don Porter <dgp@users.sourceforge.net> + * generic/tclCmdAH.c (Tcl_ForeachObjCmd): Replaced arrays + on the C stack and ckalloc calls with TclStackAlloc calls to use + memory on Tcl's evaluation stack. + * generic/tclExecute.c: Revised GrowEvaluationStack to take an argument specifying the growth required by the caller, so that a single reallocation / copy is the most that will ever be needed |