diff options
author | dgp <dgp@users.sourceforge.net> | 2003-02-21 05:30:14 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-02-21 05:30:14 (GMT) |
commit | a06d29e8f324739ff97c0ea66994ea5c0d2595a8 (patch) | |
tree | 3b0cf87fc2a81d12aecba79f3a721275fb8c93eb /ChangeLog | |
parent | 21ad75c9848f7e6fe9e4694a98c492eb9cd4803c (diff) | |
download | tcl-a06d29e8f324739ff97c0ea66994ea5c0d2595a8.zip tcl-a06d29e8f324739ff97c0ea66994ea5c0d2595a8.tar.gz tcl-a06d29e8f324739ff97c0ea66994ea5c0d2595a8.tar.bz2 |
* library/package.tcl (tclPkgUnknown): Minor performance tweaks
to reduce the number of [file] invocations. Meant to improve
startup times, at least a little bit. [Patch 687906]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2003-02-21 Don Porter <dgp@users.sourceforge.net> + + * library/package.tcl (tclPkgUnknown): Minor performance tweaks + to reduce the number of [file] invocations. Meant to improve + startup times, at least a little bit. [Patch 687906] + 2003-02-20 Daniel Steffen <das@users.sourceforge.net> * unix/tcl.m4: |