summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 82543c267..ec7dc2e2f 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,12 @@
+Tue Oct 17 14:50:31 2000 Christopher Faylor <cgf@cygnus.com>
+
+ * sigproc.cc (proc_subproc): Remove unneeded test for correct process
+ in PROC_ADDCHILD. Return 0 when terminated child has just been
+ reparented.
+ (wait_subproc): Only send SIGCHLD when proc_subproc returns != 0.
+ * strace.cc (strace::vsprntf): Only strip .exe extension from program
+ name.
+
2000-10-16 Charles Wilson <cwilson@ece.gatech.edu>
* fhandler_clipboard.cc: new file