Fix ynl return value with LDBL_MIN.
[platform/upstream/glibc.git] / math / libm-test.inc
2012-07-12 Marek PolacekFix ynl return value with LDBL_MIN.
2012-07-09 Joseph MyersFix clog, clog10 spurious underflow exceptions (bug...
2012-07-06 Joseph MyersFix tanf underflow close to pi/4 (bug 14154).
2012-07-06 Joseph MyersFix expm1 spurious underflow exceptions (bug 6778).
2012-07-05 Joseph MyersFix csqrt underflow (bugs 14157, 14331).
2012-07-04 Joseph MyersFix ctan, ctanh of subnormals in round-upwards mode...
2012-07-03 Joseph MyersFix float range reduction problems (bug 14283).
2012-07-03 Joseph MyersAdd cosh tests for bug 14273.
2012-07-01 Joseph MyersMerge glibc-ports into ports/ directory. glibc-2.16-ports-merge
2012-06-15 Joseph MyersFix pow (0.0, -Inf) (bug 14241).
2012-06-14 Joseph MyersAllow more spurious underflow exceptions from csqrt...
2012-06-01 Joseph MyersFix fmod for subnormals (bug 14048).
2012-05-26 Marek PolacekFix fma test for underflow.
2012-05-25 Joseph MyersFix acosf underflow (bug 14153).
2012-05-24 Joseph MyersAdd tests for underflow exception bugs 10846, 14036.
2012-05-24 Joseph MyersTest underflow exceptions in libm-test.inc.
2012-05-19 Joseph MyersFix ccos, csin, ccosh, csinh overflows (bug 14123).
2012-05-17 Chris Metcalfmath: support platforms with limited FP rounding or...
2012-05-10 Adhemerval ZanellaFix for logb/logbf/logbl (bugs 13954/13955/13956)
2012-05-07 Joseph MyersFix x86/x86_64 expm1l inaccuracy and exceptions (bugs...
2012-05-06 Joseph MyersFix exp10 inaccuracy and exceptions (bugs 13884, 13914).
2012-05-06 Joseph MyersFix libm-test.inc ulps calculation for subnormals ...
2012-05-05 Joseph MyersDisable one hypot test for inline double testing.
2012-05-05 Joseph MyersFix missing exceptions from exp (bugs 13787, 13922...
2012-05-01 Joseph MyersFix nexttoward bugs (bugs 2550, 2570).
2012-04-30 Joseph MyersFix x86 acos near 1 (bug 13942).
2012-04-30 Joseph MyersFix acos (-1) in round-downwards mode on x86 (bug 14034).
2012-04-30 Joseph MyersFix exp10 spurious overflows (bug 13924).
2012-04-27 Ryan S. ArnoldRemove spurious '.' in math/libm-test.inc comment.
2012-04-27 Ryan S. ArnoldNew test to expose erroneous negative sign on logb...
2012-04-24 Andreas JaegerMerge branch 'master' of git://sourceware.org/git/glibc
2012-04-24 Adhemerval ZanellaCorrect powerpc64 s_floorl edge cases (bug 13886).
2012-04-17 Adhemerval ZanellaFix ilogb exception and errno (bug 6794)
2012-04-10 Roland McGrathMerge commit '9904dc47c88d9592ec66e599075436'
2012-04-09 Joseph MyersFix spurious overflow exceptions from x86/x86_64 powl...
2012-04-09 Joseph MyersFix ctan, ctanh overflow (bug 11521).
2012-04-09 Joseph MyersFix missing overflow exceptions from pow (bug 13873).
2012-04-09 Joseph MyersFix x86 pow inaccuracy for large integer exponents...
2012-04-08 Joseph MyersDo not allow overflow exception on exp underflow test...
2012-03-28 Joseph MyersFix pow of negative numbers to integer exponents (bugs...
2012-03-28 Joseph MyersAvoid overflows from long double functions using __kern...
2012-03-27 Andreas JaegerMerge branch 'elf-move'
2012-03-22 Joseph MyersFix cexp overflow (bug 13892).
2012-03-22 Joseph MyersFix exp2l inaccuracy (bug 13824).
2012-03-21 Joseph MyersRemove inaccurate x86 cexp implementations (bug 13883).
2012-03-21 Joseph MyersFix missing exp2 overflow exception (bug 13871).
2012-03-21 Joseph MyersFix pow of zero and infinity to large powers.
2012-03-20 Andreas JaegerMerge branch 'master' into elf-move
2012-03-20 Joseph MyersTest for overflow exceptions in libm-test.inc.
2012-03-19 Joseph MyersFix clog overflow/underflow (bug 13629).
2012-03-19 Joseph MyersFix atan2 spurious exceptions (bug 11451).
2012-03-16 Joseph MyersDisable Bessel function TLOSS errors in POSIX mode.
2012-03-16 Joseph MyersFix tan, tanl for large inputs.
2012-03-16 Joseph MyersImplement ldbl-96 sinl / cosl / sincosl (bug 13851).
2012-03-15 Andreas JaegerUse 40 digits in tests
2012-03-15 Andreas Jaeger* sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
2012-03-15 Andreas Jaeger [BZ #13852]
2012-03-15 Andreas Jaeger [BZ #13658]
2012-03-15 Andreas Jaeger [BZ #13837]
2012-03-15 Andreas JaegerMerge branch 'bug13658-branch'
2012-03-15 Andreas JaegerCleanup formatting.
2012-03-15 Andreas JaegerMerge branch 'master' into bug13658-branch
2012-03-14 Andreas JaegerMerge branch 'master' into bug13658-branch
2012-03-14 Joseph MyersFix csqrt overflow/underflow (bug 13841).
2012-03-14 Joseph MyersAdd tests for hypot overflow/underflow.
2012-03-08 Andreas JaegerAdd further tests
2012-03-08 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2012-03-07 Joseph MyersFix signs of zeros from casinh, cacosh etc. (bug 10716).
2012-03-07 Andreas Jaeger [BZ #13658]
2012-03-07 Andreas JaegerMerge branch 'master' into bug13658-branch
2012-03-05 Joseph MyersFix pow in non-default rounding modes (bug 3976).
2012-03-05 Joseph MyersTest cosh, sinh in non-default rounding modes (bug...
2012-03-02 Joseph MyersFix sin, cos, tan in non-default rounding modes (bug...
2012-03-02 Joseph MyersFix scalbn, scalbln integer overflow.
2012-03-02 Joseph MyersFix exp in non-default rounding modes (bug 3976).
2012-03-01 Joseph MyersImprove erfc accuracy.
2012-02-29 Joseph MyersAdd test for bug 5794 (incorrect expm1 overflow).
2012-02-29 Joseph MyersMove misplaced llround test and add lround test from...
2012-02-22 Joseph MyersFix nearbyintf rounding.
2012-02-22 Joseph MyersFix rintf rounding.
2012-02-09 Paul EggertReplace FSF snail mail address with URLs.
2012-02-07 Andreas SchwabFix loss of precision in jn tests
2011-12-17 Adhemerval ZanellaOptimized nearbyint for PPC
2011-10-29 Ulrich DrepperFix accuracy problem in generic sin
2011-10-07 Andreas JaegerFix remainder (NaN, 0)
2011-09-10 Petr BaudisFix jn precision
2011-09-09 Paul PluzhnikovFix lround() loses precision
2010-10-19 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2010-10-18 Jakub JelinekIEEE quad fmal fixes
2010-10-15 Jakub JelinekImplement fmal, some fma bugfixes
2010-10-15 Jakub JelinekFix some more dbl-64/s_fma.c issue
2010-10-14 Jakub JelinekImplement accurate fma.
2010-10-11 Jakub JelinekCorrect implementation of fmaf.
2010-04-08 Ulrich DrepperMerge remote branch 'origin/roland/hwcap_mask'
2010-04-08 Ulrich DrepperMerge branch 'master' of ssh://sources.redhat.com/git...
2010-04-08 Ulrich DrepperFix cproj implmentation.
2009-05-16 Ulrich DrepperAdd test for range error in expm1.
2009-04-26 Ulrich Drepper* sysdeps/i386/fpu/s_tan.S: Set errno for ±Inf.
2009-04-26 Ulrich Drepper* sysdeps/ieee754/k_standard.c (__kernel_standard)...
2009-04-26 Ulrich Drepper* math/w_fmod.c: Also handle x=±Inf as error.
next