diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2007-12-22 01:59:10 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2007-12-22 01:59:10 (GMT) |
commit | 2ca3e4c31fb0c6eb8106bc1345e80ec93056562d (patch) | |
tree | 846defe00369a08e9469c8ad116ef19f4c70e885 /ChangeLog | |
parent | be3803aca6bc4d8286f24850bffc9937cfd520bb (diff) | |
download | tcl-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-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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> |