diff options
author | dgp <dgp@users.sourceforge.net> | 2005-04-15 22:41:40 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-04-15 22:41:40 (GMT) |
commit | 4812bb5b2d273de7fa5c07a1a8450a5dfa5e5803 (patch) | |
tree | 7cc942aecf940691248e58cb9905c2e4b5a0d736 /ChangeLog | |
parent | 4b3cad67669ee24ba10a1b95e9f8c91747b1d11b (diff) | |
download | tcl-4812bb5b2d273de7fa5c07a1a8450a5dfa5e5803.zip tcl-4812bb5b2d273de7fa5c07a1a8450a5dfa5e5803.tar.gz tcl-4812bb5b2d273de7fa5c07a1a8450a5dfa5e5803.tar.bz2 |
* tests/unixInit.test: Disabled obsolete tests and removed code
* tests/encoding.test: that supported them.
* generic/tclInterp.c:
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2005-04-13 Don Porter <dgp@users.sourceforge.net> + * tests/unixInit.test: Disabled obsolete tests and removed code + * tests/encoding.test: that supported them. + * generic/tclInterp.c: + * 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 |