diff options
author | andreas_kupries <akupries@shaw.ca> | 2004-10-26 19:44:16 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2004-10-26 19:44:16 (GMT) |
commit | b7115edc53952002e20d0e9e54cb4e5b7d4dd5de (patch) | |
tree | 4ba83040c8d2b1925501d8f4222eb407d1648c0f /ChangeLog | |
parent | 1dbc1efa665ec11cded1d378486be7187e155b44 (diff) | |
download | tcl-b7115edc53952002e20d0e9e54cb4e5b7d4dd5de.zip tcl-b7115edc53952002e20d0e9e54cb4e5b7d4dd5de.tar.gz tcl-b7115edc53952002e20d0e9e54cb4e5b7d4dd5de.tar.bz2 |
* library/tm.tcl (::tcl::tm::Defaults): Added a second [file
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2004-10-26 Andreas Kupries <andreask@activestate.com> + + * library/tm.tcl (::tcl::tm::Defaults): Added a second [file + 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. + 2004-10-26 Don Porter <dgp@users.sourceforge.net> * tests/basic.test: Added missing constraints. |