diff options
author | dgp <dgp@users.sourceforge.net> | 2004-08-02 22:01:36 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-08-02 22:01:36 (GMT) |
commit | ae1195c7201836eb432fd92b0fbd9ff9e194ac6a (patch) | |
tree | 3baf94a9cb27e34e4e61d6ad89da401d13549d3c /ChangeLog | |
parent | 7659a2e96a1878dd2f0bb5111c39a0d4e0b2923d (diff) | |
download | tcl-ae1195c7201836eb432fd92b0fbd9ff9e194ac6a.zip tcl-ae1195c7201836eb432fd92b0fbd9ff9e194ac6a.tar.gz tcl-ae1195c7201836eb432fd92b0fbd9ff9e194ac6a.tar.bz2 |
* library/package.tcl (pkg_mkIndex): Updated [pkg_mkIndex] to
make use of [glob -directory $dir -tails] and return options.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2004-08-02 Don Porter <dgp@users.sourceforge.net> + * library/package.tcl (pkg_mkIndex): Updated [pkg_mkIndex] to + make use of [glob -directory $dir -tails] and return options. + TIP#207 IMPLEMENTATION * doc/interp.n: Added support for a -namespace option to the |