diff options
author | andreas_kupries <akupries@shaw.ca> | 2004-08-18 22:03:28 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2004-08-18 22:03:28 (GMT) |
commit | 55bfd43c59e6f99a2a5f5d167e783b918e69e28c (patch) | |
tree | b45e4b18e13428e70b10dc437aecf82aeae96167 /ChangeLog | |
parent | 594f650ef34d6b732bb391b10d1c696de6108509 (diff) | |
download | tcl-55bfd43c59e6f99a2a5f5d167e783b918e69e28c.zip tcl-55bfd43c59e6f99a2a5f5d167e783b918e69e28c.tar.gz tcl-55bfd43c59e6f99a2a5f5d167e783b918e69e28c.tar.bz2 |
* library/init.tcl: Integrated TIP #189. We source a separate file
(see below), instead of inlining the contents of that file. This
should beeasier to maintain, and easier to backport/install in
8.4 installations.
Note: Usage of Tcl Modules is restricted to non-safe interps. It
cannot be loaded into a safe interp.
* library/tm.tcl: New file, the v2 reference implementation for
TIP #189, Tcl Modules.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2004-08-18 Andreas Kupries <andreask@activestate.com> + + * library/init.tcl: Integrated TIP #189. We source a separate file + (see below), instead of inlining the contents of that file. This + should beeasier to maintain, and easier to backport/install in + 8.4 installations. + + Note: Usage of Tcl Modules is restricted to non-safe interps. It + cannot be loaded into a safe interp. + + * library/tm.tcl: New file, the v2 reference implementation for + TIP #189, Tcl Modules. + 2004-08-18 Kevin Kenny <kennykb@acm.org> * doc/clock.n |