summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eae9cc5..1ba3f23 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.