This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.39/master in repository glibc.
from d8b4fc3653 Add tests of fread new 293e4e3c90 Test errno setting on strtod overflow in tst-strtod-round new 9cfeccf65a More thoroughly test underflow / errno in tst-strtod-round new a7be595c67 Fix strtod subnormal rounding (bug 30220) new 86369c9ee4 Make __strtod_internal tests type-generic new 63bcc01744 Improve NaN payload testing new 6624318c89 Do not set errno for overflowing NaN payload in strtod/nan ( [...] new a2f7087237 powerpc64le: Build new strtod tests with long double ABI fla [...] new 988de94538 Make tst-strtod2 and tst-strtod5 type-generic new 3edc0f22a6 Add more tests of strtod end pointer new fcdf98f38c 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(-)