OSDN Git Service

Update some copyrights.
authorcgf <cgf>
Sun, 28 Feb 2010 15:54:24 +0000 (15:54 +0000)
committercgf <cgf>
Sun, 28 Feb 2010 15:54:24 +0000 (15:54 +0000)
commitbf7076a8c2fbbbffb10e761df92718234eb2dbb2
treed887e5c1dad7fdabe1eb463c84df6d11ebf87199
parent56a6b94f8cfeead5e03c1f6f50be3b587ca15ef8
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.
winsup/cygwin/ChangeLog
winsup/cygwin/cygtls.cc
winsup/cygwin/cygtls.h
winsup/cygwin/dcrt0.cc
winsup/cygwin/dlfcn.cc
winsup/cygwin/dll_init.cc
winsup/cygwin/exception.h [new file with mode: 0644]
winsup/cygwin/exceptions.cc
winsup/cygwin/tlsoffsets.h