This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 2bf4997 Use copysign instead of ternary for some sin/cos input ranges new 458d633 Remove C++ style comments from string3.h new 29cb929 Add iscanonical.
The 2 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 | 45 +++++ NEWS | 2 +- .../iscanonical.h | 25 +-- manual/arith.texi | 17 ++ manual/libm-err-tab.pl | 2 +- math/Makefile | 4 +- math/Versions | 1 + math/libm-test.inc | 32 +++- math/math.h | 2 + math/s_iscanonicall.c | 1 + string/bits/string3.h | 2 +- sysdeps/ieee754/ldbl-128ibm/Makefile | 2 +- .../ldbl-128ibm/bits/iscanonical.h} | 35 ++-- sysdeps/ieee754/ldbl-128ibm/s_iscanonicall.c | 59 ++++++ .../ldbl-128ibm/test-iscanonical-ldbl-128ibm.c | 203 +++++++++++++++++++++ sysdeps/{powerpc/nptl => ieee754/ldbl-96}/Makefile | 7 +- .../ldbl-96/bits/iscanonical.h} | 35 ++-- .../s_nextupf.c => ldbl-96/s_iscanonicall.c} | 41 ++--- sysdeps/ieee754/ldbl-96/test-iscanonical-ldbl-96.c | 114 ++++++++++++ sysdeps/unix/sysv/linux/i386/libm.abilist | 1 + sysdeps/unix/sysv/linux/ia64/libm.abilist | 1 + sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist | 1 + .../sysv/linux/powerpc/powerpc32/fpu/libm.abilist | 1 + .../linux/powerpc/powerpc32/nofpu/libm.abilist | 1 + .../sysv/linux/powerpc/powerpc64/libm-le.abilist | 1 + .../unix/sysv/linux/powerpc/powerpc64/libm.abilist | 1 + sysdeps/unix/sysv/linux/x86_64/64/libm.abilist | 1 + sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist | 1 + 28 files changed, 553 insertions(+), 85 deletions(-) copy sysdeps/generic/math-type-macros-ldouble.h => bits/iscanonical.h (63%) create mode 100644 math/s_iscanonicall.c copy sysdeps/{generic/math-type-macros-float.h => ieee754/ldbl-128ibm/bits/iscanon [...] create mode 100644 sysdeps/ieee754/ldbl-128ibm/s_iscanonicall.c create mode 100644 sysdeps/ieee754/ldbl-128ibm/test-iscanonical-ldbl-128ibm.c copy sysdeps/{powerpc/nptl => ieee754/ldbl-96}/Makefile (82%) copy sysdeps/{generic/math-type-macros-float.h => ieee754/ldbl-96/bits/iscanonical [...] copy sysdeps/ieee754/{flt-32/s_nextupf.c => ldbl-96/s_iscanonicall.c} (54%) create mode 100644 sysdeps/ieee754/ldbl-96/test-iscanonical-ldbl-96.c