This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from 3875219 Return the correct value for getsockopt(SO_REUSEADDR) after s [...] new 7fd70a9 Move the core environment parsing of environ_init into a new [...] new 578bbc3 Add a _pinfo.environ() method analogous to _pinfo.cmdline(), [...] new 5bebfa1 Add a /proc/<pid>/environ proc file handler, analogous to /pr [...] new dce6b6e Add Erik Bray to Cygwin CONTRIBUTORS new 0a4ec0c Document latest Cygwin changes new 171046d Fix formatting in pinfo.cc
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: winsup/CONTRIBUTORS | 1 + winsup/cygwin/environ.cc | 84 +++++++++++++++++++++++---------------- winsup/cygwin/environ.h | 2 + winsup/cygwin/fhandler_process.cc | 22 ++++++++++ winsup/cygwin/pinfo.cc | 80 +++++++++++++++++++++++++++++++++++++ winsup/cygwin/pinfo.h | 4 +- winsup/cygwin/release/2.7.0 | 2 + winsup/doc/new-features.xml | 16 ++++++++ 8 files changed, 175 insertions(+), 36 deletions(-)