Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * library/tm.tcl (::tcl::tm::Defaults): Added a second [file | andreas_kupries | 2004-10-26 | 1 | -1/+1 |
| | | | | | | dirname] around the location of the executable. This fixes [Tcl SF Bug 1038705]. Instable of a bogus "foo/bin/lib" we now have the correct "foo/lib" as a base path for modules. | ||||
* | Flesh out tests and transform the TM manager API into an ensemble | dkf | 2004-10-25 | 1 | -94/+115 |
| | |||||
* | * library/init.tcl: Integrated TIP #189. We source a separate file | andreas_kupries | 2004-08-18 | 1 | -0/+346 |
(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. |