diff options
author | andreas_kupries <akupries@shaw.ca> | 2010-11-03 22:10:47 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2010-11-03 22:10:47 (GMT) |
commit | ff4dd728a0758b53ff5f42962590e2c0030cb4d7 (patch) | |
tree | 33c2131e08e55f66bfb705db9f60afb9e533003a /ChangeLog | |
parent | 44f16df1be0b7cc077186b156b508865160a0b50 (diff) | |
download | tcl-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |