summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-02-05 11:57:25 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-02-05 11:57:25 (GMT)
commit7933720835766c9a797749bd47fd1501ae6871d2 (patch)
treec3c9843cb1f2031ef7906393aac0148a811807d4 /ChangeLog
parent1508a4647865986ad56b7f73c13f7829e1a23c3f (diff)
downloadtcl-7933720835766c9a797749bd47fd1501ae6871d2.zip
tcl-7933720835766c9a797749bd47fd1501ae6871d2.tar.gz
tcl-7933720835766c9a797749bd47fd1501ae6871d2.tar.bz2
More/better/cleaner handling of the bytearray special casing for string ops.
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