 
            This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 14243c9db6 Build programs in $(others-noinstall) like tests new 5ee722d3ac i386: Build s_erf_common.c with -fexcess-precision=standard new 602fdf5d69 include: Sync gnulib intprops new f91abbde02 malloc: Remove unused tcache_set_inactive new 36b4c553e6 Replace count_leading_zeros with stdc_leading_zeros new 110ec4954e argp: Expand argp_usage, _option_is_short, and _option_is_end new 543ddd628f argp: Move attribute_hidden to argp-fmtstream.h new 970364dac0 Annotate swtich fall-through new 1ab6a62e68 Supress unused command arguments warning with clang new d49d917b90 Enable --no-undefined-version by default new 8711c29bb7 aarch64: Fix tst-ifunc-arg-4 on clang-18 new 1177d2f26c Updates struct tcp_zerocopy_receive from 5.11 to netinet/tcp.h. new 4d86b6cdd8 x86: fix wmemset ifunc stray '!' (bug 33542)
The 12 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: Makerules | 4 +- SHARED-FILES | 3 +- argp/Makefile | 7 +- argp/argp-fmtstream.h | 18 +- argp/argp-xinl.c | 32 ++- argp/argp.h | 10 +- elf/dl-exception.c | 4 +- elf/dl-find_object.h | 2 +- elf/dl-lookup.c | 2 +- elf/ldconfig.c | 2 +- elf/rtld.c | 4 +- iconv/gconv_charset.c | 2 +- iconvdata/cns11643.h | 2 +- include/argp-fmtstream.h | 18 -- include/intprops-internal.h | 396 +++++++++++++++++++++++++++++++ include/intprops.h | 368 +++------------------------- inet/ruserpass.c | 2 +- intl/Makefile | 3 +- locale/programs/charmap-kw.h | 8 +- locale/programs/charmap.c | 4 +- locale/programs/locfile-kw.h | 6 +- locale/programs/repertoire.c | 4 +- malloc/malloc.c | 7 - malloc/mcheck-impl.c | 2 +- misc/mntent_r.c | 4 +- nis/nis_call.c | 2 +- nptl/pthread_mutex_trylock.c | 2 +- nptl/pthread_mutex_unlock.c | 2 +- nss/digits_dots.c | 2 +- nss/nss_hash.c | 6 +- posix/execvpe.c | 1 + posix/fnmatch.c | 2 +- posix/regex_internal.h | 2 +- posix/wordexp.c | 4 +- resolv/base64.c | 2 +- resolv/ns_ttl.c | 8 +- resolv/nss_dns/dns-host.c | 4 +- resolv/res_hconf.c | 1 + resolv/res_query.c | 6 +- stdio-common/Makefile | 8 +- stdio-common/printf-parsemb.c | 2 +- stdio-common/vfscanf-internal.c | 4 +- stdlib/divmod_1.c | 9 +- stdlib/mod_1.c | 9 +- stdlib/strtod_l.c | 12 +- sunrpc/svc_tcp.c | 2 +- sunrpc/svc_unix.c | 2 +- sunrpc/xdr.c | 12 +- sysdeps/aarch64/fpu/fpu_control.h | 1 + sysdeps/aarch64/tst-ifunc-arg-4.c | 2 +- sysdeps/gnu/netinet/tcp.h | 9 + sysdeps/i386/Makefile | 1 + sysdeps/ieee754/dbl-64/dbl2mpn.c | 5 +- sysdeps/ieee754/ldbl-128/ldbl2mpn.c | 7 +- sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c | 7 +- sysdeps/ieee754/ldbl-96/e_lgammal_r.c | 4 + sysdeps/ieee754/ldbl-96/ldbl2mpn.c | 5 +- sysdeps/wordsize-32/divdi3.c | 7 +- sysdeps/x86/cpu-features.c | 6 +- sysdeps/x86/ldbl2mpn.c | 5 +- sysdeps/x86/readelflib.c | 2 +- sysdeps/x86_64/dl-machine.h | 4 +- sysdeps/x86_64/multiarch/ifunc-wmemset.h | 2 +- time/strftime_l.c | 4 +- time/strptime_l.c | 4 +- 65 files changed, 602 insertions(+), 491 deletions(-) create mode 100644 include/intprops-internal.h