This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch zack/remove-mode-bits in repository glibc.
discards eb30bec9e7 Remove __no_long_double / __ldbl_is_dbl. discards 08c818281a Add __vsyslog_internal, taking the same flags as __v*printf_ [...] discards cf2d7e75ec Introduce flags-taking internal versions of all v*printf variants. discards 7eab8d7681 Use SCANF_LDBL_IS_DBL instead of __no_long_double. discards 6c5b7d899b Use SCANF_ISOC99_A instead of setting bits on the FILE. discards 14f542c3e1 Add __vfscanf_internal and __vfwscanf_internal with flags ar [...] discards 4d1d3eb4da strfmon: use a flags argument, not __ldbl_is_dbl. adds 4e54d91863 aarch64: Fix branch target to loop16 new cbfc092592 strfmon: use a flags argument, not __ldbl_is_dbl. new 5dab327029 Add __vfscanf_internal and __vfwscanf_internal with flags ar [...] new 04744d319c Use SCANF_ISOC99_A instead of setting bits on the FILE. new a2d06458de Use SCANF_LDBL_IS_DBL instead of __no_long_double. new d02babbc8d Introduce flags-taking internal versions of all v*printf variants. new 6703b866cf Add __vsyslog_internal, with same flags as __v*printf_internal. new 9926dde3d8 Replace _IO_FLAGS2_FORTIFY with PRINTF_FORTIFY. new bf9713106d Remove __no_long_double / __ldbl_is_dbl.
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (eb30bec9e7) \ N -- N -- N refs/heads/zack/remove-mode-bits (bf9713106d)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 8 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 | 2 ++ argp/argp-fmtstream.c | 1 - argp/argp-help.c | 4 ++-- argp/argp-namefrob.h | 2 ++ include/stdio.h | 4 ++++ libio/iolibio.h | 6 ------ libio/iovdprintf.c | 1 - libio/libio.h | 2 -- libio/libioP.h | 6 ------ libio/obprintf.c | 2 -- libio/vasprintf.c | 2 -- libio/vsnprintf.c | 7 ++++--- libio/vswprintf.c | 1 - stdio-common/iovfscanf.c | 4 ++-- stdio-common/iovfwscanf.c | 4 ++-- stdio-common/vfwprintf.c | 1 - stdlib/strfrom-skeleton.c | 2 +- sysdeps/aarch64/memcmp.S | 2 +- sysdeps/generic/math_ldbl_opt.h | 4 ++++ sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h | 4 ++++ sysdeps/ieee754/ldbl-opt/nldbl-compat.c | 28 ++++++++++++++++++++++++---- sysdeps/ieee754/ldbl-opt/nldbl-compat.h | 8 ++++++++ 22 files changed, 60 insertions(+), 37 deletions(-)