This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch topic/ssp in repository newlib.
discards 70e261a5d cygwin: create libssp compatibility import library discards 8ad1132ee cygwin: export SSP functions discards c4e837ab4 ssp: add build infrastructure discards f8d957a77 ssp: add Object Size Checking for unistd.h functions, part 1 discards 9d533367f ssp: add Object Size Checking for stdio.h functions, part 1 discards cdafc7fd2 ssp: add Object Size Checking for strings.h functions discards ed9f9cf88 ssp: add Object Size Checking for string.h functions discards be30f42af ssp: add Object Size Checking common code discards df6bb3a21 ssp: add APIs for Stack Smashing Protection adds 032aa2dba Feature test macros overhaul: Cygwin limits.h, part 2 adds 662740b3d cygwin: further improve tags generation adds 2d2833dfa cygwin: remove accidentally committed debug statments adds df75aedc2 cygwin: improve _EXFUN tags generation adds 76bd5cab3 cygwin: don't allow empty strings in __ASMNAME tags adds f2b27ce62 cygwin: define _POSIX_TIMEOUTS adds 36a0a675b Make __nonnull macro compatible with glibc adds c37171b52 cygwin: fix getconf after commit 032aa2dba5a5bf90c198d930c8d3 [...] adds 391381145 cygserver: remove all asserts on "this" new ea10c862d ssp: add APIs for Stack Smashing Protection new fd16b0a7d ssp: add Object Size Checking common code new f7620c154 ssp: add Object Size Checking for string.h functions new 9f2ce3df9 ssp: add Object Size Checking for strings.h functions new 1ed99142f ssp: add Object Size Checking for stdio.h functions, part 1 new 1846a61b9 ssp: add Object Size Checking for unistd.h functions, part 1 new f09e312b8 ssp: add documentation new 62eee21da ssp: add build infrastructure new d0af64b6a cygwin: export SSP functions new fe62c970f cygwin: create libssp compatibility import library
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 (70e261a5d) \ N -- N -- N refs/heads/topic/ssp (fe62c970f)
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 10 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/include/pthread.h | 4 +-- newlib/libc/include/ssp/ssp.h | 7 +++-- newlib/libc/include/ssp/stdio.h | 32 +++++++++++++++----- newlib/libc/include/ssp/string.h | 1 + newlib/libc/include/stdio.h | 6 ++++ newlib/libc/include/stdlib.h | 2 +- newlib/libc/include/string.h | 2 +- newlib/libc/include/sys/cdefs.h | 2 +- newlib/libc/include/sys/features.h | 2 +- newlib/libc/libc.in.xml | 1 + newlib/libc/libc.texinfo | 1 + newlib/libc/ssp/Makefile.am | 4 +-- newlib/libc/ssp/Makefile.in | 20 ++++--------- newlib/libc/ssp/fgets_chk.c | 55 ---------------------------------- newlib/libc/ssp/ssp.tex | 44 +++++++++++++++++++++++++++ winsup/cygserver/process.cc | 3 -- winsup/cygserver/threaded_queue.cc | 4 --- winsup/cygwin/Makefile.in | 5 +++- winsup/cygwin/common.din | 1 - winsup/cygwin/include/cygwin/version.h | 2 +- winsup/cygwin/include/limits.h | 30 +++++++++++++++++-- winsup/cygwin/sysconf.cc | 2 +- winsup/utils/getconf.c | 1 + 23 files changed, 131 insertions(+), 100 deletions(-) delete mode 100644 newlib/libc/ssp/fgets_chk.c create mode 100644 newlib/libc/ssp/ssp.tex