diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2007-07-11 21:27:27 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2007-07-11 21:27:27 (GMT) |
commit | 95089adb47fee26e3c41c8d88e3dfd356d48dcc2 (patch) | |
tree | ece8e7586529705cc7d47f00e42666eb3ed271cc /ChangeLog | |
parent | 2c819f71e6342fb519e96c5cb316a08b63adeaa9 (diff) | |
download | tcl-95089adb47fee26e3c41c8d88e3dfd356d48dcc2.zip tcl-95089adb47fee26e3c41c8d88e3dfd356d48dcc2.tar.gz tcl-95089adb47fee26e3c41c8d88e3dfd356d48dcc2.tar.bz2 |
2007-07-11 Miguel Sofer <msofer@users.sf.net>
* generic/tclCompCmds.c (TclCompileWhileCmd):
* generic/tclCompile.c (TclCompileScript):
Corrected faulty avoidance of INST_START_CMD when the first opcode
in a script is within a loop (as produced by 'while 1'), so that
the corresponding command is properly counted [Bug 1752146].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2007-07-11 Miguel Sofer <msofer@users.sf.net> + + * generic/tclCompCmds.c (TclCompileWhileCmd): + * generic/tclCompile.c (TclCompileScript): + Corrected faulty avoidance of INST_START_CMD when the first opcode + in a script is within a loop (as produced by 'while 1'), so that + the corresponding command is properly counted [Bug 1752146]. + 2007-07-11 Don Porter <dgp@users.sourceforge.net> * generic/tclCompExpr.c: Added a "parseOnly" flag argument to |