This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from a1c7e9208 Cygwin: select: Speed up select() call for pty, pipe and fifo. new bb7741acf Cygwin: pty: Fix the issue regarding open and close multiple PTYs. new bb30582a9 Cygwin: pty: Add missing CloseHandle() calls. new d7478090d Cygwin: console: Disable xterm mode for non cygwin process only. new f03806b68 Cygwin: console: Add workaround for broken CSI3J in Win10 1809. new 783eaa888 Cygwin: console: Add code to restore console mode on close. new 2f415d5ef Cygwin: pty: Disable FreeConsole() on close for non cygwin process. new 50e2a63b0 Cygwin: pty: Set console code page only if pseudo console is [...]
The 7 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 | 1 + winsup/cygwin/fhandler_console.cc | 52 +++++++++++++++++---------- winsup/cygwin/fhandler_tty.cc | 75 +++++++++++++++++++++++++-------------- winsup/cygwin/ntdll.h | 13 +++++++ winsup/cygwin/spawn.cc | 27 ++++++++++++-- winsup/cygwin/wincap.cc | 41 ++++++++++++++++++++- winsup/cygwin/wincap.h | 2 ++ winsup/cygwin/winlean.h | 12 +++++++ 8 files changed, 173 insertions(+), 50 deletions(-)