This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 2b445206a1 Use uint32_t sign in single precision math error handling functions new b7b88cea41 ldbl-128ibm-compat: Add printf_size
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 | 27 ++++++++++++ stdio-common/Makefile | 10 ++++- ...t-scanf-round.c => tst-printfsz-islongdouble.c} | 48 +++++++++++----------- ...tst-unbputc.sh => tst-printfsz-islongdouble.sh} | 19 +++++---- sysdeps/ieee754/ldbl-128ibm-compat/Makefile | 22 ++++++++++ sysdeps/ieee754/ldbl-128ibm-compat/Versions | 2 + .../ldbl-128ibm-compat/ieee128-printf_size.c | 26 +++++------- .../ldbl-128ibm-compat/test-printf-size-ibm128.c | 1 + .../ldbl-128ibm-compat/test-printf-size-ieee128.c | 1 + 9 files changed, 107 insertions(+), 49 deletions(-) copy stdio-common/{tst-scanf-round.c => tst-printfsz-islongdouble.c} (54%) copy stdio-common/{tst-unbputc.sh => tst-printfsz-islongdouble.sh} (70%) mode change 100755 => 100644 create mode 100644 sysdeps/ieee754/ldbl-128ibm-compat/Makefile copy io/fcntl64.c => sysdeps/ieee754/ldbl-128ibm-compat/ieee128-printf_size.c (65%) create mode 100644 sysdeps/ieee754/ldbl-128ibm-compat/test-printf-size-ibm128.c create mode 100644 sysdeps/ieee754/ldbl-128ibm-compat/test-printf-size-ieee128.c