summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2011-08-27 04:24:24 (GMT)
committerdgp <dgp@users.sourceforge.net>2011-08-27 04:24:24 (GMT)
commit1e29bab5af753724511fb41ab9fcf3148a3f4067 (patch)
tree93b5bb1e890187c860d1b11ee291fe09f46da457 /ChangeLog
parent545f0cffe802c26b1779eb2f9ca6c4ade8c8c654 (diff)
parent65fc2758670c06dcb89d1bd829f990290c74e8c3 (diff)
downloadtcl-1e29bab5af753724511fb41ab9fcf3148a3f4067.zip
tcl-1e29bab5af753724511fb41ab9fcf3148a3f4067.tar.gz
tcl-1e29bab5af753724511fb41ab9fcf3148a3f4067.tar.bz2
3396731 Revise the [string reverse] implementation to operate on the
representation that comes in, avoid conversion to other reps.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 6 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index bc323fa..67572ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,12 @@
-2011-08-23 Don Porter <dgp@users.sourceforge.net>
+2011-08-27 Don Porter <dgp@users.sourceforge.net>
- * generic/tclIORChan.c: [Bug 3396948] Leak of ReflectedChannelMap.
+ * generic/tclStringObj.c: [RFE 3396731] Revise the [string reverse]
+ * tests/string.test: implementation to operate on the representation
+ that comes in, avoid conversion to other reps.
-2011-08-23 Jan Nijtmans <nijtmans@users.sf.net>
+2011-08-23 Don Porter <dgp@users.sourceforge.net>
- * generic/tclStringObj.c: [FRQ 3396731] inline string reverse
+ * generic/tclIORChan.c: [Bug 3396948] Leak of ReflectedChannelMap.
2011-08-19 Don Porter <dgp@users.sourceforge.net>