Consistently use uintN_t not u_intN_t everywhere.
[platform/upstream/glibc.git] / math /
2017-08-03 Joseph MyersConsistently use uintN_t not u_intN_t in libm.
2017-08-02 Joseph MyersFix tgmath.h for __int128 (bug 21686).
2017-08-02 Joseph MyersFix tgmath.h for bit-fields (bug 21685).
2017-06-28 Joseph MyersFix gen-tgmath-tests.py output for GCC 7 <float.h>.
2017-06-28 Joseph MyersSupport _Float128 in tgmath.h.
2017-06-28 Joseph MyersUse clog10 not __clog10 in tgmath.h log10 macro.
2017-06-28 Joseph MyersFix tgmath.h totalorder, totalordermag return type...
2017-06-28 Joseph MyersSimplify tgmath.h for integer return types.
2017-06-28 Joseph MyersRemove NO_LONG_DOUBLE conditionals in libm tests (bug...
2017-06-28 Joseph MyersAdd more thorough generated tgmath.h test.
2017-06-26 Joseph MyersAdd float128 support for ia64.
2017-06-26 Joseph MyersAdd float128 support for x86_64, x86.
2017-06-23 Joseph MyersMake libm-test-support code clear exceptions after...
2017-06-22 Joseph MyersMake errno-setting libm templates include errno.h.
2017-06-12 Paul E. Murphyfloat128: Add test-{float128,ifloat128,float128-finite}
2017-05-25 Paul E. Murphyfloat128: Add wrappers to override ldbl-128 as float128.
2017-05-17 Gabriel F. T. Gomesfloat128: Extend __MATH_TG for float128 support
2017-05-17 Gabriel F. T. GomesConvert e_exp2l.c into a template
2017-05-15 Gabriel F. T. Gomesfloat128: Include math-finite.h for _Float128
2017-05-15 Paul E. Murphyfloat128: Add public _Float128 declarations to libm.
2017-05-11 Zack WeinbergSuppress internal declarations for most of the testsuite.
2017-05-09 Paul E. Murphyfloat128: Add _Float128 make bits to libm.
2017-03-31 Gabriel F. T. GomesFix condition for inclusion of math-finite.h for long...
2017-03-30 Gabriel F. T. GomesChange return type in the declaration of __ieee754_rem_...
2017-03-30 Gabriel F. T. GomesMacroize inclusion of math-finite.h
2017-03-16 Tulio Magno Quites... XFAIL catan and catanh tests on ibm128
2017-03-16 Joseph MyersRemove C++ namespace handling from glibc headers.
2017-03-15 Joseph MyersImprove float range reduction accuracy near pi/2 (bug...
2017-03-15 Gabriel F. T. GomesSplit helper classification macros from mathcalls.h
2017-03-15 Gabriel F. T. GomesUse internal __feraiseexcept in __iseqsig
2017-03-10 Stefan LieblerUpdate auto-libm-test-out for catan / catanh.
2017-03-02 Zack WeinbergMiscellaneous low-risk changes preparing for _ISOMAC...
2017-02-25 Tulio Magno Quites... Use independent type literals in libm-test-support.c
2017-02-24 Joseph MyersRun libm tests separately for each function.
2017-02-23 Gabriel F. T. GomesAdd new templates for IEEE wrappers
2017-02-20 Joseph MyersRemove some unused libm-test exception macros.
2017-02-17 Joseph MyersMove tests of catan, catanh to auto-libm-test-*.
2017-02-17 Joseph MyersMove tests of casin, casinh to auto-libm-test-*.
2017-02-17 Joseph MyersMove tests of cacos, cacosh to auto-libm-test-*.
2017-02-14 Joseph MyersMove INIT_ARCH_EXT call from libm-test-support to libm...
2017-02-09 Joseph MyersMove more csin, csinh tests to auto-libm-test-in.
2017-02-09 Gabriel F. T. GomesMerge libm-compat-calls-auto and libm-compat-calls
2017-02-09 Joseph MyersMove -U__LIBC_INTERNAL_MATH_INLINES to test-math-inline.h.
2017-02-08 Joseph MyersBuild most libm-test support code once per type.
2017-02-08 Gabriel F. T. GomesMove w_exp to libm-compat-call-auto
2017-02-08 Gabriel F. T. GomesMove w_lgamma to libm-compat-calls-auto
2017-02-08 Gabriel F. T. GomesMove w_lgamma_r to libm-compat-calls-auto
2017-02-07 Joseph MyersClean up libm vector tests exception test disabling.
2017-02-07 Joseph MyersFix powf inaccuracy (bug 21112).
2017-02-06 Joseph MyersRefactor some code in libm-test-driver.c.
2017-02-06 Joseph MyersMove libm-test TEST_MSG definitions to libm-test-driver.c.
2017-02-06 Joseph MyersSplit libm-test.inc by function.
2017-02-06 Joseph MyersSplit auto-libm-test-out by function.
2017-02-06 Joseph MyersEliminate libm-test.stmp.
2017-02-06 Joseph MyersRework gen-libm-test.pl input/output handling.
2017-02-06 Joseph MyersMove non-function-specific parts of libm-test.inc to...
2017-02-06 Joseph MyersRemove libm-test.inc comment listing functions tested...
2017-02-06 Joseph MyersRemove before-compile setting in math/Makefile.
2017-01-20 Joseph MyersUpdate README.libm-test.
2017-01-12 Joseph MyersMake fallback fegetexceptflag work with generic feteste...
2017-01-10 Joseph MyersXFAIL libm-test.inc tests as needed for ibm128.
2017-01-09 Joseph MyersImprove libm-test XFAILing for ibm128-libgcc.
2017-01-09 Joseph MyersFix math/test-fenv for no-exceptions / no-rounding...
2017-01-05 Joseph MyersMake fallback fesetexceptflag always succeed (bug 21028).
2017-01-04 Joseph MyersUpdate libm-test XFAILs for ibm128 format.
2017-01-04 Gabriel F. T. GomesMove wrappers to libm-compat-calls-auto
2017-01-03 Joseph MyersFix math/test-fenvinline for no-exceptions configurations.
2017-01-02 Joseph MyersFix math/test-nearbyint-except for no-exceptions config...
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-20 Joseph MyersAdd preprocessor indentation for llogb macro in tgmath.h.
2016-12-20 Gabriel F. T. GomesReplace use of snprintf with strfrom in libm tests
2016-12-20 Joseph MyersAdd fmaxmag, fminmag functions.
2016-12-16 Joseph MyersDefine FE_SNANS_ALWAYS_SIGNAL.
2016-12-16 Gabriel F. T. GomesMake w_scalbln type-generic
2016-12-15 Joseph MyersFix x86, x86_64 fmax, fmin sNaN handling, add tests...
2016-12-14 Joseph MyersFix generic fmax, fmin sNaN handling (bug 20947).
2016-12-14 Joseph MyersRefactor long double information into bits/long-double.h.
2016-12-14 Gabriel F. T. GomesMake w_log1p type-generic
2016-12-13 Andrew SenkevichBetter design of libm.a installation rule.
2016-12-08 Andrew SenkevichInstall libm.a as linker script (bug 20539).
2016-12-07 Joseph MyersFix hypot sNaN handling (bug 20940).
2016-12-06 Joseph MyersFix x86_64/x86 powl handling of sNaN arguments (bug...
2016-12-02 Joseph MyersFix pow (qNaN, 0) result with -lieee (bug 20919), remov...
2016-12-02 Joseph MyersAdd llogb, llogbf, llogbl.
2016-12-01 Joseph MyersRefactor FP_ILOGB* out of bits/mathdef.h.
2016-11-29 Joseph MyersRefactor FP_FAST_* into bits/fp-fast.h.
2016-11-28 Joseph MyersMake ilogb wrappers type-generic.
2016-11-24 Joseph MyersAdd setpayloadsig, setpayloadsigf, setpayloadsigl.
2016-11-24 Joseph MyersRefactor float_t, double_t information into bits/flt...
2016-11-23 Joseph MyersFix SH4 FP_ILOGB0 (bug 20859).
2016-11-23 Joseph MyersFix default float_t definition (bug 20855).
2016-11-19 Joseph MyersAdd setpayload, setpayloadf, setpayloadl.
2016-11-10 Joseph MyersRefactor some libm type-generic macros.
2016-11-04 Steve EllceySpeed up math/test-tgmath2.c
2016-10-28 Joseph MyersAdd SNAN, SNANF, SNANL macros.
2016-10-28 Carlos O'DonellAdd missing include for stdlib.h.
2016-10-26 Joseph MyersAdd canonicalize, canonicalizef, canonicalizel.
2016-10-22 Florian Weimermath.h: Wrap C++ bits in extern "C++"
next