summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index aaeac479b..17be5b5d8 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,13 @@
2006-03-18 Christopher Faylor <cgf@timesys.com>
+ * pinfo.h (EXITCODE_OK): Define new constant.
+ * sigproc.cc (child_info::sync): Return EXITCODE_OK if entering with
+ exit_code == 0.
+ (sig_send): Don't complain if sending signals while blocked if the
+ sender isn't in the main thread.
+
+2006-03-18 Christopher Faylor <cgf@timesys.com>
+
* child_info.h (CURR_CHILD_INFO_MAGIC): Regenerate.
(child_info::retry): Move here from fork subclass.
(child_info::exit_code): New field.