CVSROOT:        /cvs/src
Module name:    src
Branch:         cr-0x9e
Changes by:     [EMAIL PROTECTED]       2004-01-22 20:41:28

Modified files:
        winsup/cygwin  : ChangeLog cygtls.cc cygwin.din dcrt0.cc 
                         exceptions.cc sigproc.cc 
        winsup/cygwin/include/cygwin: version.h 

Log message:
        * dcrt0.cc (reent_data): Make global.
        * cygwin.din: Reexport reent_data.
        * cygtls.cc (_threadinfo::remove): Don't assume that we are removing _my_tls.
        * exceptions.cc (setup_handler): Improve debugging output.
        (call_signal_handler_now): Remove ill-advised debugger call.
        * sigproc.cc (sigcomplete_main): Delete.
        (sig_send): Honor FIXME and avoid using main thread's completion event for
        everything or suffer races.
        (pending_signals::add): Default stored mask to current process mask rather than
        mask at time of signal send.
        (wait_sig): Add debugging output.
        * sigproc.h (sigpacket::mask_storage): Delete.
        * fhandler.cc (fhandler_base::open): Revert isfs change.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&only_with_tag=cr-0x9e&r1=1.2267.4.5&r2=1.2267.4.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygtls.cc.diff?cvsroot=src&only_with_tag=cr-0x9e&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygwin.din.diff?cvsroot=src&only_with_tag=cr-0x9e&r1=1.111&r2=1.111.6.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dcrt0.cc.diff?cvsroot=src&only_with_tag=cr-0x9e&r1=1.203.4.1&r2=1.203.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/exceptions.cc.diff?cvsroot=src&only_with_tag=cr-0x9e&r1=1.193&r2=1.193.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/sigproc.cc.diff?cvsroot=src&only_with_tag=cr-0x9e&r1=1.175.4.2&r2=1.175.4.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/cygwin/version.h.diff?cvsroot=src&only_with_tag=cr-0x9e&r1=1.152&r2=1.152.6.1

Reply via email to