diff options
author | mdejong <mdejong> | 2004-02-20 05:27:16 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2004-02-20 05:27:16 (GMT) |
commit | b113aaa0fbe796a63f7df34aa5cb900cc3cdfe60 (patch) | |
tree | f1ec3e7f2239b72afa6d21108c6625f9b894a37b /ChangeLog | |
parent | 1b45f8297f0b2cab2a3b775fb404ff655774243e (diff) | |
download | tcl-b113aaa0fbe796a63f7df34aa5cb900cc3cdfe60.zip tcl-b113aaa0fbe796a63f7df34aa5cb900cc3cdfe60.tar.gz tcl-b113aaa0fbe796a63f7df34aa5cb900cc3cdfe60.tar.bz2 |
* win/tclWinInit.c (AppendEnvironment):
Use the tail component of the passed in
lib path instead of just blindly using
lib+4. That worked when lib was "lib/..."
but fails for other values. Thanks go to
Patrick Samson for pointing this out.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2004-02-19 Mo DeJong <mdejong@users.sourceforge.net> + + * win/tclWinInit.c (AppendEnvironment): + Use the tail component of the passed in + lib path instead of just blindly using + lib+4. That worked when lib was "lib/..." + but fails for other values. Thanks go to + Patrick Samson for pointing this out. + 2004-02-17 Jeff Hobbs <jeffh@ActiveState.com> *** 8.4.6 TAGGED FOR RELEASE *** |