summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2007-12-26 19:28:09 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2007-12-26 19:28:09 (GMT)
commit736cc9e79bf7eda9afd69a44cd2fe644df27dd59 (patch)
treeaa408ab77e6cc81de0ebdd1b7018f4b7cf8ce1cc /ChangeLog
parente92dce98857e536452b656f59d19b937f48a8caa (diff)
downloadtcl-736cc9e79bf7eda9afd69a44cd2fe644df27dd59.zip
tcl-736cc9e79bf7eda9afd69a44cd2fe644df27dd59.tar.gz
tcl-736cc9e79bf7eda9afd69a44cd2fe644df27dd59.tar.bz2
missing Changelog entry
Diffstat (limited to 'ChangeLog')
-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.