Age | Commit message (Expand) | Author |
2018-02-09 | Add build infrastructure for narrowing libm functions. | Joseph Myers |
2018-01-03 | Improve math_errhandling | Wilco Dijkstra |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2017-12-19 | Provide a C++ version of iseqsig (bug 22377) | Gabriel F. T. Gomes |
2017-11-03 | Handle more _FloatN, _FloatNx types in __MATH_TG. | Joseph Myers |
2017-10-31 | Adjust __MATH_EVAL_FMT2 definition to handle _Float16 better. | Joseph Myers |
2017-10-30 | Include bits/math-finite.h for more _FloatN, _FloatNx types. | Joseph Myers |
2017-10-30 | Remove _Mlong_double_ etc. macros. | Joseph Myers |
2017-10-30 | Add _FloatN, _FloatNx M_* constants. | Joseph Myers |
2017-10-27 | Include bits/mathcalls.h for more _FloatN, _FloatNx types. | Joseph Myers |
2017-10-26 | Add SNAN macros for more _FloatN, _FloatNx types. | Joseph Myers |
2017-10-26 | Add HUGE_VAL macros for more _FloatN, _FloatNx types. | Joseph Myers |
2017-10-17 | Let signbit use the builtin in C++ mode with gcc < 6.x (bug 22296) | Romain Naour |
2017-10-03 | Add C++ versions of iscanonical for ldbl-96 and ldbl-128ibm (bug 22235) | Gabriel F. T. Gomes |
2017-09-28 | Simplify C99 isgreater macros | Wilco Dijkstra |
2017-09-22 | Let fpclassify use the builtin when optimizing for size in C++ mode (bug 22146) | Gabriel F. T. Gomes |
2017-09-04 | math.h: Warn about an already-defined log macro | Florian Weimer |
2017-09-01 | math/math.h (HUGE_VAL): Improve commentary. | Zack Weinberg |
2017-08-31 | Simplify NAN definitions. | Joseph Myers |
2017-08-31 | Simplify INFINITY definitions. | Joseph Myers |
2017-08-31 | Simplify HUGE_VAL definitions. | Joseph Myers |
2017-08-29 | Fix bits/math-finite.h _MSUF_ expansion namespace (bug 22028). | Joseph Myers |
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 |