summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-02-21 05:30:14 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-02-21 05:30:14 (GMT)
commita06d29e8f324739ff97c0ea66994ea5c0d2595a8 (patch)
tree3b0cf87fc2a81d12aecba79f3a721275fb8c93eb /ChangeLog
parent21ad75c9848f7e6fe9e4694a98c492eb9cd4803c (diff)
downloadtcl-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 90f2f1d..9543f32 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: