From 6452eb1f2a1f04e8336b94f822f5f2710922ef33 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sun, 2 Mar 2008 22:51:19 +0000 Subject: * cygtls.cc (_cygtls::init_exception_handler): Semi-revert to making only ourselves the exception handler and nothing else. * exceptions.cc (open_stackdumpfile): Use correct format specifiers for unicode when printing nameof stackdump file. (stack_info::walk): Stop walking if ebp points into cygwin itself. (_cygtls::handle_exceptions): Detect when signal is masked and treat as if it was not caught. Reinitialize exception handler to known state to avoid subsequent attempts to call Windows exception handlers if an exception occurs in a signal handler. Revert to a 'return 0' rather than using a goto. * strfuncs.cc (sys_wcstombs_alloc): Minor formatting tweak. * winsup.h: Fix comment typo. --- winsup/cygwin/winsup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/winsup.h') diff --git a/winsup/cygwin/winsup.h b/winsup/cygwin/winsup.h index 0ff83f354..957cc38fd 100644 --- a/winsup/cygwin/winsup.h +++ b/winsup/cygwin/winsup.h @@ -149,7 +149,7 @@ extern int dynamically_loaded; extern int cygserver_running; -#define _MT_SAFE // DELTEME someday +#define _MT_SAFE // DELETEME someday #define TITLESIZE 1024 -- cgit v1.2.3