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 cygtls.cc cygtls.h dcr ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2010-02-28 15:54:26

Modified files:
	cygwin         : ChangeLog cygtls.cc cygtls.h dcrt0.cc dlfcn.cc 
	                 dll_init.cc exceptions.cc tlsoffsets.h 
Added files:
	cygwin         : exception.h 

Log message:
	Update some copyrights.
	* cygtls.cc (_cygtls::call): Invoke new exception protection here.
	(_cygtls::init_thread): Remove conditionalized exception handler setup.
	(exception_list): Delete declaration.
	(_cygtls::init_exception_handler): Delete obsolete function.
	* cygtls.h: Remove (now) unneeded include.
	(_cygtls): Make this a real C++ class.
	(_cygtls::handle_exceptions): Remove.
	(_cygtls::init_exception_handler): Remove.
	(_cygtls::call2): Make private.
	(myfault::faulted): Remove unneeded parentheses.
	* dcrt0.cc (dll_crt0_1): Remove exception handler setup.
	* dlfcn.cc (dlopen): Ditto.
	(dlclose): Ditto.
	* dll_init.cc (dll_dllcrt0_1): Ditto.
	(dll_list::detach): Use new exception handler protection.
	* exceptions.cc (dump_exception): Rename to prevent confusion with new class.
	(exception::handle): Rename from _cygtls::handle_exceptions.  Accommodate new
	exception class.  Accommodate rename to dump_exception.
	* tlsoffsets.h: Regenerate.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/exception.h.diff?cvsroot=uberbaum&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.4852&r2=1.4853
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/cygtls.cc.diff?cvsroot=uberbaum&r1=1.71&r2=1.72
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/cygtls.h.diff?cvsroot=uberbaum&r1=1.63&r2=1.64
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/dcrt0.cc.diff?cvsroot=uberbaum&r1=1.373&r2=1.374
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/dlfcn.cc.diff?cvsroot=uberbaum&r1=1.45&r2=1.46
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/dll_init.cc.diff?cvsroot=uberbaum&r1=1.71&r2=1.72
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/exceptions.cc.diff?cvsroot=uberbaum&r1=1.340&r2=1.341
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/tlsoffsets.h.diff?cvsroot=uberbaum&r1=1.41&r2=1.42


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