summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2004-02-20 05:27:16 (GMT)
committermdejong <mdejong>2004-02-20 05:27:16 (GMT)
commitb113aaa0fbe796a63f7df34aa5cb900cc3cdfe60 (patch)
treef1ec3e7f2239b72afa6d21108c6625f9b894a37b /ChangeLog
parent1b45f8297f0b2cab2a3b775fb404ff655774243e (diff)
downloadtcl-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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 309b6dd..77860a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 ***