summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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>