summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-08-31 20:41:28 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-08-31 20:41:28 (GMT)
commit882d4ad3cbe738f250c1adb5ca50bb9895712182 (patch)
tree51ba8986b3b1c4ea3c9189cc426df01dd4202d87 /ChangeLog
parentcb91df64f573a61f3fde281f8b65cccff6b51cff (diff)
downloadtcl-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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 732fe1c..b814953 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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