summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-03-22 18:19:42 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-03-22 18:19:42 (GMT)
commite05ecc3c47c3eeb7ad8d978938e38ea794710a53 (patch)
treee274e0429e374e0c62d97d74a31c6babe7e4fd67 /ChangeLog
parent1daf7b251b3f3c433644a0298c902c1c3032aa4d (diff)
downloadtcl-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eb339d6..bf84444 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.