summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2010-09-25 02:25:54 (GMT)
committerhobbs <hobbs>2010-09-25 02:25:54 (GMT)
commit2dac256b72f43d6d47ba902d97c17f0a7445a12e (patch)
tree2cba95f3b1f1df48d659ee9f4df5343af212c3ea /ChangeLog
parent87af30e0e77b0228943003952af1742423ed0b6d (diff)
downloadtcl-2dac256b72f43d6d47ba902d97c17f0a7445a12e.zip
tcl-2dac256b72f43d6d47ba902d97c17f0a7445a12e.tar.gz
tcl-2dac256b72f43d6d47ba902d97c17f0a7445a12e.tar.bz2
* tests/stringComp.test: improved string test coverage
* generic/tclExecute.c (TclExecuteByteCode): merge INST_STR_CMP and INST_STR_EQ/INST_STR_NEQ paths. Speeds up eq/ne/[string eq] with obj-aware comparisons and eq/==/ne/!= with length equality check.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 20c82ff..7163a85 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-09-24 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * tests/stringComp.test: improved string eq/cmp test coverage
+ * generic/tclExecute.c (TclExecuteByteCode): merge INST_STR_CMP
+ and INST_STR_EQ/INST_STR_NEQ paths. Speeds up eq/ne/[string eq]
+ with obj-aware comparisons and eq/==/ne/!= with length equality
+ check.
+
2010-09-24 Andreas Kupries <andreask@activestate.com>
* tclWinsock.c: [Bug 3056775]: Fixed race condition between thread