This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 57e687c6d4 Add exception-based flags for wait4 new e18a305777 Refactor *cvt functions implementation (1/2) new dce4253411 Refactor *cvt functions implementation (2/2) new 3021e78178 ldbl-128ibm-compat: Add *cvt functions new f8cd102081 Avoid compat symbols for totalorder in powerpc64le IEEE long double
The 4 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: misc/{qefgcvt_r.c => efgcvt-dbl-macros.h} | 51 ++--- misc/{qefgcvt_r.c => efgcvt-ldbl-macros.h} | 10 +- misc/efgcvt-template.c | 75 ++++++ misc/efgcvt.c | 124 ++-------- misc/{efgcvt_r.c => efgcvt_r-template.c} | 84 +------ misc/efgcvt_r.c | 251 ++------------------- misc/qefgcvt.c | 43 ++-- misc/qefgcvt_r.c | 50 ++-- sysdeps/ieee754/ldbl-128/s_totalorderl.c | 9 + sysdeps/ieee754/ldbl-128/s_totalordermagl.c | 9 + sysdeps/ieee754/ldbl-128ibm-compat/Makefile | 12 +- sysdeps/ieee754/ldbl-128ibm-compat/Versions | 6 + .../ieee754/ldbl-128ibm-compat/ieee128-qefgcvt.c | 52 +++++ .../ldbl-128ibm-compat/ieee128-qefgcvt_r.c} | 44 ++-- 14 files changed, 284 insertions(+), 536 deletions(-) copy misc/{qefgcvt_r.c => efgcvt-dbl-macros.h} (54%) copy misc/{qefgcvt_r.c => efgcvt-ldbl-macros.h} (83%) create mode 100644 misc/efgcvt-template.c copy misc/{efgcvt_r.c => efgcvt_r-template.c} (58%) create mode 100644 sysdeps/ieee754/ldbl-128ibm-compat/ieee128-qefgcvt.c copy sysdeps/{sparc/sparc64/qp_qtoi.c => ieee754/ldbl-128ibm-compat/ieee128-qefgcv [...]