diff options
author | ericm <ericm> | 2000-01-27 19:20:05 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-01-27 19:20:05 (GMT) |
commit | b51a945c65f5f8555db941619e83775ad306b65b (patch) | |
tree | 745e914982c2be74eaea7004e4bad006d553c535 /ChangeLog | |
parent | d3256a88c6ade958ce2e87ca8a3b7c0231e476ef (diff) | |
download | tcl-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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |