summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2002-02-25 14:15:09 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2002-02-25 14:15:09 (GMT)
commita09bbfbf2d3d153129db0dc6845dfb64b3590c08 (patch)
tree87aae8fef9d59b8dc55bd5c2d7a610188e274015 /ChangeLog
parentefe59244840c732a49b93ff7aa6c01cb56874954 (diff)
downloadtcl-a09bbfbf2d3d153129db0dc6845dfb64b3590c08.zip
tcl-a09bbfbf2d3d153129db0dc6845dfb64b3590c08.tar.gz
tcl-a09bbfbf2d3d153129db0dc6845dfb64b3590c08.tar.bz2
fixing a bug in last tclCompCmds.c patch, in the code for [for] and [while].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fac6c7e..3be8437 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2002-02-25 Miguel Sofer <msofer@users.sourceforge.net>
+
+ * generic/tclCompCmds: fixing a bug in patch dated 2002-02-22, in
+ the code for [for] and [while]. Under certain conditions, for long
+ bodies, the exception range parameters were badly computed. Tests
+ forthcoming: I still can't reproduce the conditions in the
+ testsuite (!), although the bug (with assorted segfault or panic!)
+ can be triggered from the console or with the new parse.bench in
+ tclbench.
+
2002-02-25 Donal K. Fellows <fellowsd@cs.man.ac.uk>
* compat/strtoul.c, compat/strtol.c, compat/strtod.c: Added UCHAR,