This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch topic/posix_spawn in repository newlib.
discards 536798ce3 Cygwin: add pgroup support to posix_spawn fast path discards 935e84bc8 Cygwin: posix_spawn: add fastpath support for SETSIGMASK and [...] discards d68dfcd5c Cygwin: add fast-path for posix_spawn(p) discards d8b9fc1e6 Cygwin: hook posix_spawn/posix_spawnp discards ab3d26ca9 Cygwin: add ability to pass cwd to child process discards 9144d6c56 Cygwin: allow redirecting stderr in ch_spawn adds ba962ee04 Revert "mbrtowc: fix handling invalid UTF-8 4 byte sequences [...] adds 1463b41d4 Cygwin: _sys_mbstowcs: fix handling invalid 4-byte UTF-8 sequences adds ada3b8f7e Cygwin: _sys_wcstombs: add FIXME comment adds f21fbcaf5 Cygwin: Add UTF-8 surrogate fix to release messages adds f67a5cffe Cygwin: Fix handling of archetype fhandler in process_fd new 3685a61e6 Cygwin: allow redirecting stderr in ch_spawn new cd3bc6ab1 Cygwin: add ability to pass cwd to child process new 7598bbc29 Cygwin: hook posix_spawn/posix_spawnp new 50c169248 Cygwin: add fast-path for posix_spawn(p) new 6e5d4ecfb Cygwin: posix_spawn: add fastpath support for SETSIGMASK and [...] new c1eec60d6 Cygwin: add pgroup support to posix_spawn fast path
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 (536798ce3) \ N -- N -- N refs/heads/topic/posix_spawn (c1eec60d6)
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 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: newlib/libc/stdlib/mbtowc_r.c | 25 +++++-------- winsup/cygwin/fhandler/base.cc | 3 ++ winsup/cygwin/local_includes/child_info.h | 14 +++---- winsup/cygwin/local_includes/path.h | 1 + winsup/cygwin/release/3.6.5 | 10 +++++ winsup/cygwin/spawn.cc | 31 ++++++++-------- winsup/cygwin/strfuncs.cc | 62 ++++++++++++++++++++++++++++--- winsup/cygwin/syscalls.cc | 14 +++---- 8 files changed, 109 insertions(+), 51 deletions(-)