This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch topic/3.6 in repository newlib.
discards bc4fb2171 sys/stat.h: drop __INSIDE_CYGWIN__ guards discards 6ab574a68 Cygwin: posix_getdents: implement per SUS Base Specifications [...] discards 67fef8102 Cygwin: devices.h: drop useless mode check discards 45408c990 Cygwin: dirent.h: make definition of struct __DIR opaque discards 886771357 Cygwin: implement fdclosedir discards 2c2274931 Cygwin: implement dirent.d_reclen discards a2556c9e6 Cygwin: export getlocalename_l discards 497f16dac getlocalename_l: implement per SUS Base Specifications Issue 8 draft discards b534a34ff Cygwin: path: convert symlink_info to class discards 5c64352f3 Cygwin: files: slightly simplify suffix handling discards d5233e473 Cygwin: bump DLL version to 3.6.0 adds 4d9808d40 libgloss: start a MAINTAINERS file adds 1c13ca67b Cygwin: Add a timeout to ensure we don't wait forever for dumper adds 1f68e88f0 Cygwin: redefine how to recognize forkee state adds 030a76253 Cygwin: fix arc4random after fork(2) adds 497e6eb2c ssp: add support for _FORTIFY_SOURCE=3 adds 6252fd026 Cygwin: machine/_arc4random.h: Fix copy/paste bug new f92f73671 Cygwin: bump DLL version to 3.6.0 new f9d5fe8b7 Cygwin: files: slightly simplify suffix handling new c0398b934 Cygwin: path: convert symlink_info to class new 2c132a489 getlocalename_l: implement per SUS Base Specifications Issue 8 draft new 668e0180e Cygwin: export getlocalename_l new 518dda414 Cygwin: implement dirent.d_reclen new 5ef186445 Cygwin: implement fdclosedir new 7d686ae8a Cygwin: dirent.h: make definition of struct __DIR opaque new f148dac66 Cygwin: devices.h: drop useless mode check new 0f0519a41 Cygwin: posix_getdents: implement per SUS Base Specifications [...] new 2158556ae sys/stat.h: drop __INSIDE_CYGWIN__ guards new ea18f89cd Cygwin: pinfo: use stpcpy where appropriate new 1f8953544 Cygwin: redefine CW_CMDLINE to CW_CMDLINE_ALLOC new 020f85131 Cygwin: ps -f: output command line
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 (bc4fb2171) \ N -- N -- N refs/heads/topic/3.6 (020f85131)
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 14 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: libgloss/MAINTAINERS | 13 +++++++++ newlib/libc/include/ssp/ssp.h | 11 +++++++- newlib/libc/include/ssp/string.h | 4 +-- newlib/libc/include/ssp/strings.h | 4 +-- newlib/libc/include/sys/features.h | 12 ++++++--- winsup/cygwin/dcrt0.cc | 18 +++++++------ winsup/cygwin/dll_init.cc | 8 +++--- winsup/cygwin/exceptions.cc | 8 ++++-- winsup/cygwin/external.cc | 41 +++++++++++++++++++++++++++-- winsup/cygwin/fork.cc | 2 +- winsup/cygwin/globals.cc | 13 +++++++-- winsup/cygwin/include/machine/_arc4random.h | 10 +++++++ winsup/cygwin/include/sys/cygwin.h | 4 +-- winsup/cygwin/mm/heap.cc | 2 +- winsup/cygwin/pinfo.cc | 12 +++------ winsup/cygwin/release/3.5.0 | 6 +++++ winsup/cygwin/release/3.6.0 | 3 +++ winsup/utils/ps.cc | 17 ++++++++++-- 18 files changed, 147 insertions(+), 41 deletions(-) create mode 100644 libgloss/MAINTAINERS