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-12 23:03:52 +0400
committerCorinna Vinschen <corinna@vinschen.de>2014-10-12 23:03:52 +0400
commit57cd3486e605b8af16705f322c24dc3d5df8ff03 (patch)
treed6fb6998a87e2d080fac99a3382a01f88669a65a /winsup/cygwin/ChangeLog
parent697b9afe00c21df9fc74c748ea35113b4b37c4b4 (diff)
* dlfcn.cc (set_dl_error): Drop useless __stdcall.
(check_path_access): Ditto. Drop FE_CWD from call to find_exec. (gfpod_helper): Call path_conv::check for all paths containing a dir separator to more closely follow the Linux search algorithm. (get_full_path_of_dll): Drop useless __stdcall. (dlopen): Simplify RTLD_NOLOAD case by calling GetModuleHandleEx instead of GetModuleHandle/LoadLibrary.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index b9e11747c..de4cefc70 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,13 @@
+2014-10-12 Corinna Vinschen <corinna@vinschen.de>
+
+ * dlfcn.cc (set_dl_error): Drop useless __stdcall.
+ (check_path_access): Ditto. Drop FE_CWD from call to find_exec.
+ (gfpod_helper): Call path_conv::check for all paths containing a dir
+ separator to more closely follow the Linux search algorithm.
+ (get_full_path_of_dll): Drop useless __stdcall.
+ (dlopen): Simplify RTLD_NOLOAD case by calling GetModuleHandleEx
+ instead of GetModuleHandle/LoadLibrary.
+
2014-10-11 Christian Franke <franke@computer.org>
Add setsockopt(sd, SOL_SOCKET, SO_PEERCRED, NULL, 0) to disable