summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm>2000-01-27 19:20:05 (GMT)
committerericm <ericm>2000-01-27 19:20:05 (GMT)
commitb51a945c65f5f8555db941619e83775ad306b65b (patch)
tree745e914982c2be74eaea7004e4bad006d553c535 /ChangeLog
parentd3256a88c6ade958ce2e87ca8a3b7c0231e476ef (diff)
downloadtcl-b51a945c65f5f8555db941619e83775ad306b65b.zip
tcl-b51a945c65f5f8555db941619e83775ad306b65b.tar.gz
tcl-b51a945c65f5f8555db941619e83775ad306b65b.tar.bz2
* tests/pkgMkIndex.test:
* doc/pkgMkIndex.n: * library/package.tcl: Per rfe #4097, optimized creation of direct load packages to bypass computing the list of commands added by the new package. Also made direct loading the default, and added a -lazy option.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f19c177..4fb7de7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2000-01-27 Eric Melski <ericm@scriptics.com>
+
+ * tests/pkgMkIndex.test:
+ * doc/pkgMkIndex.n:
+ * library/package.tcl: Per rfe #4097, optimized creation of direct
+ load packages to bypass computing the list of commands added by
+ the new package. Also made direct loading the default, and added
+ a -lazy option.
+
2000-01-26 Eric Melski <ericm@scriptics.com>
* generic/tclNamesp.c: Undid fix for #956, which broke backwards