summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2001-12-11 14:29:39 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2001-12-11 14:29:39 (GMT)
commitdd1a92bd5aff575da91fd60c31a16bc6f8f16b68 (patch)
tree1e0d41feac520041a88004e8c9a568fafad25db3 /ChangeLog
parenta331ce2d727b1e7f577c49077938f7fb26f4d084 (diff)
downloadtcl-dd1a92bd5aff575da91fd60c31a16bc6f8f16b68.zip
tcl-dd1a92bd5aff575da91fd60c31a16bc6f8f16b68.tar.gz
tcl-dd1a92bd5aff575da91fd60c31a16bc6f8f16b68.tar.bz2
removed overestimates of necessary stack depth for bytecodes in the
fix for [Bug 483611].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9233660..71f0fc6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2001-12-11 Miguel Sofer <msofer@users.sourceforge.net>
+
+ * generic/tclCompCmds.c (TclCompileLindexCmd):
+ * generic/tclCompExpr.c (CompileMathFuncCall): removed the last
+ two overestimates of the necessary stack depth for bytecodes in
+ the fix of [Bug 483611].
+
2001-12-10 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* unix/tclUnixPipe.c (TclpCreateProcess): Applied Don Porter's