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 fe62c970f cygwin: create libssp compatibility import library discards d0af64b6a cygwin: export SSP functions discards 62eee21da ssp: add build infrastructure discards f09e312b8 ssp: add documentation discards 1846a61b9 ssp: add Object Size Checking for unistd.h functions, part 1 discards 1ed99142f ssp: add Object Size Checking for stdio.h functions, part 1 discards 9f2ce3df9 ssp: add Object Size Checking for strings.h functions discards f7620c154 ssp: add Object Size Checking for string.h functions discards fd16b0a7d ssp: add Object Size Checking common code discards ea10c862d ssp: add APIs for Stack Smashing Protection new adc330d0c ssp: add APIs for Stack Smashing Protection new c670ecb0f ssp: add Object Size Checking common code new 661fd2e51 ssp: add Object Size Checking for string.h new 461e93eb6 ssp: add Object Size Checking for strings.h new 863485f2e ssp: add Object Size Checking for stdio.h, part 1 new 5e0a8811a ssp: add Object Size Checking for unistd.h, part 1 new 0c4be7c13 ssp: add documentation new d60dbdebe ssp: add build infrastructure new e29183c6d cygwin: export SSP functions new f1588daab 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 (fe62c970f) \ N -- N -- N refs/heads/topic/ssp (f1588daab)
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/ssp/ssp.h | 18 ++++++++++-------- newlib/libc/include/ssp/stdio.h | 8 ++++---- newlib/libc/include/ssp/string.h | 12 ++++++------ newlib/libc/include/ssp/unistd.h | 6 +++--- newlib/libc/include/stdio.h | 8 -------- newlib/libc/include/strings.h | 2 +- newlib/libc/include/sys/unistd.h | 6 ------ 7 files changed, 24 insertions(+), 36 deletions(-)