diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2007-12-25 15:55:22 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2007-12-25 15:55:22 (GMT) |
commit | 97cdb4e0c2452b0e92c10cdd88c2efa565817a71 (patch) | |
tree | 1d5d2b61193077c0f7bdc0aea2a7068e615bb50b /ChangeLog | |
parent | f98c90831ad984d50a60f541c50fd3b85c05a6e6 (diff) | |
download | tcl-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |