summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2007-12-22 01:59:10 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2007-12-22 01:59:10 (GMT)
commit2ca3e4c31fb0c6eb8106bc1345e80ec93056562d (patch)
tree846defe00369a08e9469c8ad116ef19f4c70e885 /ChangeLog
parentbe3803aca6bc4d8286f24850bffc9937cfd520bb (diff)
downloadtcl-2ca3e4c31fb0c6eb8106bc1345e80ec93056562d.zip
tcl-2ca3e4c31fb0c6eb8106bc1345e80ec93056562d.tar.gz
tcl-2ca3e4c31fb0c6eb8106bc1345e80ec93056562d.tar.bz2
* generic/tclCmdIL.c (Tcl_LsortObjCmd): preallocate a listObj of
sufficient length for the sorted list instead of growing it. Second commit replaces calls to Tcl_ListObjAppenElement with direct access to the internal rep.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ab38ebc..a8feac2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,9 @@
2007-12-21 Miguel Sofer <msofer@users.sf.net>
* generic/tclCmdIL.c (Tcl_LsortObjCmd): preallocate a listObj of
- sufficient length for the sorted list instead of growing it.
+ sufficient length for the sorted list instead of growing
+ it. Second commit replaces calls to Tcl_ListObjAppenElement with
+ direct access to the internal rep.
2007-12-19 Don Porter <dgp@users.sourceforge.net>