diff options
author | dgp <dgp@users.sourceforge.net> | 2011-09-07 17:14:25 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-09-07 17:14:25 (GMT) |
commit | eab556c974f895e7d22dc274d00437dfa0e4300d (patch) | |
tree | fc582d162b0cdfc9ac46327741a6131f4f1ad2c7 /ChangeLog | |
parent | f91512470ea7f0152111a3f6126a8b7dbf23ac7e (diff) | |
parent | 27306c24b9e0af8fc80742dc287acbe68b072119 (diff) | |
download | tcl-eab556c974f895e7d22dc274d00437dfa0e4300d.zip tcl-eab556c974f895e7d22dc274d00437dfa0e4300d.tar.gz tcl-eab556c974f895e7d22dc274d00437dfa0e4300d.tar.bz2 |
3401704 Allow function names like influence(), nanobot(), and 99bottles()
that have been parsed as missing operator syntax errors before
with the form NUMBER + FUNCTION.
***POTENTIAL INCOMPATIBILITY***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2011-09-07 Don Porter <dgp@users.sourceforge.net> + + * generic/tclCompExpr.c: [Bug 3401704] Allow function names like + * tests/parseExpr.test: influence(), nanobot(), and 99bottles() + that have been parsed as missing operator syntax errors before + with the form NUMBER + FUNCTION. + ***POTENTIAL INCOMPATIBILITY*** + 2011-09-06 Venkat Iyer <venkat@comit.com> * library/tzdata/America/Goose_Bay: Update to Olson's tzdata2011i |