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>2005-10-29 19:19:34 +0400
committerChristopher Faylor <me@cgf.cx>2005-10-29 19:19:34 +0400
commitf02b22dcee17b7f533c99c59e48dfe0d58e2382e (patch)
treef37f26dc7a2801de0bdca2e10328fba3e9c58b05 /winsup/cygwin/ChangeLog
parentc85263884a9d3c3bb5b082504fc98fc2bdeb9741 (diff)
* fork.cc (frok::child): Change order of cleanup prior to return.
(fork): Save more of the stack. * gendef: Fix some comments. * sigproc.cc (wait_sig): Clarify debug output.
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 06e821102..34d844ebe 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,14 @@
2005-10-29 Christopher Faylor <cgf@timesys.com>
+ * fork.cc (frok::child): Change order of cleanup prior to return.
+ (fork): Save more of the stack.
+
+ * gendef: Fix some comments.
+
+ * sigproc.cc (wait_sig): Clarify debug output.
+
+2005-10-29 Christopher Faylor <cgf@timesys.com>
+
* child_info.h (CHILD_INFO_MAGIC): Reset.
2005-10-24 Christopher Faylor <cgf@timesys.com>