This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch topic/pipe in repository newlib.
discards 54d07d394 Cygwin: pipe: Restore blocking mode for cygwin process at startup. discards dba679b2c Cygwin: Document that the pipe_byte option is now set by default discards 13481c1eb Cygwin: fhandler_pipe::raw_read: minor code cleanup discards 9ba44c7b1 Cygwin: pipe: Adopt FILE_SYNCHRONOUS_IO_NONALERT flag for read pipe. adds c8b779aff Cygwin: console: Fix interference issue regarding master thread. adds a92d69d74 Cygwin: sigproc: Do not send signal to myself if exiting. adds f03222f24 Cygwin: fhandler_netdrive: improve debug output adds d54d8f173 Cygwin: pthread_kill: check for invalid signal number adds 24bffff63 Cygwin: raise: fix check for multithreaded process adds afb7c557d Cygwin: raise: align return value and error checking to Linux adds 1fda4aebd Cygwin: add release message for raise fix adds 68faeef4b ldtoa: don't restrict outbuf size to ndigits adds a496c9cdf Cygwin: sigproc: Fix potential race issue regarding exit_state. adds e84b43ea9 Cygwin: Fix release note 3.3.3. adds 6d34b62cb Cygwin: fhandler_pipe::raw_read: fix handle leak adds 4f47e64b1 Cygwin: fhandler_fifo::raw_read: handle STATUS_PENDING adds f885632f4 ldtoa: Fix insufficient valid output digits for "%f" format. new e3a80488a Cygwin: pipe: Adopt FILE_SYNCHRONOUS_IO_NONALERT flag for read pipe. new 7719643a7 Cygwin: fhandler_pipe::raw_read: minor code cleanup new 9a82e68e5 Cygwin: Document that the pipe_byte option is now set by default new dc4650b76 Cygwin: pipe: Restore blocking mode for cygwin process at startup.
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (54d07d394) \ N -- N -- N refs/heads/topic/pipe (dc4650b76)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
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: newlib/libc/stdlib/ldtoa.c | 60 ++++++++++++++++++++++---------- winsup/cygwin/autoload.cc | 1 + winsup/cygwin/fhandler.h | 1 + winsup/cygwin/fhandler_console.cc | 11 ++++++ winsup/cygwin/fhandler_fifo.cc | 70 +++++++++++++++++++++++++------------- winsup/cygwin/fhandler_netdrive.cc | 41 +++++++++++++++++++--- winsup/cygwin/release/3.3.3 | 10 +++--- winsup/cygwin/signal.cc | 9 +++-- winsup/cygwin/sigproc.cc | 9 +++-- winsup/cygwin/thread.cc | 4 +++ 10 files changed, 162 insertions(+), 54 deletions(-)