Age | Commit message (Expand) | Author | Files | Lines |
2017-09-01 | Obsolete pow10 functions. | Joseph Myers | 1 | -6/+0 |
2017-05-15 | float128: Add public _Float128 declarations to libm. | Paul E. Murphy | 1 | -13/+23 |
2017-03-16 | Remove C++ namespace handling from glibc headers. | Joseph Myers | 1 | -31/+0 |
2017-03-15 | Split helper classification macros from mathcalls.h | Gabriel F. T. Gomes | 1 | -28/+0 |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2016-12-31 | Add fromfp functions. | Joseph Myers | 1 | -0/+22 |
2016-12-21 | Add roundeven, roundevenf, roundevenl. | Joseph Myers | 1 | -0/+3 |
2016-12-20 | Add fmaxmag, fminmag functions. | Joseph Myers | 1 | -0/+6 |
2016-12-02 | Add llogb, llogbf, llogbl. | Joseph Myers | 1 | -0/+5 |
2016-11-24 | Add setpayloadsig, setpayloadsigf, setpayloadsigl. | Joseph Myers | 1 | -0/+3 |
2016-11-19 | Add setpayload, setpayloadf, setpayloadl. | Joseph Myers | 1 | -0/+3 |
2016-10-26 | Add canonicalize, canonicalizef, canonicalizel. | Joseph Myers | 1 | -0/+3 |
2016-10-19 | Add getpayload, getpayloadf, getpayloadl. | Joseph Myers | 1 | -0/+3 |
2016-10-15 | Add totalordermag, totalordermagf, totalordermagl. | Joseph Myers | 1 | -0/+4 |
2016-10-12 | Add totalorder, totalorderf, totalorderl. | Joseph Myers | 1 | -0/+4 |
2016-10-06 | Add iseqsig. | Joseph Myers | 1 | -0/+3 |
2016-08-03 | Support __STDC_WANT_IEC_60559_FUNCS_EXT__ feature test macro. | Joseph Myers | 1 | -2/+4 |
2016-08-03 | Support __STDC_WANT_IEC_60559_BFP_EXT__ feature test macro. | Joseph Myers | 1 | -2/+2 |
2016-06-16 | Add nextup and nextdown math functions | Rajalakshmi Srinivasaraghavan | 1 | -0/+7 |
2016-02-14 | Ensure isinff, isinfl, isnanf, and isnanl are defined (Bug 19439) | Carlos O'Donell | 1 | -2/+6 |
2016-01-11 | Fix isinf/isnan declaration conflict with C++11 | Adhemerval Zanella | 1 | -0/+4 |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2015-09-16 | Don't declare float / long double Bessel functions for XSI POSIX (bug 18977). | Joseph Myers | 1 | -1/+1 |
2015-09-15 | Fix math.h, tgmath.h XSI POSIX namespace (gamma, isnan, scalb) (bug 18967). | Joseph Myers | 1 | -3/+7 |
2015-06-18 | Vector sincos for x86_64 and tests. | Andrew Senkevich | 1 | -2/+2 |
2015-06-17 | Vector pow for x86_64 and tests. | Andrew Senkevich | 1 | -1/+1 |
2015-06-17 | Vector exp for x86_64 and tests. | Andrew Senkevich | 1 | -1/+1 |
2015-06-17 | Vector log for x86_64 and tests. | Andrew Senkevich | 1 | -1/+1 |
2015-06-11 | Vector sin for x86_64 and tests. | Andrew Senkevich | 1 | -1/+1 |
2015-06-09 | Start of series of patches with x86_64 vector math functions. | Andrew Senkevich | 1 | -1/+1 |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2014-02-21 | Complete _BSD_SOURCE / _SVID_source followup cleanup. | Joseph Myers | 1 | -9/+9 |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 1 | -1/+1 |
2013-04-02 | New <math.h> macro named issignaling to check for a signaling NaN (sNaN). | Thomas Schwinge | 1 | -0/+6 |
2013-03-15 | Better distinguish between NaN/qNaN/sNaN. | Thomas Schwinge | 1 | -1/+1 |
2013-01-10 | Use __extension__ with long long in installed headers. | Joseph Myers | 1 | -0/+2 |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2012-12-30 | math: use existing nonnull attribute define | Mike Frysinger | 1 | -2/+1 |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 1 | -3/+2 |
2012-01-10 | Add const attribute to fmin and fmax | Ulrich Drepper | 1 | -2/+2 |
2012-01-07 | Remove pre-ISO C support | Ulrich Drepper | 1 | -2/+2 |
2011-10-15 | Add parameter annotation to modf | Andreas Jaeger | 1 | -2/+3 |
2006-02-01 | * math/bits/mathcalls.h: Guard __END_NAMESPACE_C99 with the | Roland McGrath | 1 | -3/+6 |
2006-01-14 | * math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): New | Roland McGrath | 1 | -2/+2 |
2004-12-22 | (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. | Ulrich Drepper | 1 | -8/+5 |
2007-07-12 | 2.5-18.1 | Jakub Jelinek | 1 | -5/+8 |
2003-01-12 | Round is a const function. | Andreas Jaeger | 1 | -2/+2 |
2002-08-28 | Prepare headers for use in ISO C++ compliant implementations. | Ulrich Drepper | 1 | -20/+49 |
2001-11-27 | Update. | Ulrich Drepper | 1 | -2/+2 |
2001-07-06 | Update to LGPL v2.1. | Andreas Jaeger | 1 | -8/+8 |