summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b07d174..eae9cc5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-12-25 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclCmdIL.c: more [lsort] data handling streamlines.
+ Extra mem reqs of latest patches removed, restored to previous mem
+ profile. Improved -unique handling, now eliminating repeated elems
+ immediately instead of marking them to avoid reinsertion at the end.
+
2007-12-23 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tclCompCmds.c (TclCompileRegexpCmd): TCL_REG_NOSUB cannot