This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from 6c8392d65 Cygwin: Use a separate Start Menu folder for WoW64 installs adds 9e106db0a Cygwin: serial: select: simplify peek_serial adds 93b491c4f Cygwin: serial: read: revamp raw_read, change vmin_ and vtime [...] adds 292959959 Cygwin: serial: revamp overlapped IO in read and select adds e4f9fc92a Cygwin: serial: select: fix previous revamp patch adds 72294cd21 Cygwin: serial: avoid overrun of vtime adds 912c90261 Cygwin: serial: tcsetattr: set timeouts unconditionally adds 3a74630f7 Cygwin: serial: select: fix WaitCommEvent request adds a1f058545 Cygwin: serial: select: call ClearCommError prior to calling [...] adds 2a4b1de77 Cygwin: serial: use per call OVERLAPPED structs adds 082f2513c Cygwin: serial: read: if VMIN > 0, wait for VMIN chars in inb [...] adds 8ffe12b39 fhandler_serial: fix comments adds 009c7a055 Revert "Cygwin: serial: read: if VMIN > 0, wait for VMIN char [...] new 5e2483965 Fix spurious underflow exceptions for Bessel functions for do [...]
The 1 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: newlib/libm/math/e_j0.c | 6 +- newlib/libm/math/e_j1.c | 6 +- newlib/libm/math/ef_j0.c | 6 +- newlib/libm/math/ef_j1.c | 4 +- winsup/cygwin/fhandler.h | 13 +- winsup/cygwin/fhandler_serial.cc | 322 +++++++++++++++++---------------------- winsup/cygwin/select.cc | 194 ++++++++--------------- winsup/cygwin/select.h | 30 ++-- 8 files changed, 242 insertions(+), 339 deletions(-)