Age | Commit message (Expand) | Author |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2016-12-31 | Add fromfp functions. | Joseph Myers |
2016-12-21 | Add roundeven, roundevenf, roundevenl. | Joseph Myers |
2016-12-20 | Add fmaxmag, fminmag functions. | Joseph Myers |
2016-12-02 | Add llogb, llogbf, llogbl. | Joseph Myers |
2016-11-24 | Add setpayloadsig, setpayloadsigf, setpayloadsigl. | Joseph Myers |
2016-11-19 | Add setpayload, setpayloadf, setpayloadl. | Joseph Myers |
2016-10-26 | Add canonicalize, canonicalizef, canonicalizel. | Joseph Myers |
2016-10-19 | Add getpayload, getpayloadf, getpayloadl. | Joseph Myers |
2016-10-15 | Add totalordermag, totalordermagf, totalordermagl. | Joseph Myers |
2016-10-12 | Add totalorder, totalorderf, totalorderl. | Joseph Myers |
2016-10-06 | Add iseqsig. | Joseph Myers |
2016-08-03 | Support __STDC_WANT_IEC_60559_FUNCS_EXT__ feature test macro. | Joseph Myers |
2016-08-03 | Support __STDC_WANT_IEC_60559_BFP_EXT__ feature test macro. | Joseph Myers |
2016-06-16 | Add nextup and nextdown math functions | Rajalakshmi Srinivasaraghavan |
2016-02-14 | Ensure isinff, isinfl, isnanf, and isnanl are defined (Bug 19439) | Carlos O'Donell |
2016-01-11 | Fix isinf/isnan declaration conflict with C++11 | Adhemerval Zanella |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2015-11-05 | Fix finite-math-only lgamma functions signgam setting (bug 19211). | Joseph Myers |
2015-11-05 | Don't redirect ldexp to scalbn in bits/math-finite.h (bug 19209). | Joseph Myers |
2015-11-05 | Make bits/math-finite.h conditions match other headers (bug 19205). | Joseph Myers |
2015-09-16 | Don't declare float / long double Bessel functions for XSI POSIX (bug 18977). | Joseph Myers |
2015-09-15 | Fix math.h, tgmath.h XSI POSIX namespace (gamma, isnan, scalb) (bug 18967). | Joseph Myers |
2015-06-18 | Vector sincos for x86_64 and tests. | Andrew Senkevich |
2015-06-17 | Vector pow for x86_64 and tests. | Andrew Senkevich |
2015-06-17 | Vector exp for x86_64 and tests. | Andrew Senkevich |
2015-06-17 | Vector log for x86_64 and tests. | Andrew Senkevich |
2015-06-11 | Vector sin for x86_64 and tests. | Andrew Senkevich |
2015-06-09 | Start of series of patches with x86_64 vector math functions. | Andrew Senkevich |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2014-09-16 | Revert to defining __extern_inline only for gcc-4.3+ (BZ #17266) | Siddhesh Poyarekar |
2014-02-21 | Complete _BSD_SOURCE / _SVID_source followup cleanup. | Joseph Myers |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae |
2013-04-02 | New <math.h> macro named issignaling to check for a signaling NaN (sNaN). | Thomas Schwinge |
2013-03-15 | Better distinguish between NaN/qNaN/sNaN. | Thomas Schwinge |
2013-01-10 | Use __extension__ with long long in installed headers. | Joseph Myers |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers |
2012-12-30 | math: use existing nonnull attribute define | Mike Frysinger |
2012-04-28 | Don't use long double *_finite functions if no long double math | Andreas Schwab |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert |
2012-01-10 | Add const attribute to fmin and fmax | Ulrich Drepper |
2012-01-10 | Optimize ldexp and scalbn | Ulrich Drepper |
2012-01-07 | Remove pre-ISO C support | Ulrich Drepper |
2011-12-17 | Avoid warnings in __*_finite math function declarations with C++ | Marek Polacek |
2011-10-15 | Optimize exp | Ulrich Drepper |
2011-10-15 | Add parameter annotation to modf | Andreas Jaeger |
2011-10-12 | Optimize libm | Ulrich Drepper |
2007-09-15 | * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+. | Ulrich Drepper |
2007-03-17 | * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline. | Ulrich Drepper |
2006-02-01 | * math/bits/mathcalls.h: Guard __END_NAMESPACE_C99 with the | Roland McGrath |