diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2001-12-11 14:29:39 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2001-12-11 14:29:39 (GMT) |
commit | dd1a92bd5aff575da91fd60c31a16bc6f8f16b68 (patch) | |
tree | 1e0d41feac520041a88004e8c9a568fafad25db3 /ChangeLog | |
parent | a331ce2d727b1e7f577c49077938f7fb26f4d084 (diff) | |
download | tcl-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |