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

cgf@cygwin.com cgf@cygwin.com
Fri Sep 12 06:41:00 GMT 2003


CVSROOT:	/cvs/src
Module name:	src
Changes by:	cgf@sourceware.org	2003-09-12 06:41:53

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

Log message:
	* dcrt0.cc (_dll_crt0): Accommodate breaking apart of early_stuff_init.
	* exceptions.cc (early_stuff_init): Delete.
	(init_console_handler): New function - top half of early_stuff_init.
	(init_global_security): New function - bottom half of early_stuff_init.
	(sig_handle): Avoid special hExeced test for SIGINT.  Just terminate the
	captive process.
	(signal_exit): Add debugging output.
	* fhandler_tty.cc (fhandler_tty_slave::open): Don't allocate a console if one
	already seems to exist.  Properly initialize ctrl-c handling if we do allocate
	a console.
	* winsup.h (early_stuff_init): Delete declaration.
	(init_console_handler): New declaration.
	(init_global_security): New declaration.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.2065&r2=1.2066
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dcrt0.cc.diff?cvsroot=src&r1=1.179&r2=1.180
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/exceptions.cc.diff?cvsroot=src&r1=1.166&r2=1.167
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_tty.cc.diff?cvsroot=src&r1=1.104&r2=1.105
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/winsup.h.diff?cvsroot=src&r1=1.116&r2=1.117



More information about the Cygwin-cvs mailing list