summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2007-07-11 21:27:27 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2007-07-11 21:27:27 (GMT)
commit95089adb47fee26e3c41c8d88e3dfd356d48dcc2 (patch)
treeece8e7586529705cc7d47f00e42666eb3ed271cc /ChangeLog
parent2c819f71e6342fb519e96c5cb316a08b63adeaa9 (diff)
downloadtcl-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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4dc8280..0e39af7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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