summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-03-28 19:03:41 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-03-28 19:03:41 (GMT)
commitf0dcf496f096fd97761a4392ff77c13f9eb49707 (patch)
tree5e6ea6dfc617bfe467971c624cb6c9218f9eb92c /ChangeLog
parent2ef27f98192e8690ab3b297accafe52001b24014 (diff)
downloadtcl-f0dcf496f096fd97761a4392ff77c13f9eb49707.zip
tcl-f0dcf496f096fd97761a4392ff77c13f9eb49707.tar.gz
tcl-f0dcf496f096fd97761a4392ff77c13f9eb49707.tar.bz2
* generic/tclCmdMZ.c (STR_REVERSE): Implement the actual
[string reverse] command in terms of the new TclStringObjReverse() routine. * generic/tclInt.h (TclStringObjReverse): New internal routine * generic/tclStringObj.c (TclStringObjReverse): that implements the [string reverse] operation, making use of knowledge/surgery of the String intrep to minimize the number of allocs and copies needed to do the job.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 160af2a..8bd4d2b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2007-03-28 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclCmdMZ.c (STR_REVERSE): Implement the actual
+ [string reverse] command in terms of the new TclStringObjReverse()
+ routine.
+
+ * generic/tclInt.h (TclStringObjReverse): New internal routine
+ * generic/tclStringObj.c (TclStringObjReverse): that implements the
+ [string reverse] operation, making use of knowledge/surgery of the
+ String intrep to minimize the number of allocs and copies needed to
+ do the job.
+
2007-03-27 Don Porter <dgp@users.sourceforge.net>
* generic/tclCmdMZ.c (STR_MAP): Replace ckalloc calls with