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>2012-12-21 23:32:43 +0400
committerChristopher Faylor <me@cgf.cx>2012-12-21 23:32:43 +0400
commit65068ebd7f78c461f2e5b59e49ac923f98783ab1 (patch)
tree88f76df0beb9b66918bcce690aaa5df7d14ef39f /winsup/cygwin/ChangeLog
parent614aff88a0cf6c0ec5ec5ba063b003549dedc9db (diff)
* DevNotes: Add entry cgf-000018.
* init.cc (dll_entry): Grab process lock before exiting to ensure that thread doesn't exit before parent if parent is exiting. * _cygtls.cc (_cygtls::call2): Revert previous 2012-12-21 change. * miscfuncs.cc (thread_wrapper): Ditto. * thread.cc (pthread::exit): Ditto. * sigproc.cc (exit_thread): Ditto. (wait_sig): Ditto. * sync.cc (muto::release): Ditto. * sync.h (muto::release): Ditto. * sigproc.h (__SIGTHREADEXIT): Delete enum. (exit_thread): Delete declaration.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 76c6929ba..4c6e05f32 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,20 @@
2012-12-21 Christopher Faylor <me.cygwin2012@cgf.cx>
+ * DevNotes: Add entry cgf-000018.
+ * init.cc (dll_entry): Grab process lock before exiting to ensure that
+ thread doesn't exit before parent if parent is exiting.
+ * _cygtls.cc (_cygtls::call2): Revert previous 2012-12-21 change.
+ * miscfuncs.cc (thread_wrapper): Ditto.
+ * thread.cc (pthread::exit): Ditto.
+ * sigproc.cc (exit_thread): Ditto.
+ (wait_sig): Ditto.
+ * sync.cc (muto::release): Ditto.
+ * sync.h (muto::release): Ditto.
+ * sigproc.h (__SIGTHREADEXIT): Delete enum.
+ (exit_thread): Delete declaration.
+
+2012-12-21 Christopher Faylor <me.cygwin2012@cgf.cx>
+
* DevNotes: Add entry cgf-000017.
* _cygtls.cc (_cygtls::call2): Use new exit_thread function in place of
ExitThread.