| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright dates with scripts/update-copyrights | Paul Eggert | 2022-01-01 | 47 | -47/+47 |
* | Add fmaximum, fminimum functions | Joseph Myers | 2021-09-28 | 9 | -1/+219 |
* | Add narrowing fma functions | Joseph Myers | 2021-09-22 | 3 | -1/+59 |
* | Add narrowing square root functions | Joseph Myers | 2021-09-10 | 3 | -1/+59 |
* | Remove "Contributed by" lines | Siddhesh Poyarekar | 2021-09-03 | 2 | -2/+0 |
* | configure: Replaced obsolete AC_TRY_COMPILE | Naohiro Tamura | 2021-06-04 | 1 | -4/+4 |
* | Update copyright dates with scripts/update-copyrights | Paul Eggert | 2021-01-02 | 35 | -35/+35 |
* | Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABI | Paul E. Murphy | 2020-04-30 | 1 | -1/+1 |
* | Undefine redirections after long double definition on __LDBL_COMPAT [BZ #23294] | Tulio Magno Quites Machado Filho | 2020-02-20 | 2 | -1/+90 |
* | Add a generic scalb implementation | Tulio Magno Quites Machado Filho | 2020-02-14 | 2 | -1/+5 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2020-01-01 | 34 | -34/+34 |
* | Do not redirect calls to __GI_* symbols, when redirecting to *ieee128 | Tulio Magno Quites Machado Filho | 2019-12-27 | 1 | -0/+1 |
* | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 2019-09-07 | 34 | -34/+34 |
* | Make totalorder and totalordermag functions take pointer arguments. | Joseph Myers | 2019-08-15 | 2 | -2/+2 |
* | ldbl-opt: Reuse test cases from misc/ that check long double | Gabriel F. T. Gomes | 2019-03-01 | 1 | -0/+16 |
* | ldbl-opt: Add error and error_at_line (bug 23984) | Gabriel F. T. Gomes | 2019-03-01 | 3 | -0/+26 |
* | ldbl-opt: Add err, errx, verr, verrx, warn, warnx, vwarn, and vwarnx (bug 23984) | Gabriel F. T. Gomes | 2019-03-01 | 3 | -0/+72 |
* | ldbl-opt: Reuse argp tests that print long double | Gabriel F. T. Gomes | 2019-03-01 | 1 | -0/+10 |
* | ldbl-opt: Add argp_error and argp_failure (bug 23983) | Gabriel F. T. Gomes | 2019-03-01 | 3 | -0/+27 |
* | Use C99-compliant scanf under _GNU_SOURCE with modern compilers. | Zack Weinberg | 2019-01-03 | 14 | -0/+70 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2019-01-01 | 34 | -34/+34 |
* | Use PRINTF_LDBL_IS_DBL instead of __ldbl_is_dbl. | Zack Weinberg | 2018-12-05 | 3 | -275/+238 |
* | Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319) | Zack Weinberg | 2018-12-05 | 1 | -9/+23 |
* | Add __vsyslog_internal, with same flags as __v*printf_internal. | Zack Weinberg | 2018-12-05 | 1 | -1/+1 |
* | Add __v*printf_internal with flags arguments | Zack Weinberg | 2018-12-05 | 1 | -10/+11 |
* | Use SCANF_LDBL_IS_DBL instead of __ldbl_is_dbl. | Zack Weinberg | 2018-12-05 | 1 | -130/+121 |
* | Add __vfscanf_internal and __vfwscanf_internal with flags arguments. | Zack Weinberg | 2018-12-05 | 2 | -4/+19 |
* | Use STRFMON_LDBL_IS_DBL instead of __ldbl_is_dbl. | Zack Weinberg | 2018-11-16 | 2 | -25/+17 |
* | Fix libnldbl_nonshared.a references to internal libm symbols (bug 23735). | Joseph Myers | 2018-10-04 | 3 | -1/+50 |
* | Use copysign functions not __copysign functions in glibc libm. | Joseph Myers | 2018-09-27 | 1 | -1/+1 |
* | Add a generic significand implementation | Tulio Magno Quites Machado Filho | 2018-06-20 | 2 | -10/+0 |
* | Add narrowing divide functions. | Joseph Myers | 2018-05-17 | 5 | -2/+61 |
* | Add narrowing multiply functions. | Joseph Myers | 2018-05-16 | 5 | -2/+61 |
* | Do not include math-barriers.h in math_private.h. | Joseph Myers | 2018-05-11 | 1 | -0/+1 |
* | Add narrowing subtract functions. | Joseph Myers | 2018-03-20 | 5 | -2/+62 |
* | nldbl-compat.c: Include math.h before nldbl-compat.h. | Zack Weinberg | 2018-03-11 | 1 | -0/+1 |
* | Don't include math.h/math_private.h in math_ldbl_opt.h. | Zack Weinberg | 2018-03-10 | 1 | -3/+0 |
* | Mechanically remove _IO_ name aliases for types and constants. | Zack Weinberg | 2018-02-21 | 2 | -3/+2 |
* | Add narrowing add functions. | Joseph Myers | 2018-02-10 | 5 | -1/+68 |
* | Add test infrastructure for narrowing libm functions. | Joseph Myers | 2018-02-09 | 2 | -0/+4 |
* | Post-cleanup 2: minimize _G_config.h. | Zack Weinberg | 2018-02-07 | 1 | -6/+7 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2018-01-01 | 25 | -25/+25 |
* | Support _Float64, _Float32x in libm_alias_double. | Joseph Myers | 2017-12-05 | 1 | -1/+18 |
* | Support ldbl-opt libm_alias_double use from .S files. | Joseph Myers | 2017-11-28 | 1 | -1/+1 |
* | Support _Float64x in libm_alias macros. | Joseph Myers | 2017-11-24 | 1 | -6/+17 |
* | Add _Float128 function aliases. | Joseph Myers | 2017-10-18 | 1 | -1/+7 |
* | Fix ldbl-opt/w_lgamma_compatl.c libm_alias_ldouble_other usage. | Joseph Myers | 2017-10-13 | 1 | -5/+0 |
* | Fix ldbl-opt/s_clog10l.c libm_alias_ldouble_other usage. | Joseph Myers | 2017-10-13 | 1 | -3/+3 |
* | Use generic alias macros in ldbl-opt. | Joseph Myers | 2017-10-11 | 4 | -14/+13 |
* | Add libm_alias_*_other_r macros. | Joseph Myers | 2017-10-10 | 2 | -2/+24 |