This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.40/master in repository glibc.
from 61b6464f8d Add tests of fread new 9bc76c7ca4 Test errno setting on strtod overflow in tst-strtod-round new e06153665f More thoroughly test underflow / errno in tst-strtod-round new d0c1792ad2 Fix strtod subnormal rounding (bug 30220) new cac10d88c6 Make __strtod_internal tests type-generic new ad93c2047d Improve NaN payload testing new c4cc72d2ef Do not set errno for overflowing NaN payload in strtod/nan ( [...] new 5a10d05c39 powerpc64le: Build new strtod tests with long double ABI fla [...] new 4a9b6cdc88 Make tst-strtod2 and tst-strtod5 type-generic new 8f40dfbe2a Add more tests of strtod end pointer new cc256952ec Add tests of more strtod special cases
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: math/Makefile | 1 + math/test-nan-payload.c | 112 +- stdlib/gen-tst-strtod-round.c | 43 +- stdlib/strtod_l.c | 2 + stdlib/strtod_nan_main.c | 3 + stdlib/tst-strtod-round-data | 12 + stdlib/tst-strtod-round-data.h | 15858 ++++++++++++++++---------------- stdlib/tst-strtod-round-skeleton.c | 98 +- stdlib/tst-strtod1i.c | 129 +- stdlib/tst-strtod2.c | 135 +- stdlib/tst-strtod3.c | 102 +- stdlib/tst-strtod4.c | 104 +- stdlib/tst-strtod5.c | 116 +- stdlib/tst-strtod5i.c | 158 +- sysdeps/powerpc/powerpc64/le/Makefile | 4 + 15 files changed, 8850 insertions(+), 8027 deletions(-)