Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2006-03-02 00:31:24 +0300
committerChristopher Faylor <me@cgf.cx>2006-03-02 00:31:24 +0300
commit8d0f58ef3724fc248b8e26be1a84ceffd93039fe (patch)
tree81406508f536e926f53d364558a79af95333939d /winsup/cygwin/ChangeLog
parentee93375872d33a3c4518cda416315f8ea844f5ab (diff)
* 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/ChangeLog13
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.