diff options
author | mdejong <mdejong> | 2004-02-12 23:19:16 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2004-02-12 23:19:16 (GMT) |
commit | ca6210d8ee161c693666daeaea1177f167b5bd6b (patch) | |
tree | 203658a18c8764b45f51ead82435e051a0b723a8 /ChangeLog | |
parent | 7908936cc52c32a80423c76fa8d10a1dc9090355 (diff) | |
download | tcl-ca6210d8ee161c693666daeaea1177f167b5bd6b.zip tcl-ca6210d8ee161c693666daeaea1177f167b5bd6b.tar.gz tcl-ca6210d8ee161c693666daeaea1177f167b5bd6b.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-12 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-10 David Gravereaux <davygrvy@pobox.com> * win/nmakehlp.c: better macro grepping logic. |