Age | Commit message (Expand) | Author |
2017-08-28 | Provide a C++ version of iszero that does not use __MATH_TG (bug 21930) | Gabriel F. T. Gomes |
2017-08-25 | Clean up bits/math-finite.h for aliasing types. | Joseph Myers |
2017-08-24 | Fix the C++ version of issignaling when __NO_LONG_DOUBLE_MATH is defined | Gabriel F. T. Gomes |
2017-08-22 | Provide a C++ version of issignaling that does not use __MATH_TG | Gabriel F. T. Gomes |
2017-08-21 | Obsolete matherr, _LIB_VERSION, libieee.a. | Joseph Myers |
2017-08-18 | Do not use __builtin_types_compatible_p in C++ mode (bug 21930) | Gabriel F. T. Gomes |
2017-05-25 | float128: Add wrappers to override ldbl-128 as float128. | Paul E. Murphy |
2017-05-17 | float128: Extend __MATH_TG for float128 support | Gabriel F. T. Gomes |
2017-05-15 | float128: Include math-finite.h for _Float128 | Gabriel F. T. Gomes |
2017-05-15 | float128: Add public _Float128 declarations to libm. | Paul E. Murphy |
2017-03-31 | Fix condition for inclusion of math-finite.h for long double | Gabriel F. T. Gomes |
2017-03-30 | Macroize inclusion of math-finite.h | Gabriel F. T. Gomes |
2017-03-16 | Remove C++ namespace handling from glibc headers. | Joseph Myers |
2017-03-15 | Split helper classification macros from mathcalls.h | Gabriel F. T. Gomes |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2016-12-31 | Add fromfp functions. | Joseph Myers |
2016-12-14 | Refactor long double information into bits/long-double.h. | Joseph Myers |
2016-12-02 | Add llogb, llogbf, llogbl. | Joseph Myers |
2016-12-01 | Refactor FP_ILOGB* out of bits/mathdef.h. | Joseph Myers |
2016-11-29 | Refactor FP_FAST_* into bits/fp-fast.h. | Joseph Myers |
2016-11-24 | Refactor float_t, double_t information into bits/flt-eval-method.h. | Joseph Myers |
2016-11-10 | Refactor some libm type-generic macros. | Joseph Myers |
2016-10-28 | Add SNAN, SNANF, SNANL macros. | Joseph Myers |
2016-10-22 | math.h: Wrap C++ bits in extern "C++" | Florian Weimer |
2016-10-21 | math: Define iszero as a function template for C++ [BZ #20715] | Florian Weimer |
2016-10-07 | Make iseqsig handle excess precision. | Joseph Myers |
2016-10-06 | Add iseqsig. | Joseph Myers |
2016-09-30 | Add iscanonical. | Joseph Myers |
2016-09-28 | Fix iszero for excess precision. | Joseph Myers |
2016-09-23 | Add iszero. | Joseph Myers |
2016-09-21 | Add issubnormal. | Joseph Myers |
2016-08-05 | Fix math.h comment about bits/mathdef.h. | Joseph Myers |
2016-08-03 | Support __STDC_WANT_IEC_60559_BFP_EXT__ feature test macro. | Joseph Myers |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2015-09-18 | Add inlining of the C99 math functions isinf/isnan/signbit/isfinite/isnormal/... | Wilco Dijkstra |
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-05-14 | This patch adds infrastructure for addition of SIMD | Andrew Senkevich |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2014-09-30 | stdlib/tst-strtod-round.c: Fix build on ARM | Will Newton |
2014-02-21 | Complete _BSD_SOURCE / _SVID_source followup cleanup. | Joseph Myers |
2014-02-12 | Combine __USE_BSD and __USE_SVID into __USE_MISC. | 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-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers |
2012-11-02 | Make math.h FP_* macros usable in #if (bug 3439). | Joseph Myers |
2012-05-31 | Use more decimal places for long double constants in math.h. | Joseph Myers |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert |
2012-01-26 | Remove __STDC__ conditionals from installed headers. | Joseph Myers |
2011-11-04 | Always provide declarations of long double math functions when !_LIBC | Andreas Schwab |