summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2010-08-04 19:17:29 (GMT)
committerhobbs <hobbs>2010-08-04 19:17:29 (GMT)
commit3eb4594f9d874632e81928b003b1bf818a57739b (patch)
tree6dba9fc62dff9121c9d6361b37b163108fa11e50 /ChangeLog
parent005c9d765c9cd9d8ae063885428784b780d0914f (diff)
downloadtcl-3eb4594f9d874632e81928b003b1bf818a57739b.zip
tcl-3eb4594f9d874632e81928b003b1bf818a57739b.tar.gz
tcl-3eb4594f9d874632e81928b003b1bf818a57739b.tar.bz2
* 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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 91b97e9..44ecb02 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2010-08-04 Jeff Hobbs <jeffh@ActiveState.com>
+ * 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.
+
* win/Makefile.in (%.${OBJEXT}): better implicit rules support
2010-08-04 Don Porter <dgp@users.sourceforge.net>