This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch cygwin-3_3-branch in repository newlib.
from a6f441c8d Cygwin: console: Maintain ENABLE_(INSERT|QUICK_EDIT)_MODE flags. new 92d1ae1d0 Cygwin: pty, console: Fix Ctrl-C handling for non-cygwin apps. new 7e2f56a90 Cygwin: pty: Pass Ctrl-Z (EOF) to non-cygwin apps with disable_pcon. new c00d44595 Cygwin: pty: Prevent deadlock on echo output. new 9c8a9a1b7 Cygwin: pty: Revise the code to wait for completion of forwarding. new 77247c077 Cygwin: pty: Discard input in from_master_nat pipe on signal [...] new 394c38074 Cygwin: pty: Fix a bug in tty_min::segpgid(). new 37d288874 Cygwin: console: Fix console mode for non-cygwin inferior of GDB. new 6b6767040 Cygwin: console: Set console mode even if stdin/stdout is red [...]
The 8 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: winsup/cygwin/fhandler.h | 2 + winsup/cygwin/fhandler_console.cc | 67 ++++++++++++++++++ winsup/cygwin/fhandler_termios.cc | 47 ++++++++++++- winsup/cygwin/fhandler_tty.cc | 138 ++++++++++++++++++++------------------ winsup/cygwin/spawn.cc | 19 ++---- winsup/cygwin/tty.cc | 14 ++-- winsup/cygwin/tty.h | 3 +- 7 files changed, 204 insertions(+), 86 deletions(-)