summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorferrieux <ferrieux@users.sourceforge.net>2008-07-23 23:19:31 (GMT)
committerferrieux <ferrieux@users.sourceforge.net>2008-07-23 23:19:31 (GMT)
commit7b1a1c06d6d6cdf4035ef5b35802f85862b27088 (patch)
tree6df0c2ac34f68c053e371f29fcfda6aab9419f8c /ChangeLog
parent4f9bbccc00c295f21e8675079ffa2664f4d2c41d (diff)
downloadtcl-7b1a1c06d6d6cdf4035ef5b35802f85862b27088.zip
tcl-7b1a1c06d6d6cdf4035ef5b35802f85862b27088.tar.gz
tcl-7b1a1c06d6d6cdf4035ef5b35802f85862b27088.tar.bz2
Added relative speed test for pure byte array concats.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2b129a8..449a1fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,9 @@
2008-07-23 Alexandre Ferrieux <ferrieux@users.sourceforge.net>
* tests/lrange.test: Added relative speed test to check for lrange
- in-place optimization committed 2008-06-30.
+ in-place optimization committed 2008-06-30.
+ * tests/binary.test: Added relative speed test to check for pure
+ byte array CONCAT1 optimization committed 2008-06-30.
2008-07-23 Andreas Kupries <andreask@activestate.com>