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]

winsup/cygwin ChangeLog dcrt0.cc debug.cc debu ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sources.redhat.com	2002-07-14 12:15:32

Modified files:
	cygwin         : ChangeLog dcrt0.cc debug.cc debug.h 
	                 exceptions.cc fhandler.cc shared.cc 

Log message:
	* dcrt0.cc (dll_crt0_1): Move debug_init call back to here.  Avoid a compiler
	warning.
	* shared.cc (memory_init): Remove debug_init call.
	* debug.h (handle_list): Change "clexec" to "inherited".
	* debug.cc: Remove a spurious declaration.
	(setclexec): Conditionalize away since it is currently unused.
	(add_handle): Use inherited field rather than clexec.
	(debug_fixup_after_fork_exec): Ditto.  Move debugging output to delete_handle.
	(delete_handle): Add debugging output.
	* fhandler.cc (fhandler_base::set_inheritance): Don't bother setting
	inheritance in debugging table since the handle was never protected anyway.
	(fhandler_base::fork_fixup): Ditto.
	* exceptions.cc (debugger_command): Revert.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.1387&r2=1.1388
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/dcrt0.cc.diff?cvsroot=uberbaum&r1=1.137&r2=1.138
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/debug.cc.diff?cvsroot=uberbaum&r1=1.36&r2=1.37
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/debug.h.diff?cvsroot=uberbaum&r1=1.17&r2=1.18
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/exceptions.cc.diff?cvsroot=uberbaum&r1=1.116&r2=1.117
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.cc.diff?cvsroot=uberbaum&r1=1.132&r2=1.133
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/shared.cc.diff?cvsroot=uberbaum&r1=1.48&r2=1.49


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