This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 81df4d253d Fix include paths in include/bits/types/*.h. new 82c19bdfe3 float128: Extend the power of ten tables new 32bf1d09da float128: Add conversion from float128 to mpn new aab0f374e7 Remove duplicated code from __printf_fp_l, __printf_fphex, a [...] new 2bc646c9e9 Refactor PRINT_FPHEX_LONG_DOUBLE into a reusable macro new cf2046ec7d float128: Add strfromf128
The 5 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 | 67 +++++++ include/gmp.h | 8 + stdio-common/printf-parsemb.c | 1 + stdio-common/printf.h | 4 +- stdio-common/printf_fp.c | 192 +++++++++++---------- stdio-common/printf_fphex.c | 131 +++++++------- stdio-common/printf_size.c | 83 ++++----- stdio-common/vfprintf.c | 10 +- stdlib/fpioconst.c | 8 +- stdlib/fpioconst.h | 18 +- stdlib/gmp-impl.h | 3 +- stdlib/stdlib.h | 9 + stdlib/strfrom-skeleton.c | 6 + sysdeps/ieee754/float128/Makefile | 3 + sysdeps/ieee754/float128/Versions | 5 + .../ieee754/float128/float1282mpn.c | 6 +- sysdeps/ieee754/float128/float128_private.h | 2 + .../float128/strfromf128.c} | 15 +- sysdeps/ieee754/ldbl-128/ldbl2mpn.c | 3 +- sysdeps/ieee754/ldbl-128/printf_fphex.c | 88 +--------- .../{printf_fphex.c => printf_fphex_macros.h} | 23 ++- 21 files changed, 362 insertions(+), 323 deletions(-) create mode 100644 sysdeps/ieee754/float128/Makefile copy resolv/tst-resolv-res_init-thread.c => sysdeps/ieee754/float128/float1282mpn.c (86%) copy sysdeps/{powerpc/powerpc64/fpu/multiarch/s_cosf-ppc64.c => ieee754/float128/s [...] copy sysdeps/ieee754/ldbl-128/{printf_fphex.c => printf_fphex_macros.h} (85%)