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:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 98049f48c..b854c378b 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,16 @@
2010-09-20 Christopher Faylor <me+cygwin@cgf.cx>
+ * include/sys/cygwin.h (PID_NOTCYGWIN): New enum.
+ * spawn.cc (spawn_guts): Set a flag when a process is not a cygwin
+ process.
+ * fhandler_tty.cc (fhandler_tty_slave::init): Remove previous change.
+ Try a different method to determine when we should become the process
+ group owner.
+ * signal.cc (kill0): Remove archaic code which dealt with never-set
+ flag.
+
+2010-09-20 Christopher Faylor <me+cygwin@cgf.cx>
+
* fhandler_tty.cc (fhandler_tty_slave::init): Add additional checks to
determine when a process should grab control of a tty's pgid. Use
being_debugged() for consistency.