diff options
author | dgp <dgp@users.sourceforge.net> | 2011-08-27 04:24:24 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-08-27 04:24:24 (GMT) |
commit | 1e29bab5af753724511fb41ab9fcf3148a3f4067 (patch) | |
tree | 93b5bb1e890187c860d1b11ee291fe09f46da457 /ChangeLog | |
parent | 545f0cffe802c26b1779eb2f9ca6c4ade8c8c654 (diff) | |
parent | 65fc2758670c06dcb89d1bd829f990290c74e8c3 (diff) | |
download | tcl-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-- | ChangeLog | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -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> |