]> sourceware.org Git - newlib-cygwin.git/commit
Update some copyrights.
authorChristopher Faylor <me@cgf.cx>
Sun, 28 Feb 2010 15:54:25 +0000 (15:54 +0000)
committerChristopher Faylor <me@cgf.cx>
Sun, 28 Feb 2010 15:54:25 +0000 (15:54 +0000)
commit98a97ac6cfbbe6901e80e80caadfadacf4b931d3
tree8409a83fb77183df732f9ff28adc9e9db7e70314
parentd5d5bf4dd5609dd29e511d688e317b2f0f1987ca
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
This page took 0.033325 seconds and 5 git commands to generate.