summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d3710b..4c5e47b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,11 @@
2009-02-05 Donal K. Fellows <dkf@users.sf.net>
- * generic/tclExecute.c (TclExecuteByteCode): Make sure that
- INST_CONCAT1 will not lose string reps wrongly. [Bug 2568434]
+ * generic/tclCmdMZ.c (StringIndexCmd, StringRangeCmd, StringLenCmd):
+ Simplify the implementation of some commands now that the underlying
+ string API knows more about bytearrays.
+
+ * generic/tclExecute.c (TclExecuteByteCode): [Bug 2568434]: Make sure
+ that INST_CONCAT1 will not lose string reps wrongly.
* generic/tclStringObj.c (Tcl_AppendObjToObj): Special-case the
appending of one bytearray to another, which can be extremely rapid.