This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from c62b6265a6 manual: Fix up stdbit.texi new 83d8d289b2 Rename c2x / gnu2x tests to c23 / gnu23
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: stdio-common/Makefile | 4 ++-- .../{tst-scanf-binary-c2x.c => tst-scanf-binary-c23.c} | 0 stdlib/Makefile | 8 ++++---- .../{tst-strtol-binary-c2x.c => tst-strtol-binary-c23.c} | 0 ...t-strtol-binary-gnu2x.c => tst-strtol-binary-gnu23.c} | 0 sysdeps/ieee754/ldbl-128ibm-compat/Makefile | 16 ++++++++-------- .../ldbl-128ibm-compat/tst-ibm128-scanf-binary-c23.c | 2 ++ .../ldbl-128ibm-compat/tst-ibm128-scanf-binary-c2x.c | 2 -- .../ldbl-128ibm-compat/tst-ibm128-wscanf-binary-c23.c | 2 ++ .../ldbl-128ibm-compat/tst-ibm128-wscanf-binary-c2x.c | 2 -- .../ldbl-128ibm-compat/tst-ieee128-scanf-binary-c23.c | 2 ++ .../ldbl-128ibm-compat/tst-ieee128-scanf-binary-c2x.c | 2 -- .../ldbl-128ibm-compat/tst-ieee128-wscanf-binary-c23.c | 2 ++ .../ldbl-128ibm-compat/tst-ieee128-wscanf-binary-c2x.c | 2 -- sysdeps/ieee754/ldbl-opt/Makefile | 8 ++++---- sysdeps/ieee754/ldbl-opt/tst-nldbl-scanf-binary-c23.c | 2 ++ sysdeps/ieee754/ldbl-opt/tst-nldbl-scanf-binary-c2x.c | 2 -- sysdeps/ieee754/ldbl-opt/tst-nldbl-wscanf-binary-c23.c | 2 ++ sysdeps/ieee754/ldbl-opt/tst-nldbl-wscanf-binary-c2x.c | 2 -- sysdeps/powerpc/powerpc64/le/Makefile | 4 ++-- wcsmbs/Makefile | 12 ++++++------ .../{tst-wcstol-binary-c2x.c => tst-wcstol-binary-c23.c} | 0 ...t-wcstol-binary-gnu2x.c => tst-wcstol-binary-gnu23.c} | 0 .../{tst-wscanf-binary-c2x.c => tst-wscanf-binary-c23.c} | 0 24 files changed, 38 insertions(+), 38 deletions(-) rename stdio-common/{tst-scanf-binary-c2x.c => tst-scanf-binary-c23.c} (100%) rename stdlib/{tst-strtol-binary-c2x.c => tst-strtol-binary-c23.c} (100%) rename stdlib/{tst-strtol-binary-gnu2x.c => tst-strtol-binary-gnu23.c} (100%) create mode 100644 sysdeps/ieee754/ldbl-128ibm-compat/tst-ibm128-scanf-binary-c23.c delete mode 100644 sysdeps/ieee754/ldbl-128ibm-compat/tst-ibm128-scanf-binary-c2x.c create mode 100644 sysdeps/ieee754/ldbl-128ibm-compat/tst-ibm128-wscanf-binary-c23.c delete mode 100644 sysdeps/ieee754/ldbl-128ibm-compat/tst-ibm128-wscanf-binary-c2x.c create mode 100644 sysdeps/ieee754/ldbl-128ibm-compat/tst-ieee128-scanf-binary-c23.c delete mode 100644 sysdeps/ieee754/ldbl-128ibm-compat/tst-ieee128-scanf-binary-c2x.c create mode 100644 sysdeps/ieee754/ldbl-128ibm-compat/tst-ieee128-wscanf-binary-c23.c delete mode 100644 sysdeps/ieee754/ldbl-128ibm-compat/tst-ieee128-wscanf-binary-c2x.c create mode 100644 sysdeps/ieee754/ldbl-opt/tst-nldbl-scanf-binary-c23.c delete mode 100644 sysdeps/ieee754/ldbl-opt/tst-nldbl-scanf-binary-c2x.c create mode 100644 sysdeps/ieee754/ldbl-opt/tst-nldbl-wscanf-binary-c23.c delete mode 100644 sysdeps/ieee754/ldbl-opt/tst-nldbl-wscanf-binary-c2x.c rename wcsmbs/{tst-wcstol-binary-c2x.c => tst-wcstol-binary-c23.c} (100%) rename wcsmbs/{tst-wcstol-binary-gnu2x.c => tst-wcstol-binary-gnu23.c} (100%) rename wcsmbs/{tst-wscanf-binary-c2x.c => tst-wscanf-binary-c23.c} (100%)