diff options
author | hobbs <hobbs> | 2000-10-21 00:43:01 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-10-21 00:43:01 (GMT) |
commit | 517724aedd37225321f8241834d1a907ec201bbd (patch) | |
tree | ea683d302f69affc88106dc87c7e881673c42728 /ChangeLog | |
parent | acb5cca47a2f68aa628d4483e16f1dd4698462b5 (diff) | |
download | tcl-517724aedd37225321f8241834d1a907ec201bbd.zip tcl-517724aedd37225321f8241834d1a907ec201bbd.tar.gz tcl-517724aedd37225321f8241834d1a907ec201bbd.tar.bz2 |
* win/tclWinFile.c (TclpMatchFilesTypes): made the stat call only
occur when necessary (for 'glob' command). Significantly speeds
up glob command from 8.3. [BUG: 6216]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2000-10-20 Jeff Hobbs <hobbs@ajubasolutions.com> + + * win/tclWinFile.c (TclpMatchFilesTypes): made the stat call only + occur when necessary (for 'glob' command). Significantly speeds + up glob command from 8.3. [BUG: 6216] + 2000-10-19 Jennifer Hom <jenn@ajubasolutions.com> * library/tcltest1.0/tcltest2.tcl: |