CVSROOT:        /cvs/uberbaum
Module name:    winsup
Changes by:     [EMAIL PROTECTED]       2005-12-03 05:01:51

Modified files:
        cygwin         : ChangeLog cygtls.cc cygtls.h exceptions.cc 
                         tlsoffsets.h 
        cygwin/include : exceptions.h 

Log message:
        * include/exceptions.h (exception_list): Revert previous change.  
Windows
        doesn't care.
        (exception_handler): Use real exception_list parameter type rather than 
void *
        * tlsoffsets.h: Regenerate.
        * cygtls.h (_cygtls::handle_exceptions): Use real exception_list 
parameter type
        rather than void *.
        (handle_threadlist_exception): Ditto.
        (init_exception_handler): Ditto.
        * cygtls.cc (_cygtls::handle_threadlist_exception ): Ditto.
        (_cygtls::init_exception_handler): Add kludge to terminate linked list 
with a
        loop, which seems to solve problem of RtlUnwind causing problems
        * exceptions.cc (rtl_unwind): Use real exception_list parameter type 
rather
        than void *.
        (_cygtls::handle_exceptions): Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.3229&r2=1.3230
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/cygtls.cc.diff?cvsroot=uberbaum&r1=1.35&r2=1.36
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/cygtls.h.diff?cvsroot=uberbaum&r1=1.39&r2=1.40
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/exceptions.cc.diff?cvsroot=uberbaum&r1=1.265&r2=1.266
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/tlsoffsets.h.diff?cvsroot=uberbaum&r1=1.25&r2=1.26
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/include/exceptions.h.diff?cvsroot=uberbaum&r1=1.3&r2=1.4

Reply via email to