This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch topic/ansification in repository newlib.
discards 38176ee46 ansification: remove ansidecl.h from makedoc discards 800d9244a ansification: fix makedoc for ANSI C discards 3b75404fc ansification: remove _HAVE_STDC discards 973e3bd1d ansification: remove _EXFUN, _EXFUN_NOTHROW discards 7b1d0c7af ansification: remove _EXFNPTR, _EXPARM discards f37174b77 ansification: remove _DEFUN discards 9786f93c4 ansification: remove _VOLATILE, _SIGNED discards 6b3ff8720 ansification: remove _VOID discards 77a09966a ansification: remove _DEFUN_VOID discards 48901332a ansification: remove _CAST_VOID discards a73d97c02 ansification: remove _PTR discards a86da721f ansification: remove _VOID_PTR discards 08dc2381e ansification: remove _PARAMS discards 06f871cc2 ansification: remove _NOARGS discards c3a15c6b0 ansification: remove _DOTS discards 99f916865 ansification: remove _CONST discards 63bdba063 ansification: remove _AND adds 8f7c712bb ssp: add Object Size Checking for wchar.h, part 1 adds 67e628fa3 newlib: vfwscanf: fix negation bug in %[ conversion adds 3476c8c86 cygwin: doc: cleanup cygutils info adds c006fd459 makedoc: make errors visible adds 06bd0ecc8 makedoc: exit with non-zero status on error new 9dc6e4e74 ansification: remove _AND new 8792dcb98 ansification: remove _CONST new b5823bad4 ansification: remove _DOTS new 6597cd682 ansification: remove _NOARGS new cc9fe48aa ansification: remove _PARAMS new d2db061a4 ansification: remove _VOID_PTR new 749fb95e5 ansification: remove _PTR new 810f4d369 ansification: remove _CAST_VOID new 552ec45d5 ansification: remove _DEFUN_VOID new 068955103 ansification: remove _VOID new ef4f4dcc7 ansification: remove _VOLATILE, _SIGNED new 5e1e2e685 ansification: remove _DEFUN new 91918a9e4 ansification: remove _EXFNPTR, _EXPARM new 51be3f791 ansification: remove _EXFUN, _EXFUN_NOTHROW new 86f311a14 ansification: remove _HAVE_STDC new 2f2c460c2 ansification: fix makedoc for ANSI C new ea5b82255 ansification: remove ansidecl.h from makedoc
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 (38176ee46) \ N -- N -- N refs/heads/topic/ansification (ea5b82255)
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 17 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/Makefile.shared | 6 +- newlib/doc/doc.str | 10 ++- newlib/doc/makedoc.c | 67 +++------------ newlib/libc/argz/Makefile.in | 6 +- newlib/libc/ctype/Makefile.in | 6 +- newlib/libc/errno/Makefile.in | 6 +- newlib/libc/iconv/Makefile.in | 6 +- newlib/libc/iconv/ccs/Makefile.in | 6 +- newlib/libc/iconv/ccs/binary/Makefile.in | 6 +- newlib/libc/iconv/ces/Makefile.in | 6 +- newlib/libc/iconv/lib/Makefile.in | 6 +- newlib/libc/include/ssp/wchar.h | 97 ++++++++++++++++++++++ newlib/libc/include/wchar.h | 4 + newlib/libc/locale/Makefile.in | 6 +- newlib/libc/machine/i386/Makefile.in | 6 +- newlib/libc/misc/Makefile.in | 6 +- newlib/libc/posix/Makefile.in | 6 +- newlib/libc/reent/Makefile.in | 6 +- newlib/libc/search/Makefile.in | 6 +- newlib/libc/signal/Makefile.in | 6 +- newlib/libc/ssp/Makefile.in | 6 +- newlib/libc/ssp/ssp.tex | 8 ++ newlib/libc/stdio/Makefile.in | 6 +- newlib/libc/stdio/vfwscanf.c | 2 +- newlib/libc/stdio64/Makefile.in | 6 +- newlib/libc/stdlib/Makefile.in | 6 +- newlib/libc/string/Makefile.in | 6 +- newlib/libc/sys/linux/argp/Makefile.in | 6 +- newlib/libc/sys/linux/cmath/Makefile.in | 6 +- newlib/libc/sys/linux/dl/Makefile.in | 6 +- newlib/libc/sys/linux/iconv/Makefile.in | 6 +- newlib/libc/sys/linux/intl/Makefile.in | 6 +- newlib/libc/sys/linux/linuxthreads/Makefile.in | 6 +- .../linux/linuxthreads/machine/i386/Makefile.in | 6 +- newlib/libc/sys/linux/machine/i386/Makefile.in | 6 +- newlib/libc/sys/linux/net/Makefile.in | 6 +- newlib/libc/syscalls/Makefile.in | 6 +- newlib/libc/time/Makefile.in | 6 +- newlib/libc/unix/Makefile.in | 6 +- newlib/libc/xdr/Makefile.in | 6 +- newlib/libm/common/Makefile.in | 6 +- newlib/libm/complex/Makefile.in | 6 +- newlib/libm/machine/aarch64/Makefile.in | 6 +- newlib/libm/machine/arm/Makefile.in | 6 +- newlib/libm/machine/i386/Makefile.in | 6 +- newlib/libm/machine/nds32/Makefile.in | 6 +- newlib/libm/machine/riscv/Makefile.in | 6 +- newlib/libm/machine/spu/Makefile.in | 6 +- newlib/libm/math/Makefile.in | 6 +- newlib/libm/mathfp/Makefile.in | 6 +- winsup/doc/effectively.xml | 39 ++------- winsup/doc/faq-api.xml | 4 +- winsup/doc/intro.xml | 7 +- winsup/doc/textbinary.xml | 4 +- 54 files changed, 276 insertions(+), 230 deletions(-) create mode 100644 newlib/libc/include/ssp/wchar.h