diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-14 15:28:36 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-14 15:28:36 (GMT) |
commit | 993187d76d965c2c473b790f1c915d65494af65b (patch) | |
tree | b5dba038b42ffc58fba56239e5f85fd048c2c11a /ChangeLog | |
parent | a0450acd9622a064562fefe006306d0775937c30 (diff) | |
download | tcl-993187d76d965c2c473b790f1c915d65494af65b.zip tcl-993187d76d965c2c473b790f1c915d65494af65b.tar.gz tcl-993187d76d965c2c473b790f1c915d65494af65b.tar.bz2 |
Speed up [info <thing> <simplePattern>]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2004-10-14 Donal K. Fellows <donal.k.fellows@man.ac.uk> + + * generic/tclUtil.c (TclMatchIsTrivial): Detect degenerate cases + of glob matching that let us avoid scanning through hash tables. + * generic/tclCmdIL.c (InfoCommandsCmd, InfoGlobalsCmd, InfoProcsCmd): + (InfoVarsCmd): Use this to speed up some [info] subcommands. + 2004-10-08 Jeff Hobbs <jeffh@ActiveState.com> * win/tclWinFile.c (NativeIsExec): correct result of 'file |