From d533b9214fc24b907ccd37714b2395bb96d66785 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 28 Aug 2003 02:09:42 +0000 Subject: * autoload.cc (SwitchToThread): Declare as autoload function. * cygthread.h (cygthread::main_thread_id): Make public. * exceptions.cc (setup_handler): Remove unneeded priority stuff. Rename label to reflect what it does. Add debugging for idiotic Windows NT problem. Change debugging output to include signal number. * miscfuncs.cc (low_priority_sleep): If available, use SwitchToThread function to give time slice to other threads. * wincap.cc: Properly define have_switch_to_thread throughout. * wincap.h (wincap::switch_to_thread): New element. --- winsup/cygwin/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'winsup/cygwin') diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index a73e5f0c3..136869860 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,15 @@ +2003-08-27 Christopher Faylor + + * autoload.cc (SwitchToThread): Declare as autoload function. + * cygthread.h (cygthread::main_thread_id): Make public. + * exceptions.cc (setup_handler): Remove unneeded priority stuff. + Rename label to reflect what it does. Add debugging for idiotic + Windows NT problem. Change debugging output to include signal number. + * miscfuncs.cc (low_priority_sleep): If available, use SwitchToThread + function to give time slice to other threads. + * wincap.cc: Properly define have_switch_to_thread throughout. + * wincap.h (wincap::switch_to_thread): New element. + 2003-08-27 Christopher Faylor * syscalls.cc (mount): Don't check win32_path when doing cygdrive -- cgit v1.2.3