This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 6f343c1f33 termios: Consolidate termios.h new 03992356e6 Use C99-compliant scanf under _GNU_SOURCE with modern compilers.
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: ChangeLog | 65 ++++++++++++++++++++++++++++++ NEWS | 17 ++++++++ include/features.h | 22 ++++++++++ include/stdio.h | 11 ++++- libio/bits/stdio-ldbl.h | 7 +--- libio/fwscanf.c | 5 +++ libio/iovsscanf.c | 5 +++ libio/iovswscanf.c | 5 +++ libio/stdio.h | 22 ++++------ libio/swscanf.c | 5 +++ libio/vscanf.c | 5 +++ libio/vwscanf.c | 5 +++ libio/wscanf.c | 5 +++ stdio-common/Makefile | 14 +++---- stdio-common/bug21.c | 11 +---- stdio-common/fscanf.c | 5 +++ stdio-common/isoc99_sscanf.c | 1 + stdio-common/scanf.c | 5 +++ stdio-common/scanf14.c | 52 ++++++++++++------------ stdio-common/{scanf14.c => scanf14a.c} | 48 ++++++++++++---------- stdio-common/scanf15.c | 31 +++++++++----- stdio-common/scanf16.c | 37 +++++++++++++---- stdio-common/{scanf16.c => scanf16a.c} | 32 +++++++++++++-- stdio-common/scanf17.c | 31 +++++++++----- stdio-common/sscanf.c | 6 ++- stdio-common/vfscanf.c | 5 +++ stdio-common/vfwscanf.c | 5 +++ sysdeps/ieee754/ldbl-opt/nldbl-compat.c | 5 +++ sysdeps/ieee754/ldbl-opt/nldbl-fscanf.c | 5 +++ sysdeps/ieee754/ldbl-opt/nldbl-fwscanf.c | 5 +++ sysdeps/ieee754/ldbl-opt/nldbl-iovfscanf.c | 5 +++ sysdeps/ieee754/ldbl-opt/nldbl-scanf.c | 5 +++ sysdeps/ieee754/ldbl-opt/nldbl-sscanf.c | 5 +++ sysdeps/ieee754/ldbl-opt/nldbl-swscanf.c | 5 +++ sysdeps/ieee754/ldbl-opt/nldbl-vfscanf.c | 5 +++ sysdeps/ieee754/ldbl-opt/nldbl-vfwscanf.c | 5 +++ sysdeps/ieee754/ldbl-opt/nldbl-vscanf.c | 5 +++ sysdeps/ieee754/ldbl-opt/nldbl-vsscanf.c | 5 +++ sysdeps/ieee754/ldbl-opt/nldbl-vswscanf.c | 5 +++ sysdeps/ieee754/ldbl-opt/nldbl-vwscanf.c | 5 +++ sysdeps/ieee754/ldbl-opt/nldbl-wscanf.c | 5 +++ wcsmbs/bits/wchar-ldbl.h | 7 +--- wcsmbs/wchar.h | 10 ++--- 43 files changed, 422 insertions(+), 127 deletions(-) copy stdio-common/{scanf14.c => scanf14a.c} (68%) copy stdio-common/{scanf16.c => scanf16a.c} (69%)