aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-opt
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers34-34/+34
2019-12-27Do not redirect calls to __GI_* symbols, when redirecting to *ieee128Tulio Magno Quites Machado Filho1-0/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert34-34/+34
2019-08-15Make totalorder and totalordermag functions take pointer arguments.Joseph Myers2-2/+2
2019-03-01ldbl-opt: Reuse test cases from misc/ that check long doubleGabriel F. T. Gomes1-0/+16
2019-03-01ldbl-opt: Add error and error_at_line (bug 23984)Gabriel F. T. Gomes3-0/+26
2019-03-01ldbl-opt: Add err, errx, verr, verrx, warn, warnx, vwarn, and vwarnx (bug 23984)Gabriel F. T. Gomes3-0/+72
2019-03-01ldbl-opt: Reuse argp tests that print long doubleGabriel F. T. Gomes1-0/+10
2019-03-01ldbl-opt: Add argp_error and argp_failure (bug 23983)Gabriel F. T. Gomes3-0/+27
2019-01-03Use C99-compliant scanf under _GNU_SOURCE with modern compilers.Zack Weinberg14-0/+70
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers34-34/+34
2018-12-05Use PRINTF_LDBL_IS_DBL instead of __ldbl_is_dbl.Zack Weinberg3-275/+238
2018-12-05Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319)Zack Weinberg1-9/+23
2018-12-05Add __vsyslog_internal, with same flags as __v*printf_internal.Zack Weinberg1-1/+1
2018-12-05Add __v*printf_internal with flags argumentsZack Weinberg1-10/+11
2018-12-05Use SCANF_LDBL_IS_DBL instead of __ldbl_is_dbl.Zack Weinberg1-130/+121
2018-12-05Add __vfscanf_internal and __vfwscanf_internal with flags arguments.Zack Weinberg2-4/+19
2018-11-16Use STRFMON_LDBL_IS_DBL instead of __ldbl_is_dbl.Zack Weinberg2-25/+17
2018-10-04Fix libnldbl_nonshared.a references to internal libm symbols (bug 23735).Joseph Myers3-1/+50
2018-09-27Use copysign functions not __copysign functions in glibc libm.Joseph Myers1-1/+1
2018-06-20Add a generic significand implementationTulio Magno Quites Machado Filho2-10/+0
2018-05-17Add narrowing divide functions.Joseph Myers5-2/+61
2018-05-16Add narrowing multiply functions.Joseph Myers5-2/+61
2018-05-11Do not include math-barriers.h in math_private.h.Joseph Myers1-0/+1
2018-03-20Add narrowing subtract functions.Joseph Myers5-2/+62
2018-03-11nldbl-compat.c: Include math.h before nldbl-compat.h.Zack Weinberg1-0/+1
2018-03-10Don't include math.h/math_private.h in math_ldbl_opt.h.Zack Weinberg1-3/+0
2018-02-21Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg2-3/+2
2018-02-10Add narrowing add functions.Joseph Myers5-1/+68
2018-02-09Add test infrastructure for narrowing libm functions.Joseph Myers2-0/+4
2018-02-07Post-cleanup 2: minimize _G_config.h.Zack Weinberg1-6/+7
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers25-25/+25
2017-12-05Support _Float64, _Float32x in libm_alias_double.Joseph Myers1-1/+18
2017-11-28Support ldbl-opt libm_alias_double use from .S files.Joseph Myers1-1/+1
2017-11-24Support _Float64x in libm_alias macros.Joseph Myers1-6/+17
2017-10-18Add _Float128 function aliases.Joseph Myers1-1/+7
2017-10-13Fix ldbl-opt/w_lgamma_compatl.c libm_alias_ldouble_other usage.Joseph Myers1-5/+0
2017-10-13Fix ldbl-opt/s_clog10l.c libm_alias_ldouble_other usage.Joseph Myers1-3/+3
2017-10-11Use generic alias macros in ldbl-opt.Joseph Myers4-14/+13
2017-10-10Add libm_alias_*_other_r macros.Joseph Myers2-2/+24
2017-10-09Use generic macros for lgamma_r function aliases.Joseph Myers2-12/+0
2017-10-09Remove ldbl-opt w_scalbln.c.Joseph Myers1-5/+0
2017-10-04Use libm_alias_double for dbl-64 fma.Joseph Myers1-5/+0
2017-10-03Use libm_alias_double for dbl-64 modf.Joseph Myers1-5/+1
2017-10-03Use libm_alias_double for dbl-64 logb.Joseph Myers1-5/+0
2017-10-03Use libm_alias_double for dbl-64 frexp.Joseph Myers1-5/+1
2017-10-03Use libm_alias_double for more dbl-64 functions.Joseph Myers9-45/+0
2017-10-02Use libm_alias_double for dbl-64 atan, tan.Joseph Myers2-10/+0
2017-09-29Use libm_alias_double for some dbl-64 functions.Joseph Myers11-66/+1
2017-09-18Fix powerpc64le problem from last ldbl-opt patch.Joseph Myers2-0/+16