CVSROOT:        /cvs/src
Module name:    src
Changes by:     [email protected]  2014-10-12 19:03:52

Modified files:
        winsup/cygwin  : ChangeLog dlfcn.cc 

Log message:
        * 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.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.6533&r2=1.6534
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dlfcn.cc.diff?cvsroot=src&r1=1.56&r2=1.57

Reply via email to