CVSROOT:        /cvs/src
Module name:    src
Changes by:     [email protected]  2011-08-16 14:44:26

Modified files:
        winsup/cygwin  : ChangeLog autoload.cc dlfcn.cc 
        winsup/cygwin/include: dlfcn.h 

Log message:
        * autoload.cc (GetModuleHandleExW): Define.
        * dlfcn.cc: Throughout mark exported symbols as extern "C".
        (dlopen): Unignore flags argument.  Define ret to NULL.  Fix typo in
        comment.  Support Glibc flags RTLD_NOLOAD and RTLD_NODELETE.
        * include/dlfcn.h:  Clean up comments.
        (RTLD_NODELETE): Define.
        (RTLD_NOLOAD): Define.
        (RTLD_DEEPBIND): Define.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.5480&r2=1.5481
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/autoload.cc.diff?cvsroot=src&r1=1.207&r2=1.208
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dlfcn.cc.diff?cvsroot=src&r1=1.50&r2=1.51
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/dlfcn.h.diff?cvsroot=src&r1=1.4&r2=1.5

Reply via email to