summaryrefslogtreecommitdiff
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index f992778ccdd..dc103744e21 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,14 @@
+2003-09-22 Christopher Faylor <cgf@redhat.com>
+
+ * dcrt0.cc (do_exit): Eliminate "C" linkage. Call events_terminate
+ early.
+ (exit_states): Move out of source file into header file.
+ * winsup.h: Move exit_states here. Remove "C" linkage from do_exit
+ declaration.
+ * debug.cc (lock_debug): Remove explicit (and incorrect) external for
+ exit_state.
+ * sigproc.cc (sig_dispatch_pending): Don't flush signals if exiting.
+
2003-09-20 Christopher Faylor <cgf@redhat.com>
* spawn.cc (pthread_cleanup): New struct.