diff options
author | dgp <dgp@users.sourceforge.net> | 2005-05-20 15:29:32 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-05-20 15:29:32 (GMT) |
commit | ec92a2656e264a8588b743b96f52f8bcfeedc563 (patch) | |
tree | 26e4de7e43d5a02125aa0b983e411a77bf39b8e1 /ChangeLog | |
parent | 30e59e8121633750bc18de094d05911b08f35318 (diff) | |
download | tcl-ec92a2656e264a8588b743b96f52f8bcfeedc563.zip tcl-ec92a2656e264a8588b743b96f52f8bcfeedc563.tar.gz tcl-ec92a2656e264a8588b743b96f52f8bcfeedc563.tar.bz2 |
* generic/tclParseExpr.c: Corrected parser to recognize all
boolean literals accepted by Tcl_GetBoolean, including prefixes
like "y" and "f", and to allow "eq" and "ne" as function names
in the proper context. [Bug 1201589].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2005-05-20 Don Porter <dgp@users.sourceforge.net> + + * generic/tclParseExpr.c: Corrected parser to recognize all + boolean literals accepted by Tcl_GetBoolean, including prefixes + like "y" and "f", and to allow "eq" and "ne" as function names + in the proper context. [Bug 1201589]. + 2005-05-19 Donal K. Fellows <dkf@users.sf.net> * generic/tclBasic.c (TclEvalObjvInternal): Rewrite for greater |