summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2004-08-18 22:03:28 (GMT)
committerandreas_kupries <akupries@shaw.ca>2004-08-18 22:03:28 (GMT)
commit55bfd43c59e6f99a2a5f5d167e783b918e69e28c (patch)
treeb45e4b18e13428e70b10dc437aecf82aeae96167 /ChangeLog
parent594f650ef34d6b732bb391b10d1c696de6108509 (diff)
downloadtcl-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--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6a74e5e..61eb568 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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