diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2002-02-25 14:15:09 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2002-02-25 14:15:09 (GMT) |
commit | a09bbfbf2d3d153129db0dc6845dfb64b3590c08 (patch) | |
tree | 87aae8fef9d59b8dc55bd5c2d7a610188e274015 /ChangeLog | |
parent | efe59244840c732a49b93ff7aa6c01cb56874954 (diff) | |
download | tcl-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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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, |