This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from d5a3ca4061 Implement run-built-tests=no for make xcheck, always build xtests new 8de031bcb9 Make tst-strtod2 and tst-strtod5 type-generic new b5d3737b30 Add more tests of strtod end pointer new 378039ca57 Add tests of more strtod special cases new 94ca2c0894 Make tst-strtod-underflow type-generic new e0f3bf10ac Add freopen special-case tests: chroot, EFBIG, stdin/stdout/stderr
The 5 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: stdio-common/Makefile | 35 ++++ stdio-common/tst-freopen4-main.c | 100 +++++++++++ stdio-common/tst-freopen4.c | 2 + stdio-common/tst-freopen5.c | 144 ++++++++++++++++ stdio-common/tst-freopen6-main.c | 98 +++++++++++ stdio-common/tst-freopen6.c | 2 + stdio-common/tst-freopen64-4.c | 2 + stdio-common/tst-freopen64-6.c | 2 + stdlib/tst-strtod-underflow.c | 357 ++++++++++++++++++++++++++++++++------- stdlib/tst-strtod2.c | 135 +++++++++++---- stdlib/tst-strtod5.c | 116 +++++++------ 11 files changed, 851 insertions(+), 142 deletions(-) create mode 100644 stdio-common/tst-freopen4-main.c create mode 100644 stdio-common/tst-freopen4.c create mode 100644 stdio-common/tst-freopen5.c create mode 100644 stdio-common/tst-freopen6-main.c create mode 100644 stdio-common/tst-freopen6.c create mode 100644 stdio-common/tst-freopen64-4.c create mode 100644 stdio-common/tst-freopen64-6.c