summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-10-04 13:56:37 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-10-04 13:56:37 (GMT)
commitf740197ce220d1842b0a408a30031c150b54db0c (patch)
tree85adf71928ce31288bb2fed800ac1caa4010064b /ChangeLog
parentb33be65e4a3a29aae1ef59d24db32aff7dcb84ab (diff)
downloadtcl-f740197ce220d1842b0a408a30031c150b54db0c.zip
tcl-f740197ce220d1842b0a408a30031c150b54db0c.tar.gz
tcl-f740197ce220d1842b0a408a30031c150b54db0c.tar.bz2
Stop words starting with 'eq' or 'ne' from being subdivided by the expression
parser. [Bug 884830]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 59606cc..c0c3fed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2004-10-04 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+ * generic/tclParseExpr.c (GetLexeme): Ensure that the 'eq' and
+ 'ne' operators are followed by non-alphabetic characters so
+ lexemes can't run together. [Bug 884830]
+
* doc/DictObj.3, doc/dict.n: Clarified that a dictionary is not
order-preserving. [Bug 1032243] Also added another example to
show off more ways of using a dictionary and a few other