diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-10-15 13:15:44 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-10-15 13:15:44 (GMT) |
commit | 7c7a39a26c9bd772bf26ae6fd1be320d392d10db (patch) | |
tree | 5c45041be66d754f13d741975c1b39e01916add0 /ChangeLog | |
parent | 3bba5980db90bd332fc31173ec584273f2f91202 (diff) | |
download | tcl-7c7a39a26c9bd772bf26ae6fd1be320d392d10db.zip tcl-7c7a39a26c9bd772bf26ae6fd1be320d392d10db.tar.gz tcl-7c7a39a26c9bd772bf26ae6fd1be320d392d10db.tar.bz2 |
Fixed bug 823768 by pre-parsing the index list
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2003-10-15 Donal K. Fellows <fellowsd@cs.man.ac.uk> + + * generic/tclCmdIL.c (SortInfo,etc): Reorganized so that SortInfo + carries an array of integer indices instead of a Tcl list. This + nips shimmering problems in the bud and simplifies SelectObjFromSublist + at the cost of making setup slightly more complex. [Bug 823768] + 2003-10-14 David Gravereaux <davygrvy@pobox.com> * win/tclAppInit.c (sigHandler): Punt gracefully if exitToken |