This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from 3a71c4638 Cygwin: pty: Use pinfo() rather than kill() with signal 0. new 2bae15917 Cygwin: pty: Define mask_switch_to_pcon_in() in fhandler_tty.cc. new b0474b704 Cygwin: pty: Avoid screen distortion on slave read. new d5985cc45 Cygwin: pty: Remove debug codes and organize related codes. new a4ca6c486 Cygwin: pty: Add missing member initialization for struct pip [...] new 29431fcb5 Cygwin: pty: Inherit typeahead data between two input pipes. new 2de74af22 Cygwin: pty: Fix state mismatch caused in mintty.
The 6 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 | 24 +- winsup/cygwin/fhandler_tty.cc | 526 ++++++++++++++++++++++++++++++------------ winsup/cygwin/fork.cc | 2 + winsup/cygwin/select.cc | 25 +- winsup/cygwin/tty.cc | 3 + winsup/cygwin/tty.h | 3 + 6 files changed, 395 insertions(+), 188 deletions(-)