This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 4f5a9af Use independent type literals in libm-test-support.c new 7caa505 Clean up conditionals for declaration of gets. new e15f7de Split DIAG_* macros to new header libc-diag.h. new 963394a Allow direct use of math_ldbl.h in testsuite.
The 3 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: ChangeLog | 66 +++++++++++++++++++ debug/Makefile | 31 ++++----- debug/tst-chk1.c | 5 ++ include/features.h | 11 ++++ include/libc-diag.h | 74 ++++++++++++++++++++++ include/libc-internal.h | 71 ++++++--------------- include/stdio.h | 18 ------ libio/bits/stdio2.h | 3 +- libio/stdio.h | 13 ++-- malloc/tst-malloc.c | 2 +- malloc/tst-mcheck.c | 2 +- malloc/tst-realloc.c | 2 +- misc/tst-error1.c | 2 +- nptl/tst-mutex1.c | 7 +- posix/tst-dir.c | 2 +- stdio-common/Makefile | 3 + stdio-common/bug21.c | 2 +- stdio-common/scanf14.c | 2 +- stdio-common/scanf4.c | 2 +- stdio-common/scanf7.c | 2 +- stdio-common/test-vfprintf.c | 2 +- stdio-common/tst-gets.c | 5 ++ stdio-common/tst-printf.c | 2 +- stdio-common/tst-printfsz.c | 2 +- stdio-common/tst-sprintf.c | 2 +- stdio-common/tst-unlockedio.c | 2 +- stdio-common/tstdiomisc.c | 2 +- stdlib/bug-getcontext.c | 2 +- stdlib/tst-environ.c | 7 +- string/tester.c | 2 +- string/tst-endian.c | 2 +- sysdeps/generic/math_ldbl.h | 10 +-- sysdeps/generic/math_private.h | 4 +- sysdeps/ia64/fpu/math_ldbl.h | 40 +++++++++--- sysdeps/ieee754/ldbl-128/math_ldbl.h | 44 +++++++++---- sysdeps/ieee754/ldbl-128ibm/math_ldbl.h | 37 +++++++++-- .../ldbl-128ibm/test-canonical-ldbl-128ibm.c | 2 +- .../ldbl-128ibm/test-totalorderl-ldbl-128ibm.c | 2 +- sysdeps/ieee754/ldbl-96/math_ldbl.h | 40 +++++++++--- sysdeps/ieee754/ldbl-96/test-canonical-ldbl-96.c | 2 +- sysdeps/ieee754/ldbl-96/test-totalorderl-ldbl-96.c | 2 +- sysdeps/powerpc/fpu/math_ldbl.h | 25 +++++++- sysdeps/x86_64/fpu/math_ldbl.h | 31 +++++++-- time/tst-strptime2.c | 2 +- wcsmbs/tst-wcstof.c | 2 +- 45 files changed, 422 insertions(+), 171 deletions(-) create mode 100644 include/libc-diag.h