diff options
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 66d44fd..e9ff293 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,18 @@ 2011-07-30 Christopher Faylor <me.cygwin2011@cgf.cx> + * cygthread.cc (cygthread::async_create): Define new function. + * cygthread.h (cygthread::create): Use correct regparm. + (cygthread::standalone): Delete from class and from all constructors. + (cygthread::cygthread): Use three only arguments for detached threads, + and start the thread via QueueUserAPC/async_create. + * dcrt0.cc (dll_crt0_0): Remove handling for + wincap.has_buggy_thread_startup. + (dll_crt0_1): Ditto. + * wincap.cc: Ditto throughout. + * wincap.h: Ditto. + +2011-07-30 Christopher Faylor <me.cygwin2011@cgf.cx> + * fhandler.h (fhandler_base_overlapped::size): Declare/define size() function for consistency. (fhandler_termios::size): Ditto. |