summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2011-01-13 11:30:12 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2011-01-13 11:30:12 (GMT)
commit63b366c72bff6d044874c992d5a767695c977b22 (patch)
tree2eb77cfa949c60cd5d92fa1b6a54436590eaa350 /ChangeLog
parent4e2ff7a7961bc4bb13c14d2878976cebe3f0ddbd (diff)
downloadtcl-63b366c72bff6d044874c992d5a767695c977b22.zip
tcl-63b366c72bff6d044874c992d5a767695c977b22.tar.gz
tcl-63b366c72bff6d044874c992d5a767695c977b22.tar.bz2
* generic/tclExecute.c (GrowEvaluationStack): Off-by-one error in
sizing the new allocation - was ok in comment but wrong in the code. Triggered by [Bug 3142026] which happened to require exactly one more than what was in existence. BACKPORT.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0227878..525a166 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-01-13 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclExecute.c (GrowEvaluationStack): Off-by-one error in
+ sizing the new allocation - was ok in comment but wrong in the code.
+ Triggered by [Bug 3142026] which happened to require exactly one more
+ than what was in existence. BACKPORT.
+
2011-01-03 Jan Nijtmans <nijtmans@users.sf.net>
* tools/genStubs.tcl: Fix "make genstubs", which was broken