diff options
author | Christopher Faylor <me@cgf.cx> | 2006-03-01 21:31:24 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2006-03-01 21:31:24 +0000 |
commit | 8d0f58ef3724fc248b8e26be1a84ceffd93039fe (patch) | |
tree | 81406508f536e926f53d364558a79af95333939d /winsup/cygwin/ChangeLog | |
parent | ee93375872d33a3c4518cda416315f8ea844f5ab (diff) | |
download | cygnal-8d0f58ef3724fc248b8e26be1a84ceffd93039fe.tar.gz cygnal-8d0f58ef3724fc248b8e26be1a84ceffd93039fe.tar.bz2 cygnal-8d0f58ef3724fc248b8e26be1a84ceffd93039fe.zip |
* cygwin.din: Fix some erroneous SIGFE/NOSIGFE settings.
* cygthread.cc (cygthread::callfunc): Revert below change. Make ev a manual
reset event again. so that it will be reset by WaitFor*Object as appropriate.
(cygthread::stub): Ditto.
(cygthread::terminate_thread): Reset ev if it was found to have been set.
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 f525f0dd7..09d756145 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,18 @@ 2006-03-01 Christopher Faylor <cgf@timesys.com> + * cygwin.din: Fix some erroneous SIGFE/NOSIGFE settings. + +2006-03-01 Christopher Faylor <cgf@timesys.com> + + * cygthread.cc (cygthread::callfunc): Revert below change. Make ev a + manual reset event again. so that it will be reset by WaitFor*Object + as appropriate. + (cygthread::stub): Ditto. + (cygthread::terminate_thread): Reset ev if it was found to have been + set. + +2006-03-01 Christopher Faylor <cgf@timesys.com> + * analyze_sigfe: New script. * dllfixdbg: Add copyright. * gendef: Ditto. |