summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2007-12-25 15:55:22 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2007-12-25 15:55:22 (GMT)
commit97cdb4e0c2452b0e92c10cdd88c2efa565817a71 (patch)
tree1d5d2b61193077c0f7bdc0aea2a7068e615bb50b /ChangeLog
parentf98c90831ad984d50a60f541c50fd3b85c05a6e6 (diff)
downloadtcl-97cdb4e0c2452b0e92c10cdd88c2efa565817a71.zip
tcl-97cdb4e0c2452b0e92c10cdd88c2efa565817a71.tar.gz
tcl-97cdb4e0c2452b0e92c10cdd88c2efa565817a71.tar.bz2
* 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.
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