Update copyright notices with scripts/update-copyrights.
[jlayton/glibc.git] / math / libm-test.inc
2013-01-02 Joseph MyersUpdate copyright notices with scripts/update-copyrights.
2012-11-28 Joseph MyersFix powl inaccuracy for x86_64 and x86 (bug 13881).
2012-11-22 Joseph MyersDisable some fma tests for ldbl-128ibm.
2012-11-22 Joseph MyersFix ldbl-128ibm atanl spurious underflows (bug 14871).
2012-11-22 Joseph MyersFix ldbl-128ibm hypotl internal underflows (bug 14869).
2012-11-22 Joseph MyersFix ldbl-128ibm hypotl inaccuracy for arguments with...
2012-11-22 Joseph MyersMark some clog / clog10 underflows as expected for...
2012-11-19 David S. MillerFix spurious underflows in ldbl-128 atan implementation.
2012-11-18 David S. MillerCorrect tinyness handling in long-double and float...
2012-11-15 Marcus ShawcroftFix buffer overflow in libm-test.inc check_complex()
2012-11-07 Joseph MyersFix spurious underflows from pow with results close...
2012-11-06 Joseph MyersFix fma underflows with small x * y (bug 14793).
2012-11-04 Joseph MyersFix fma overflow results outside round-to-nearest mode...
2012-11-03 Joseph MyersMake fma use of Dekker and Knuth algorithms use round...
2012-11-01 Joseph MyersFix fma (a, b, c) for small a * b (bugs 14784, 14785).
2012-10-31 Joseph MyersFix ldbl-128ibm atan2l for x near 1.
2012-10-31 Joseph MyersFix fma underflow exceptions in after-rounding edge...
2012-10-30 Joseph MyersFix fma missing underflows and bad results for some...
2012-10-17 Joseph MyersDon't call feclearexcept in gamma function tests.
2012-10-09 Joseph MyersMake libm-test.inc test comparison macros.
2012-10-08 Joseph MyersImprove libm test coverage of classification macros...
2012-10-05 Joseph MyersImprove libm-test.inc comment.
2012-10-01 Joseph MyersFix sign of inexact zero return from fma (bug 14645).
2012-09-29 Joseph MyersFix sign of exact zero return from fma (bug 14638).
2012-09-25 Joseph MyersFix inaccuracy of clog, clog10 near |z| = 1 (bug 13629).
2012-09-03 Liubov DmitrievaAdd optimized sinf and cosf routines for x86 and x86-64
2012-07-31 Joseph MyersImprove clog, clog10 handling of values with real or...
2012-07-26 Joseph MyersImprove clog, clog10 handling of values with real or...
2012-07-25 Marek PolacekSet up errno properly for yn.
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).
next