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>2012-08-03 18:48:59 +0400
committerChristopher Faylor <me@cgf.cx>2012-08-03 18:48:59 +0400
commit4485a26eff2c9d432f9a5cfadc92d64508d21b25 (patch)
treee17fdc71633ac787e56e01c4ca1e3f1d6670923c /winsup/cygwin/ChangeLog
parent9da0bce9ef3bb066d31e2d956a9208b9d91fbb20 (diff)
* spawn.cc (child_info_spawn::worker): Put back a minor variation of Corinna's
test for detecting a background process when starting a non-cygwin process.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 1809c0dcc..110d74c7d 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,9 @@
+2012-08-03 Christopher Faylor <me.cygwin2012@cgf.cx>
+
+ * spawn.cc (child_info_spawn::worker): Put back a minor variation of
+ Corinna's test for detecting a background process when starting a
+ non-cygwin process.
+
2012-08-01 Corinna Vinschen <corinna@vinschen.de>
* include/cygwin/socket.h (MSG_BCAST): Define.