summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2010-12-30 23:10:06 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2010-12-30 23:10:06 (GMT)
commitef058dce40109ef6ead33a01b03382c34ba5cf02 (patch)
tree1ec51f45b85eeae695bdf77f8d3ed39a5a979853 /ChangeLog
parent6ddeb240a8b2366627697111435c5da9aa575dd0 (diff)
downloadtcl-ef058dce40109ef6ead33a01b03382c34ba5cf02.zip
tcl-ef058dce40109ef6ead33a01b03382c34ba5cf02.tar.gz
tcl-ef058dce40109ef6ead33a01b03382c34ba5cf02.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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c52dd99..fd7a410 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-12-30 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.
+
2010-12-26 Donal K. Fellows <dkf@users.sf.net>
* generic/tclCmdIL.c (Tcl_LsortObjCmd): Fix crash when multiple -index