summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2004-02-12 23:19:16 (GMT)
committermdejong <mdejong>2004-02-12 23:19:16 (GMT)
commitca6210d8ee161c693666daeaea1177f167b5bd6b (patch)
tree203658a18c8764b45f51ead82435e051a0b723a8 /ChangeLog
parent7908936cc52c32a80423c76fa8d10a1dc9090355 (diff)
downloadtcl-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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dfe117d..b6d7396 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.