diff options
author | hobbs <hobbs> | 2010-09-25 02:25:54 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2010-09-25 02:25:54 (GMT) |
commit | 2dac256b72f43d6d47ba902d97c17f0a7445a12e (patch) | |
tree | 2cba95f3b1f1df48d659ee9f4df5343af212c3ea /ChangeLog | |
parent | 87af30e0e77b0228943003952af1742423ed0b6d (diff) | |
download | tcl-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |