diff options
author | dgp <dgp@users.sourceforge.net> | 2005-04-15 15:50:30 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-04-15 15:50:30 (GMT) |
commit | 4b3cad67669ee24ba10a1b95e9f8c91747b1d11b (patch) | |
tree | e3981d6b87f905ae7756ea40db80ab94b983c5e0 /ChangeLog | |
parent | f2ba23c5317d5946330c79c359b396664ede4bc9 (diff) | |
download | tcl-4b3cad67669ee24ba10a1b95e9f8c91747b1d11b.zip tcl-4b3cad67669ee24ba10a1b95e9f8c91747b1d11b.tar.gz tcl-4b3cad67669ee24ba10a1b95e9f8c91747b1d11b.tar.bz2 |
* library/init.tcl: Use auto-loading to bring in Tcl Module
* library/tclIndex: support as needed. This reduces startup
* library/tm.tcl: time by delaying this initialization to
a later time.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2005-04-13 Don Porter <dgp@users.sourceforge.net> + + * library/init.tcl: Use auto-loading to bring in Tcl Module + * library/tclIndex: support as needed. This reduces startup + * library/tm.tcl: time by delaying this initialization to + a later time. + 2005-04-15 Miguel Sofer <msofer@users.sf.net> * generic/tclExecute.c: missing semicolons caused failure to |