This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

winsup/cygwin ChangeLog exceptions.cc pinfo.h ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sources.redhat.com	2001-03-10 15:37:50

Modified files:
	cygwin         : ChangeLog exceptions.cc pinfo.h shortcut.c 
	                 sigproc.cc sigproc.h 

Log message:
	* shortcut.c (PATH_ALL_EXEC): Add parentheses to avoid a compiler warning.
	* exceptions.cc (setup_handler): Clarify debugging message.
	* sigproc.cc (proc_subproc): Remove PROC_CHILDSTOPPED test.  It is handled by
	normal PROC_CLEARWAIT case.
	(wait_sig): Eliminate "dispatched" tracking.  Remove __SIGCHILDSTOPPED test.
	Decrement counter again before jumping out of InterlockedDecrement loop so that
	subsequent InterlockedIncrement will keep the counter at the correctly
	decremented value and also detect when there are pending signals.
	* sigproc.h: Remove __SIGCHILDSTOPPED element.
	(procstuff): Remove PROC_CHILDSTOPPED element.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.558&r2=1.559
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/exceptions.cc.diff?cvsroot=uberbaum&r1=1.65&r2=1.66
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/pinfo.h.diff?cvsroot=uberbaum&r1=1.23&r2=1.24
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/shortcut.c.diff?cvsroot=uberbaum&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/sigproc.cc.diff?cvsroot=uberbaum&r1=1.73&r2=1.74
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/sigproc.h.diff?cvsroot=uberbaum&r1=1.32&r2=1.33


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]