This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 7c8df0b944 elf: Remove _dl_sysdep_open_object hook function new 42cc619dfb Refer to C23 in place of C2X in glibc
The 1 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: NEWS | 7 +++++ bits/fenv.h | 2 +- bits/libc-header-start.h | 36 +++++++++++----------- include/features.h | 44 ++++++++++++++++----------- include/limits.h | 6 ++-- include/stdio.h | 2 +- include/stdlib.h | 4 +-- include/wchar.h | 4 +-- libio/bits/stdio-ldbl.h | 8 ++--- libio/stdio.h | 6 ++-- manual/arith.texi | 22 +++++++------- manual/creature.texi | 10 +++---- manual/stdbit.texi | 30 +++++++++---------- manual/stdio.texi | 16 +++++----- manual/time.texi | 6 ++-- math/bits/mathcalls.h | 14 ++++----- math/fenv.h | 8 ++--- math/gen-tgmath-tests.py | 4 +-- math/libm-test-pow.inc | 2 +- math/math.h | 24 +++++++-------- math/tgmath.h | 46 ++++++++++++++--------------- resolv/tst-inet_addr-binary.c | 2 +- stdio-common/Makefile | 5 ++-- stdio-common/tst-scanf-binary-c11.c | 4 +-- stdio-common/tst-scanf-binary-c2x.c | 10 +++---- stdio-common/tst-scanf-binary-gnu11.c | 4 +-- stdio-common/tst-scanf-binary-gnu89.c | 4 +-- stdio-common/tst-scanf-binary-main.c | 6 ++-- stdlib/Makefile | 7 +++-- stdlib/bits/stdlib-ldbl.h | 2 +- stdlib/inttypes.h | 6 ++-- stdlib/stdint.h | 2 +- stdlib/stdlib.h | 6 ++-- stdlib/strtol.c | 4 +-- stdlib/strtol_l.c | 4 +-- stdlib/strtoll_l.c | 4 +-- stdlib/strtoul_l.c | 4 +-- stdlib/strtoull_l.c | 4 +-- stdlib/tst-strtol-binary-c11.c | 4 +-- stdlib/tst-strtol-binary-c2x.c | 8 ++--- stdlib/tst-strtol-binary-gnu11.c | 12 ++++---- stdlib/tst-strtol-binary-gnu2x.c | 4 +-- stdlib/tst-strtol-binary-main.c | 4 +-- string/string.h | 6 ++-- sysdeps/aarch64/bits/fenv.h | 2 +- sysdeps/alpha/fpu/bits/fenv.h | 2 +- sysdeps/arm/bits/fenv.h | 2 +- sysdeps/csky/bits/fenv.h | 2 +- sysdeps/hppa/fpu/bits/fenv.h | 2 +- sysdeps/ieee754/ldbl-128ibm-compat/Makefile | 10 ++++--- sysdeps/ieee754/ldbl-opt/Makefile | 10 ++++--- sysdeps/loongarch/bits/fenv.h | 2 +- sysdeps/m68k/bits/fenv.h | 2 +- sysdeps/microblaze/bits/fenv.h | 2 +- sysdeps/mips/bits/fenv.h | 2 +- sysdeps/nios2/bits/fenv.h | 2 +- sysdeps/powerpc/bits/fenv.h | 2 +- sysdeps/riscv/bits/fenv.h | 2 +- sysdeps/s390/fpu/bits/fenv.h | 2 +- sysdeps/sh/bits/fenv.h | 2 +- sysdeps/sparc/fpu/bits/fenv.h | 2 +- sysdeps/x86/fpu/bits/fenv.h | 2 +- time/time.h | 8 ++--- wcsmbs/Makefile | 7 +++-- wcsmbs/bits/wchar-ldbl.h | 8 ++--- wcsmbs/tst-wcstol-binary-c11.c | 4 +-- wcsmbs/tst-wcstol-binary-c2x.c | 8 ++--- wcsmbs/tst-wcstol-binary-gnu11.c | 12 ++++---- wcsmbs/tst-wcstol-binary-gnu2x.c | 4 +-- wcsmbs/tst-wscanf-binary-c11.c | 4 +-- wcsmbs/tst-wscanf-binary-c2x.c | 10 +++---- wcsmbs/tst-wscanf-binary-gnu11.c | 4 +-- wcsmbs/tst-wscanf-binary-gnu89.c | 4 +-- wcsmbs/uchar.h | 8 ++--- wcsmbs/wchar.h | 12 ++++---- wcsmbs/wcstol_l.c | 4 +-- wcsmbs/wcstoll_l.c | 4 +-- wcsmbs/wcstoul_l.c | 4 +-- wcsmbs/wcstoull_l.c | 4 +-- 79 files changed, 300 insertions(+), 278 deletions(-)