This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from d4045fdbe Cygwin: pty: Add a workaround for ^C handling. new 433c6b8e0 Cygwin: pty: Disable clear screen on new pty if TERM=dumb or emacs*. new 915fcd0ae Cygwin: pty: Fix select() with pseudo console support. new b7e429420 Cygwin: pty: Fix potential state mismatch regarding pseudo console.
The 3 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 | 9 +- winsup/cygwin/fhandler.h | 15 ++++ winsup/cygwin/fhandler_tty.cc | 32 +++++-- winsup/cygwin/select.cc | 192 +++++++++++++++++++++++++++++++++++++++--- winsup/cygwin/select.h | 2 + winsup/cygwin/tty.cc | 1 + winsup/cygwin/tty.h | 1 + 7 files changed, 230 insertions(+), 22 deletions(-)