winsup/cygwin ChangeLog assert.cc dcrt0.cc exc ...

cgf@cygwin.com cgf@cygwin.com
Sun Aug 11 12:19:00 GMT 2002


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sources.redhat.com	2002-08-11 12:19:29

Modified files:
	cygwin         : ChangeLog assert.cc dcrt0.cc exceptions.cc 
	                 fork.cc sigproc.cc sigproc.h 

Log message:
	* assert.cc (__assert): Call debugger on assertion failure if debugging.
	* dcrt0.cc (dll_crt0_1): Just wait for signal thread to go live rather than
	going through the overhead of invoking it.
	* fork.cc (fork_child): Ditto.
	* exceptions.cc (signal_fixup_after_fork): Call sigproc_init here.
	* sigproc.cc (proc_can_be_signalled): Assume that the signal thread is live.
	(sig_dispatch): Ditto.
	(sig_send): Ditto.
	(wait_for_sigthread): Renamed from "wait_for_me".  Assume that wait_sig_inited
	has been set and that this function is only called from the main thread.
	* winsup.h (wait_for_sigthread): Declare new function.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.1432&r2=1.1433
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/assert.cc.diff?cvsroot=uberbaum&r1=1.7&r2=1.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/dcrt0.cc.diff?cvsroot=uberbaum&r1=1.141&r2=1.142
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/exceptions.cc.diff?cvsroot=uberbaum&r1=1.119&r2=1.120
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fork.cc.diff?cvsroot=uberbaum&r1=1.88&r2=1.89
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/sigproc.cc.diff?cvsroot=uberbaum&r1=1.115&r2=1.116
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/sigproc.h.diff?cvsroot=uberbaum&r1=1.49&r2=1.50



More information about the Cygwin-cvs mailing list