Fix ynl return value with LDBL_MIN.
[platform/upstream/glibc.git] / math /
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-31 Joseph MyersUse more decimal places for long double constants in...
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 MyersDon't include exceptions in libm-test-ulps test names.
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 Roland McGrathAdd a missing #include.
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-02 Andreas JaegerUse -frounding-math for math testsuite
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-28 Andreas SchwabDon't use long double *_finite functions if no long...
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-27 Joseph MyersFix fenv.h fallback returns (bug 14027).
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-10 Richard HendersonMove math/math_private.h to sysdeps/generic/math_private.h.
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 Ulrich DrepperRemove distribute variable from Makefiles
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-03 Marek PolacekRemove oldish __GNUC_PREREQ.
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-19 Aurelien JarnoUse non-signaling floating-point comparisons in math...
2012-02-09 Paul EggertReplace FSF snail mail address with URLs.
2012-02-07 Marek PolacekAdd tst-CMPLX2 test.
2012-02-07 Andreas SchwabFix loss of precision in jn tests
2012-02-03 Joseph MyersInclude <stdio.h> in math/tst-CMPLX.c.
2012-01-30 Roland McGrathMerge remote-tracking branch 'origin/cmetcalf/tile_config'
2012-01-30 Roland McGrathMerge remote-tracking branch 'origin/cmetcalf/tile_epol...
2012-01-30 Roland McGrathMerge remote-tracking branch 'origin/cmetcalf/tile_not_...
2012-01-30 Roland McGrathMerge remote-tracking branch 'origin/cmetcalf/tile_firs...
2012-01-30 Roland McGrathMerge remote-tracking branch 'origin/cmetcalf/tile_facc...
2012-01-28 Ulrich DrepperUse -msse2avx option for x86-64 libm functions
next