CVSROOT:        /cvs/uberbaum
Module name:    winsup
Changes by:     [email protected]     2011-07-30 20:50:24

Modified files:
        cygwin         : ChangeLog cygthread.cc cygthread.h dcrt0.cc 
                         wincap.cc wincap.h 

Log message:
        * cygthread.cc (cygthread::async_create): Define new function.
        * cygthread.h (cygthread::create): Use correct regparm.
        (cygthread::standalone): Delete from class and from all constructors.
        (cygthread::cygthread): Use three only arguments for detached threads, 
and
        start the thread via QueueUserAPC/async_create.
        * dcrt0.cc (dll_crt0_0): Remove handling for 
wincap.has_buggy_thread_startup.
        (dll_crt0_1): Ditto.
        * wincap.cc: Ditto throughout.
        * wincap.h: Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.5458&r2=1.5459
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/cygthread.cc.diff?cvsroot=uberbaum&r1=1.84&r2=1.85
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/cygthread.h.diff?cvsroot=uberbaum&r1=1.36&r2=1.37
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/dcrt0.cc.diff?cvsroot=uberbaum&r1=1.404&r2=1.405
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/wincap.cc.diff?cvsroot=uberbaum&r1=1.117&r2=1.118
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/wincap.h.diff?cvsroot=uberbaum&r1=1.97&r2=1.98

Reply via email to