summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-05-20 15:29:32 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-05-20 15:29:32 (GMT)
commitec92a2656e264a8588b743b96f52f8bcfeedc563 (patch)
tree26e4de7e43d5a02125aa0b983e411a77bf39b8e1 /ChangeLog
parent30e59e8121633750bc18de094d05911b08f35318 (diff)
downloadtcl-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index be55739..7fb7b13 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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