summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-05-20 15:28:14 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-05-20 15:28:14 (GMT)
commit30ab2e7be77da7f6eb286f441ae86da6d775b842 (patch)
tree0debd93f5a636994f1f70842aced0fa53b15ba9e /ChangeLog
parent1346d27686eee342d81cc069ffc0ca803d4dc7bf (diff)
downloadtcl-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d048e29..cd2c436 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 Daniel Steffen <das@users.sourceforge.net>
* macosx/tclMacOSXNotify.c (Tcl_InitNotifier): fixed crashing