summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 65a4067..265120d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@
appending of one bytearray to another, which can be extremely rapid.
Part of scheme to address [Bug 1665628] by making the basic string
operations more efficient on byte arrays.
+ (Tcl_GetCharLength, Tcl_GetUniChar, Tcl_GetRange): More special casing
+ work for bytearrays.
2009-02-04 Don Porter <dgp@users.sourceforge.net>
@@ -16,9 +18,9 @@
2009-02-03 Jan Nijtmans <nijtmans@users.sf.net>
- * macosx/tclMacOSXFCmd.c - eliminate some unnessary type casts
- * unix/tclLoadDyld.c - some internal const decorations
- * unix/tclUnixCompat.c - spacing
+ * macosx/tclMacOSXFCmd.c: Eliminate some unnessary type casts
+ * unix/tclLoadDyld.c: some internal const decorations
+ * unix/tclUnixCompat.c: spacing
* unix/tclUnixFCmd.c
* unix/tclUnixFile.c
* win/tclWinDde.c