Age | Commit message (Expand) | Author |
2018-06-20 | Add a generic significand implementation | Tulio Magno Quites Machado Filho |
2018-05-17 | Add narrowing divide functions. | Joseph Myers |
2018-05-16 | Add narrowing multiply functions. | Joseph Myers |
2018-05-11 | Do not include math-barriers.h in math_private.h. | Joseph Myers |
2018-03-20 | Add narrowing subtract functions. | Joseph Myers |
2018-03-11 | nldbl-compat.c: Include math.h before nldbl-compat.h. | Zack Weinberg |
2018-03-10 | Don't include math.h/math_private.h in math_ldbl_opt.h. | Zack Weinberg |
2018-02-21 | Mechanically remove _IO_ name aliases for types and constants. | Zack Weinberg |
2018-02-10 | Add narrowing add functions. | Joseph Myers |
2018-02-09 | Add test infrastructure for narrowing libm functions. | Joseph Myers |
2018-02-07 | Post-cleanup 2: minimize _G_config.h. | Zack Weinberg |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2017-12-05 | Support _Float64, _Float32x in libm_alias_double. | Joseph Myers |
2017-11-28 | Support ldbl-opt libm_alias_double use from .S files. | Joseph Myers |
2017-11-24 | Support _Float64x in libm_alias macros. | Joseph Myers |
2017-10-18 | Add _Float128 function aliases. | Joseph Myers |
2017-10-13 | Fix ldbl-opt/w_lgamma_compatl.c libm_alias_ldouble_other usage. | Joseph Myers |
2017-10-13 | Fix ldbl-opt/s_clog10l.c libm_alias_ldouble_other usage. | Joseph Myers |
2017-10-11 | Use generic alias macros in ldbl-opt. | Joseph Myers |
2017-10-10 | Add libm_alias_*_other_r macros. | Joseph Myers |
2017-10-09 | Use generic macros for lgamma_r function aliases. | Joseph Myers |
2017-10-09 | Remove ldbl-opt w_scalbln.c. | Joseph Myers |
2017-10-04 | Use libm_alias_double for dbl-64 fma. | Joseph Myers |
2017-10-03 | Use libm_alias_double for dbl-64 modf. | Joseph Myers |
2017-10-03 | Use libm_alias_double for dbl-64 logb. | Joseph Myers |
2017-10-03 | Use libm_alias_double for dbl-64 frexp. | Joseph Myers |
2017-10-03 | Use libm_alias_double for more dbl-64 functions. | Joseph Myers |
2017-10-02 | Use libm_alias_double for dbl-64 atan, tan. | Joseph Myers |
2017-09-29 | Use libm_alias_double for some dbl-64 functions. | Joseph Myers |
2017-09-18 | Fix powerpc64le problem from last ldbl-opt patch. | Joseph Myers |
2017-09-18 | Use libm_alias_ldouble in math/. | Joseph Myers |
2017-09-15 | Use libm_alias_double in math/. | Joseph Myers |
2017-09-13 | Define and use libm_alias_ldouble. | Joseph Myers |
2017-09-13 | Move exp compat wrappers under math/ | Szabolcs Nagy |
2017-09-13 | Clear up log1p, ldexp, scalbn, scalbln compat handling. | Joseph Myers |
2017-09-13 | Define and use libm_alias_double. | Joseph Myers |
2017-09-05 | Prefer new libm function wrappers for !LIBM_SVID_COMPAT. | Joseph Myers |
2017-09-01 | Obsolete pow10 functions. | Joseph Myers |
2017-08-03 | Consistently use uintN_t not u_intN_t in libm. | Joseph Myers |
2017-06-20 | Use locale_t, not __locale_t, throughout glibc | Zack Weinberg |
2017-05-19 | Also create and use ldbl-compat-choose.h. | Joseph Myers |
2017-05-19 | Create and use first-versions.h with macros for function symbol versions. | Joseph Myers |
2017-05-15 | float128: Add private _Float128 declarations for libm. | Paul E. Murphy |
2017-02-08 | Move w_exp to libm-compat-call-auto | Gabriel F. T. Gomes |
2017-02-08 | Move w_lgamma_r to libm-compat-calls-auto | Gabriel F. T. Gomes |
2017-01-04 | Move wrappers to libm-compat-calls-auto | 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-21 | Add roundeven, roundevenf, roundevenl. | Joseph Myers |
2016-12-20 | Add fmaxmag, fminmag functions. | Joseph Myers |