Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2014-10-14 23:14:33 +0400
committerCorinna Vinschen <corinna@vinschen.de>2014-10-14 23:14:33 +0400
commit1dd75c50d5727dcd9330377053dfe673d617fead (patch)
treec6f6d2d649730df4393715f7c5cec0761e40008e /winsup/cygwin/ChangeLog
parent2599a694a6c3b74a9c6424e933d964a4fee06309 (diff)
* cygheap.cc (init_cygheap::init_installation_root): Install Cygwin's
installation dir as DLL search path, instead of ".". * cygheap.h (class cwdstuff): Add parameter names in function declarations for readability. (cwdstuff::get): Ad inline implementation fetching the CWD as wide char string. * dlfcn.cc (dlopen): Add searching for dependent DLLs in DLL installation dir or CWD, if all else failed. Add comment to explain scenarios this is accommodating.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 5650c6342..3d5a5fe86 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,17 @@
2014-10-14 Corinna Vinschen <corinna@vinschen.de>
+ * cygheap.cc (init_cygheap::init_installation_root): Install Cygwin's
+ installation dir as DLL search path, instead of ".".
+ * cygheap.h (class cwdstuff): Add parameter names in function
+ declarations for readability.
+ (cwdstuff::get): Ad inline implementation fetching the CWD as wide char
+ string.
+ * dlfcn.cc (dlopen): Add searching for dependent DLLs in DLL
+ installation dir or CWD, if all else failed.
+ Add comment to explain scenarios this is accommodating.
+
+2014-10-14 Corinna Vinschen <corinna@vinschen.de>
+
* fhandler_socket.cc (fhandler_socket::connect): Init connect_state to
connect_pending only on unconnected socket. Set connect_state to
connected on WSAEISCONN error. Set connect_state to connect_failed