summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2009-02-25 14:55:43 (GMT)
committerdgp <dgp@users.sourceforge.net>2009-02-25 14:55:43 (GMT)
commit57ca69ee1a85fea74e73766265b67cc85d74081d (patch)
tree5efdf0ade44a52ff2cec1001265f6be0c578e345 /ChangeLog
parentd24c35f276199a428012749034360a0ab17c00da (diff)
downloadtcl-57ca69ee1a85fea74e73766265b67cc85d74081d.zip
tcl-57ca69ee1a85fea74e73766265b67cc85d74081d.tar.gz
tcl-57ca69ee1a85fea74e73766265b67cc85d74081d.tar.bz2
* generic/tclCmdMZ.c: Since Tcl_GetCharLength() has its own
* generic/tclExecute.c: optimizations for the tclByteArrayType, stop having the callers do them.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eba9c9c..defffef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-02-25 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclCmdMZ.c: Since Tcl_GetCharLength() has its own
+ * generic/tclExecute.c: optimizations for the tclByteArrayType, stop
+ having the callers do them.
+
2009-02-24 Donal K. Fellows <dkf@users.sf.net>
* doc/clock.n, doc/fblocked.n, doc/format.n, doc/lsort.n,