diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2011-01-13 11:30:12 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2011-01-13 11:30:12 (GMT) |
commit | 63b366c72bff6d044874c992d5a767695c977b22 (patch) | |
tree | 2eb77cfa949c60cd5d92fa1b6a54436590eaa350 /ChangeLog | |
parent | 4e2ff7a7961bc4bb13c14d2878976cebe3f0ddbd (diff) | |
download | tcl-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |