This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from b088f5042 Cygwin: pty: Fix the behaviour of Ctrl-C in the pseudo console mode. new bd31b7c5d Cygwin: pty: Fix screen alternation while pseudo console switching. new cac5f8781 Cygwin: pty: Prevent the helper process from exiting by Ctrl-C. new 3355a6d4b Cygwin: pty: Switch input and output pipes individually. new fca4cda7a Cygwin: console: Fix read() in non-canonical mode.
The 4 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/dtable.cc | 6 +- winsup/cygwin/fhandler.h | 9 +- winsup/cygwin/fhandler_console.cc | 613 ++++++++++++++++++---------------- winsup/cygwin/fhandler_tty.cc | 204 +++++++---- winsup/cygwin/select.cc | 4 +- winsup/cygwin/spawn.cc | 44 ++- winsup/cygwin/tty.cc | 5 +- winsup/cygwin/tty.h | 5 +- winsup/utils/cygwin-console-helper.cc | 1 + 9 files changed, 497 insertions(+), 394 deletions(-)