diff options
author | dgp <dgp@users.sourceforge.net> | 2007-03-22 18:19:42 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-03-22 18:19:42 (GMT) |
commit | e05ecc3c47c3eeb7ad8d978938e38ea794710a53 (patch) | |
tree | e274e0429e374e0c62d97d74a31c6babe7e4fd67 /ChangeLog | |
parent | 1daf7b251b3f3c433644a0298c902c1c3032aa4d (diff) | |
download | tcl-e05ecc3c47c3eeb7ad8d978938e38ea794710a53.zip tcl-e05ecc3c47c3eeb7ad8d978938e38ea794710a53.tar.gz tcl-e05ecc3c47c3eeb7ad8d978938e38ea794710a53.tar.bz2 |
* 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
even when required growth is large.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2007-03-22 Don Porter <dgp@users.sourceforge.net> + + * 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 + even when required growth is large. + 2007-03-21 Don Porter <dgp@users.sourceforge.net> * generic/tclExecute.c: More ckalloc -> ckrealloc conversions. |