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]
Other format: [Raw text]

src/winsup/cygwin ChangeLog dcrt0.cc exception ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	cgf at sourceware dot org	2003-03-20 01:34:53

Modified files:
	winsup/cygwin  : ChangeLog dcrt0.cc exceptions.cc sigproc.h 
	                 syscalls.cc 

Log message:
	* sigproc.h (signal_fixup_after_exec): Eliminate argument in declaration.
	* exceptions.cc (signal_fixup_after_exec): Eliminate argument in definition.
	Don't reset signal handlers after spawm.  Just treat like fork/exec.
	* dcrt0.cc (dll_crt0_1): Don't pass PROC_SPAWN argument to
	signal_fixup_after_exec.
	* syscalls.cc (unlink): Don't change attributes of file if not readonly/system.
	Ditto for resetting of arguments.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.1830&r2=1.1831
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dcrt0.cc.diff?cvsroot=src&r1=1.171&r2=1.172
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/exceptions.cc.diff?cvsroot=src&r1=1.142&r2=1.143
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/sigproc.h.diff?cvsroot=src&r1=1.52&r2=1.53
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/syscalls.cc.diff?cvsroot=src&r1=1.258&r2=1.259


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