diff options
author | dgp <dgp@users.sourceforge.net> | 2005-05-20 15:28:14 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-05-20 15:28:14 (GMT) |
commit | 30ab2e7be77da7f6eb286f441ae86da6d775b842 (patch) | |
tree | 0debd93f5a636994f1f70842aced0fa53b15ba9e /ChangeLog | |
parent | 1346d27686eee342d81cc069ffc0ca803d4dc7bf (diff) | |
download | tcl-30ab2e7be77da7f6eb286f441ae86da6d775b842.zip tcl-30ab2e7be77da7f6eb286f441ae86da6d775b842.tar.gz tcl-30ab2e7be77da7f6eb286f441ae86da6d775b842.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 Daniel Steffen <das@users.sourceforge.net> * macosx/tclMacOSXNotify.c (Tcl_InitNotifier): fixed crashing |