From 736cc9e79bf7eda9afd69a44cd2fe644df27dd59 Mon Sep 17 00:00:00 2001 From: Miguel Sofer Date: Wed, 26 Dec 2007 19:28:09 +0000 Subject: missing Changelog entry --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index eae9cc5..1ba3f23 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2007-12-26 Miguel Sofer + + * 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 * generic/tclCmdIL.c: more [lsort] data handling streamlines. -- cgit v0.12