packaing: switch off build_html
[platform/upstream/glibc.git] / sysdeps / ieee754 / ldbl-96 /
2024-01-01 Paul EggertUpdate copyright dates with scripts/update-copyrights
2023-05-30 Paul PluzhnikovFix misspellings in sysdeps/ -- BZ 25337
2023-01-06 Joseph MyersUpdate copyright dates with scripts/update-copyrights
2022-12-19 Florian Weimerstdio-common: Convert vfprintf and related functions...
2022-10-31 Joseph MyersFix build with GCC 13 _FloatN, _FloatNx built-in functions
2022-05-23 Adhemerval Zanellamath: Add math-use-builtins-fabs (BZ#29027)
2022-04-07 Adhemerval Zanellamath: Use builtin for ldbl-96 copysign
2022-01-01 Paul EggertUpdate copyright dates with scripts/update-copyrights
2021-12-13 Adhemerval Zanellamath: Use an improved algorithm for hypotl (ldbl-96)
2021-09-22 Joseph MyersAdd narrowing fma functions
2021-09-21 Joseph MyersFix f64xdivf128, f64xmulf128 spurious underflows (bug...
2021-09-15 Joseph MyersRedirect fma calls to __fma in libm
2021-09-10 Joseph MyersAdd narrowing square root functions
2021-09-03 Siddhesh PoyarekarRemove "Contributed by" lines
2021-06-27 Shen-Ta Hsiehmath: redirect roundeven function
2021-05-10 Paul Zimmermannadd workload traces for cbrtl
2021-01-04 Siddhesh PoyarekarDrop nan-pseudo-number.h usage from tests
2021-01-04 Siddhesh PoyarekarMove generic nan-pseudo-number.h to ldbl-96
2021-01-02 Paul EggertUpdate copyright dates with scripts/update-copyrights
2020-12-30 Siddhesh Poyarekarx86 long double: Consider pseudo numbers as signaling
2020-07-06 Joseph MyersUse C2x return value from getpayload of non-NaN (bug...
2020-04-30 Paul E. MurphyRename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIREC...
2020-02-14 Joseph MyersAdjust thresholds in Bessel function implementations...
2020-02-13 Florian Weimermath/test-sinl-pseudo: Use stack protector only if...
2020-02-12 Joseph MyersAvoid ldbl-96 stack corruption from range reduction...
2020-01-03 Wilco DijkstraAdd libm_alias_finite for _finite symbols
2020-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2019-12-27 Tulio Magno Quites... Do not redirect calls to __GI_* symbols, when redirecti...
2019-09-07 Paul EggertPrefer https to http for gnu.org and fsf.org URLs
2019-08-15 Joseph MyersMake totalorder and totalordermag functions take pointe...
2019-01-04 Martin Jansasysdeps/ieee754: prevent maybe-uninitialized errors...
2019-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-09-28 Joseph MyersRemove unnecessary math_private.h includes.
2018-09-27 Joseph MyersUse copysign functions not __copysign functions in...
2018-09-27 Joseph MyersUse round functions not __round functions in glibc...
2018-09-20 Joseph MyersUse trunc functions not __trunc functions in glibc...
2018-09-17 Joseph MyersUse ceil functions not __ceil functions in glibc libm.
2018-09-14 Joseph MyersUse rint functions not __rint functions in glibc libm.
2018-09-14 Joseph MyersUse floor functions not __floor functions in glibc...
2018-09-04 Joseph MyersMove fenv.h soft-float inlines from fenv_private.h...
2018-09-03 Joseph MyersDo not include fenv_private.h in math_private.h.
2018-06-11 Joseph MyersFix ldbl-96 fma (Inf, Inf, finite) (bug 23272).
2018-05-17 Joseph MyersAdd narrowing divide functions.
2018-05-16 Florian Weimermath: Merge strtod_nan_*.h into math-type-macros-*.h
2018-05-16 Joseph MyersAdd narrowing multiply functions.
2018-05-11 Joseph MyersDo not include math-barriers.h in math_private.h.
2018-05-10 Joseph MyersMove math_check_force_underflow macros to separate...
2018-05-09 Joseph MyersMove math_narrow_eval to separate math-narrow-eval.h.
2018-03-20 Joseph MyersAdd narrowing subtract functions.
2018-03-15 Wilco DijkstraRename all __ieee754_sqrt(f/l) calls to sqrt(f/l)
2018-02-10 Joseph MyersAdd narrowing add functions.
2018-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-12-06 Joseph MyersDon't make local variables static in ldbl-96 j1l.
2017-11-24 Joseph MyersSupport strtof64x, wcstof64x aliases.
2017-10-06 Joseph MyersUse libm_alias_double in ldbl-128, ldbl-96 fma.
2017-10-05 Joseph MyersUse libm_alias_ldouble for ldbl-96 functions.
2017-10-03 Gabriel F. T. GomesAdd C++ versions of iscanonical for ldbl-96 and ldbl...
2017-09-14 Joseph MyersMake more libm functions into weak aliases.
2017-09-13 Szabolcs NagyMove exp compat wrappers under math/
2017-09-05 Joseph MyersPrefer new libm function wrappers for !LIBM_SVID_COMPAT.
2017-08-21 Joseph MyersObsolete matherr, _LIB_VERSION, libieee.a.
2017-08-03 Joseph MyersConsistently use uintN_t not u_intN_t in libm.
2017-06-22 Joseph MyersSupport _Float128 in ldbl-96 bits/iscanonical.h.
2017-03-02 Zack WeinbergNarrowing the visibility of libc-internal.h even further.
2017-02-25 Zack WeinbergAllow direct use of math_ldbl.h in testsuite.
2017-02-08 Gabriel F. T. GomesMove w_exp to libm-compat-call-auto
2017-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-12-31 Joseph MyersAdd fromfp functions.
2016-12-21 Joseph MyersAdd roundeven, roundevenf, roundevenl.
2016-12-14 Joseph MyersRefactor long double information into bits/long-double.h.
2016-12-07 Joseph MyersFix hypot sNaN handling (bug 20940).
2016-11-24 Joseph MyersAdd setpayloadsig, setpayloadsigf, setpayloadsigl.
2016-11-19 Joseph MyersAdd setpayload, setpayloadf, setpayloadl.
2016-11-10 Joseph MyersRefactor some libm type-generic macros.
2016-10-26 Joseph MyersAdd canonicalize, canonicalizef, canonicalizel.
2016-10-19 Joseph MyersAdd getpayload, getpayloadf, getpayloadl.
2016-10-17 Joseph MyersDefine HIGH_ORDER_BIT_IS_SET_FOR_SNAN to 0 or 1.
2016-10-15 Joseph MyersAdd totalordermag, totalordermagf, totalordermagl.
2016-10-12 Joseph MyersAdd totalorder, totalorderf, totalorderl.
2016-09-30 Joseph MyersAdd iscanonical.
2016-08-19 Paul E. MurphyMerge common usage of mul_split function
2016-06-16 Rajalakshmi Sriniv... Add nextup and nextdown math functions
2016-06-13 Joseph MyersFix frexp (NaN) (bug 20250).
2016-05-24 Joseph MyersDo not raise "inexact" from generic round (bug 15479).
2016-01-15 H.J. LuCall math_opt_barrier inside if
2016-01-04 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2015-11-24 Joseph MyersRefactor strtod parsing of NaN payloads.
2015-11-02 Joseph MyersMake nextafter, nexttoward set errno (bug 6799).
2015-10-28 Joseph MyersUse C11 *_TRUE_MIN macros where applicable.
2015-10-27 Joseph MyersRemove GCC version conditionals on -Wmaybe-uninitialize...
2015-10-23 Joseph MyersFix j1, jn missing errno setting on underflow (bug...
2015-10-08 Joseph MyersFix lrint, llrint missing exceptions close to overflow...
2015-10-07 Joseph MyersFix lround, llround missing exceptions close to overflo...
2015-10-05 Joseph MyersFix ldbl-96 lroundl just below powers of 2 (bug 19071).
2015-10-02 Joseph MyersFix nexttoward overflow in non-default rounding modes...
2015-09-28 Joseph MyersFix clog, clog10 inaccuracy (bug 19016).
2015-09-24 Joseph MyersFix hypot missing underflows (bug 18803).
2015-09-23 Joseph MyersRefactor code forcing underflow exceptions.
2015-09-23 Joseph MyersUse math_narrow_eval more consistently.
2015-09-18 Wilco DijkstraSince we now inline isinf, isnan and isfinite in math...
next