]> git.ipfire.org Git - thirdparty/glibc.git/history - math
libio: Implement vtable verification [BZ #20191]
[thirdparty/glibc.git] / math /
2016-06-16  Rajalakshmi Sriniv... Add nextup and nextdown math functions
2016-06-14  Joseph MyersFix i386 fdim double rounding (bug 20255).
2016-06-14  Joseph MyersUse generic fdim on more architectures (bug 6796, bug...
2016-06-14  Joseph MyersSimplify generic fdim implementations.
2016-06-13  Joseph MyersFix dbl-64 atan2 (sNaN, qNaN) (bug 20252).
2016-06-13  Joseph MyersAdd more sNaN tests (cimag, conj, copysign, creal,...
2016-06-13  Joseph MyersFix frexp (NaN) (bug 20250).
2016-06-10  Joseph MyersFix modf (sNaN) (bug 20240).
2016-06-09  Joseph MyersFix i386/x86_64 log2l (sNaN) (bug 20235).
2016-06-08  Joseph MyersFix i386/x86_64 log1pl (sNaN) (bug 20229).
2016-06-08  Joseph MyersFix i386/x86_64 log10l (sNaN) (bug 20228).
2016-06-08  Joseph MyersFix i386/x86_64 logl (sNaN) (bug 20227).
2016-06-08  Joseph MyersFix i386/x86_64 expl, exp10l, expm1l for sNaN input...
2016-06-08  Joseph MyersFix ldexp, scalbn, scalbln for sNaN input (bug 20225).
2016-06-08  Joseph MyersFix i386 cbrtl (sNaN) (bug 20224).
2016-06-08  Paul E. MurphyGenerate new format names in auto-libm-test-out
2016-06-08  Paul E. MurphyRemove type specific information from auto-libm-test-in
2016-06-08  Paul E. MurphyRemove CHOOSE() macro from libm-tests.inc
2016-06-08  Paul E. MurphyApply LIT(x) to floating point literals in libm-test.c
2016-06-07  Joseph MyersFix i386 atanhl (sNaN) (bug 20219).
2016-06-07  Joseph MyersFix i386 asinhl (sNaN) (bug 20218).
2016-06-06  Joseph MyersFix dbl-64 asin (sNaN) (bug 20213).
2016-06-06  Joseph MyersFix dbl-64 acos (sNaN) (bug 20212).
2016-06-03  Joseph MyersFix x86/x86_64 nextafterl incrementing negative subnorm...
2016-05-27  Paul E. MurphyReplace M_El with lit_e in libm-test.inc
2016-05-27  Paul E. MurphyReplace M_PI_4l with lit_pi_4_d in libm-test.inc
2016-05-27  Paul E. MurphyReplace M_PIl with lit_pi in libm-test.inc
2016-05-27  Paul E. MurphyReplace M_PI2l with lit_pi_2_d in libm-test.inc
2016-05-27  Paul E. MurphyRefactor M_ macros defined in libm-test.inc
2016-05-27  Joseph MyersRemove unused macros from libm-test.inc.
2016-05-27  Paul E. MurphyRefactor type specific macros using regexes
2016-05-27  Paul E. MurphyBegin refactor of libm-test.inc
2016-05-26  Joseph MyersAdd more sNaN tests to libm-test.inc.
2016-05-26  Joseph MyersSupport sNaN testing in libm-test.inc.
2016-05-24  Paul E. MurphyFixup usage of MIN_EXP in libm-test.inc
2016-05-24  Paul E. MurphyFixup usage of MANT_DIG in libm-test.inc
2016-05-24  Joseph MyersDo not raise "inexact" from generic round (bug 15479).
2016-05-19  Joseph MyersImplement proper fmal for ldbl-128ibm (bug 13304).
2016-05-18  Joseph MyersUpdate libm-test.inc comment about NaN signs.
2016-04-13  Andreas SchwabRegister extra test objects
2016-03-24  Joseph MyersFix x86_64 / x86 powl inaccuracy for integer exponents...
2016-03-21  Dylan Alex Simonmath: don't clobber old libm.so on install [BZ #19822]
2016-03-16  Carlos O'DonellFix building glibc master with NDEBUG and --with-cpu.
2016-03-14  Andreas SchwabFix compilation of test-signgam-* tests
2016-03-10  Joseph MyersAllow spurious underflow / inexact for ldbl-128ibm.
2016-03-04  Roland McGrathOmit test-math-isinff when no C++ compiler.
2016-02-24  Andreas SchwabDon't use long double math functions if NO_LONG_DOUBLE
2016-02-19  Joseph MyersFix ldbl-128ibm remainderl, remquol equality tests...
2016-02-15  Carlos O'DonellEnsure isinff, isinfl, isnanf, and isnanl are defined...
2016-01-19  Joseph MyersFix ulps regeneration for *-finite tests.
2016-01-18  Paul Pluzhnikov[BZ #19451]
2016-01-11  Adhemerval ZanellaFix isinf/isnan declaration conflict with C++11
2016-01-04  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2015-12-18  Torvald RiegelRemove unused variable in math/atest-exp2.c.
2015-12-04  Joseph MyersFix nan functions handling of payload strings (bug...
2015-12-03  Andrew SenkevichCorrected path to installed libmvec_nonshared.a
2015-11-27  Andrew SenkevichBetter workaround for aliases of *_finite symbols in...
2015-11-20  Joseph MyersFix lgamma setting signgam for ISO C (bug 15421).
2015-11-16  Florian WeimerWork around conflicting declarations of math functions
2015-11-11  Joseph MyersFix powerpc nearbyint wrongly clearing "inexact" and...
2015-11-10  Joseph MyersAdd more tests of pow.
2015-11-06  Joseph MyersFix typo in signgam test messages.
2015-11-05  Joseph MyersRun libm-test tests for finite-math-only functions.
2015-11-05  Joseph MyersFix finite-math-only lgamma functions signgam setting...
2015-11-05  Joseph MyersDon't redirect ldexp to scalbn in bits/math-finite...
2015-11-05  Joseph MyersMake bits/math-finite.h conditions match other headers...
2015-11-04  Joseph MyersRefactor libm-test inline tests disabling.
2015-11-04  Joseph MyersAdd more libm tests (scalb*, signbit, sin, sincos,...
2015-11-03  Joseph MyersAdd more libm tests (modf, nearbyint, nextafter, nextto...
2015-11-03  Joseph MyersFix dbl-64 remainder sign of zero result (bug 19201).
2015-11-02  Joseph MyersMake nextafter, nexttoward set errno (bug 6799).
2015-10-29  Joseph MyersDo not test sign of zero result from infinite argument...
2015-10-29  Joseph MyersMake drem an alias of remainder (bug 16171).
2015-10-28  Joseph MyersUse C11 CMPLX* macros in libm tests.
2015-10-28  Joseph MyersUse C11 *_TRUE_MIN macros where applicable.
2015-10-28  Joseph MyersFix i386/x86_64 fesetenv SSE exception clearing (bug...
2015-10-28  Joseph MyersUse C11 *_DECIMAL_DIG macros in libm-test.inc.
2015-10-27  Joseph MyersUse -std=gnu11 instead of -std=gnu99.
2015-10-23  Joseph MyersRemove libm-test.inc special-casing of errors up to...
2015-10-23  Joseph MyersAdd more libm tests (ilogb, is*, j0, j1, jn, lgamma...
2015-10-23  Joseph MyersFix j1, jn missing errno setting on underflow (bug...
2015-10-22  Joseph MyersFix i386 / x86_64 nearbyint exception clearing (bug...
2015-10-21  Joseph MyersAdd more libm tests (fmod, fpclassify, frexp, hypot...
2015-10-20  Joseph MyersConvert 113 more function definitions to prototype...
2015-10-20  Joseph MyersConvert 29 more function definitions to prototype style...
2015-10-16  Joseph MyersAdd more libm tests (fabs, fdim, fma, fmax, fmin, fmod).
2015-10-16  Joseph MyersAdd more tests for ceil, floor, round, trunc.
2015-10-08  Joseph MyersFix lrint, llrint missing exceptions close to overflow...
2015-10-08  Joseph MyersCorrect "inexact" expectations in lround, llround tests.
2015-10-07  Joseph MyersFix lround, llround missing exceptions close to overflo...
2015-10-06  Joseph MyersAdd more tests of lrint, llrint, lround, llround.
2015-10-06  Joseph MyersUse same test inputs for lrint and llrint.
2015-10-06  Joseph MyersAdd more scalb test expectations for "inexact" exception.
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-10-01  Joseph MyersFix ldbl-128 / ldbl-128ibm lgamma overflow handling...
2015-10-01  Joseph MyersUse type-specific precision when printing results in...
2015-09-30  Joseph MyersFix i386 acosh (-qNaN) spurious "invalid" exception.
2015-09-30  Joseph MyersImprove test coverage of real libm functions [a-e]*.
2015-09-30  Joseph MyersRefine errno / "inexact" expectations in libm-test...
next