diff options
author | Steve Bennett <steveb@workware.net.au> | 2010-01-24 11:03:37 +1000 |
---|---|---|
committer | Steve Bennett <steveb@workware.net.au> | 2010-10-15 11:02:40 +1000 |
commit | 70a893dae1daa29a05cb00e17632312a663143c7 (patch) | |
tree | 5ca692c1b10c55258134efd4560a32a91b490134 /glob.tcl | |
parent | e448f2f3a3cd6b95b22de3cc87a2d22144da0ed1 (diff) | |
download | jimtcl-70a893dae1daa29a05cb00e17632312a663143c7.zip jimtcl-70a893dae1daa29a05cb00e17632312a663143c7.tar.gz jimtcl-70a893dae1daa29a05cb00e17632312a663143c7.tar.bz2 |
Build improvements
Add bio to list of default jim packages
*: And include all extensions by default
Don't bother to require readdir in glob
------------------------------------------------------------------------
Diffstat (limited to 'glob.tcl')
-rw-r--r-- | glob.tcl | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -33,7 +33,6 @@ # official policies, either expressed or implied, of the Jim Tcl Project. package provide glob -package require readdir # If $dir is a directory, return a list of all entries # it contains which match $pattern |