diff options
author | dgp <dgp@users.sourceforge.net> | 2006-08-31 20:41:28 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-08-31 20:41:28 (GMT) |
commit | 882d4ad3cbe738f250c1adb5ca50bb9895712182 (patch) | |
tree | 51ba8986b3b1c4ea3c9189cc426df01dd4202d87 /ChangeLog | |
parent | cb91df64f573a61f3fde281f8b65cccff6b51cff (diff) | |
download | tcl-882d4ad3cbe738f250c1adb5ca50bb9895712182.zip tcl-882d4ad3cbe738f250c1adb5ca50bb9895712182.tar.gz tcl-882d4ad3cbe738f250c1adb5ca50bb9895712182.tar.bz2 |
* generic/tclCompExpr.c: Corrected flawed logic for
disabling the INST_TRY_CVT_TO_NUMERIC instruction at the end
of an expression when function arguments contain operators.
[Bug 1541274]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2006-08-31 Don Porter <dgp@users.sourceforge.net> + * generic/tclCompExpr.c: Corrected flawed logic for + disabling the INST_TRY_CVT_TO_NUMERIC instruction at the end + of an expression when function arguments contain operators. + [Bug 1541274] + * tests/expr-old.test: The remaining failing tests reported in * tests/expr.test: [Bug 1381715] are all new in Tcl 8.5, so there's really no issue of compatibility with Tcl 8.4 result to |