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>2001-06-11 22:20:53 +0400
committerChristopher Faylor <me@cgf.cx>2001-06-11 22:20:53 +0400
commitf569bfcfb20e4abd398d26aa6079ddae975cb42f (patch)
tree20034ef0321774a027250ab3657cad54d59f862a
parent37fb7a2ccbc0aa401402124b1586f2421ab46317 (diff)
Add missing entry.
-rw-r--r--winsup/cygwin/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index b8736f369..0d111f2de 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,8 +1,12 @@
-Mon Jun 11 13:55:04 2001 Christopher Faylor <cgf@cygnus.com>
+Mon Jun 11 14:19:49 2001 Christopher Faylor <cgf@cygnus.com>
* pinfo.cc: Use autoloaded ToolHelp functions throughout for Win9x.
* autoload.cc: Autoload ToolHelp functions.
+ * sigproc.cc (proc_subproc): Incorporate SIGCHLD == SIG_IGN special
+ handling of zombie processes. Ensure that zombie processes which are
+ at the end of the zombie array are properly cleaned up.
+
Mon Jun 11 11:18:56 2001 Christopher Faylor <cgf@cygnus.com>
* path.cc (chdir): Fix call to path_conv constructor so that it REALLY