summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2010-11-03 22:10:47 (GMT)
committerandreas_kupries <akupries@shaw.ca>2010-11-03 22:10:47 (GMT)
commitff4dd728a0758b53ff5f42962590e2c0030cb4d7 (patch)
tree33c2131e08e55f66bfb705db9f60afb9e533003a /ChangeLog
parent44f16df1be0b7cc077186b156b508865160a0b50 (diff)
downloadtcl-ff4dd728a0758b53ff5f42962590e2c0030cb4d7.zip
tcl-ff4dd728a0758b53ff5f42962590e2c0030cb4d7.tar.gz
tcl-ff4dd728a0758b53ff5f42962590e2c0030cb4d7.tar.bz2
Backported from 8.6 (see 2010-08-04).
* win/tclWin32Dll.c (asciiProcs, unicodeProcs): * win/tclWinLoad.c (TclpDlopen): 'load' use LoadLibraryEx with * win/tclWinInt.h (TclWinProcs): LOAD_WITH_ALTERED_SEARCH_PATH to prefer dependent DLLs in same dir as loaded DLL.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index db1a182..8199e1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-11-03 Jeff Hobbs <jeffh@ActiveState.com>
+
+ Backported from 8.6 (see 2010-08-04).
+ * win/tclWin32Dll.c (asciiProcs, unicodeProcs):
+ * win/tclWinLoad.c (TclpDlopen): 'load' use LoadLibraryEx with
+ * win/tclWinInt.h (TclWinProcs): LOAD_WITH_ALTERED_SEARCH_PATH to
+ prefer dependent DLLs in same dir as loaded DLL.
+
2010-10-31 Jan Nijtmans <nijtmans@users.sf.net>
* win/tcl.m4 Add -D_CRT_SECURE_NO_DEPRECATE and