diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2007-12-26 19:28:09 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2007-12-26 19:28:09 (GMT) |
commit | 736cc9e79bf7eda9afd69a44cd2fe644df27dd59 (patch) | |
tree | aa408ab77e6cc81de0ebdd1b7018f4b7cf8ce1cc | |
parent | e92dce98857e536452b656f59d19b937f48a8caa (diff) | |
download | tcl-736cc9e79bf7eda9afd69a44cd2fe644df27dd59.zip tcl-736cc9e79bf7eda9afd69a44cd2fe644df27dd59.tar.gz tcl-736cc9e79bf7eda9afd69a44cd2fe644df27dd59.tar.bz2 |
missing Changelog entry
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2007-12-26 Miguel Sofer <msofer@users.sf.net> + + * generic/tclCmdIL.c: more [lsort] data handling streamlines. The + function MergeSort is gone, essentially inlined into + Tcl_LsortObjCmd. It is not a straight inlining, two loops over all + lists elements where merged in the process: the linked list + elements are now built and merged into the temporary sublists in + the same pass. + 2007-12-25 Miguel Sofer <msofer@users.sf.net> * generic/tclCmdIL.c: more [lsort] data handling streamlines. |