diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-14 17:20:10 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-14 17:20:10 (GMT) |
commit | 2b7d6e025eefe41b48ec7f948602faf2d3bf7055 (patch) | |
tree | 14d3d4e324059c624c3f6cf74f45cfccae9574db /ChangeLog | |
parent | 97449587f00016cab8acc385844a1d82f26332c6 (diff) | |
download | tcl-2b7d6e025eefe41b48ec7f948602faf2d3bf7055.zip tcl-2b7d6e025eefe41b48ec7f948602faf2d3bf7055.tar.gz tcl-2b7d6e025eefe41b48ec7f948602faf2d3bf7055.tar.bz2 |
TIP#217 implementation
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2004-10-14 Donal K. Fellows <donal.k.fellows@man.ac.uk> + TIP#217 IMPLEMENTATION + + * generic/tclCmdIL.c (Tcl_LsortObjCmd): Add -indices option from + James Salsman. [Patch 1017532] + * generic/tclUtil.c (TclMatchIsTrivial): Detect degenerate cases of glob matching that let us avoid scanning through hash tables. * generic/tclCmdIL.c (InfoCommandsCmd, InfoGlobalsCmd, InfoProcsCmd): |