aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-opt
AgeCommit message (Expand)Author
2023-03-02C2x scanf binary constant handlingJoseph Myers
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-09-28Add fmaximum, fminimum functionsJoseph Myers
2021-09-22Add narrowing fma functionsJoseph Myers
2021-09-10Add narrowing square root functionsJoseph Myers
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-06-04configure: Replaced obsolete AC_TRY_COMPILENaohiro Tamura
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-04-30Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy
2020-02-20Undefine redirections after long double definition on __LDBL_COMPAT [BZ #23294]Tulio Magno Quites Machado Filho
2020-02-14Add a generic scalb implementationTulio Magno Quites Machado Filho
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-12-27Do not redirect calls to __GI_* symbols, when redirecting to *ieee128Tulio Magno Quites Machado Filho
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-08-15Make totalorder and totalordermag functions take pointer arguments.Joseph Myers
2019-03-01ldbl-opt: Reuse test cases from misc/ that check long doubleGabriel F. T. Gomes
2019-03-01ldbl-opt: Add error and error_at_line (bug 23984)Gabriel F. T. Gomes
2019-03-01ldbl-opt: Add err, errx, verr, verrx, warn, warnx, vwarn, and vwarnx (bug 23984)Gabriel F. T. Gomes
2019-03-01ldbl-opt: Reuse argp tests that print long doubleGabriel F. T. Gomes
2019-03-01ldbl-opt: Add argp_error and argp_failure (bug 23983)Gabriel F. T. Gomes
2019-01-03Use C99-compliant scanf under _GNU_SOURCE with modern compilers.Zack Weinberg
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-12-05Use PRINTF_LDBL_IS_DBL instead of __ldbl_is_dbl.Zack Weinberg
2018-12-05Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319)Zack Weinberg
2018-12-05Add __vsyslog_internal, with same flags as __v*printf_internal.Zack Weinberg
2018-12-05Add __v*printf_internal with flags argumentsZack Weinberg
2018-12-05Use SCANF_LDBL_IS_DBL instead of __ldbl_is_dbl.Zack Weinberg
2018-12-05Add __vfscanf_internal and __vfwscanf_internal with flags arguments.Zack Weinberg
2018-11-16Use STRFMON_LDBL_IS_DBL instead of __ldbl_is_dbl.Zack Weinberg
2018-10-04Fix libnldbl_nonshared.a references to internal libm symbols (bug 23735).Joseph Myers
2018-09-27Use copysign functions not __copysign functions in glibc libm.Joseph Myers
2018-06-20Add a generic significand implementationTulio Magno Quites Machado Filho
2018-05-17Add narrowing divide functions.Joseph Myers
2018-05-16Add narrowing multiply functions.Joseph Myers
2018-05-11Do not include math-barriers.h in math_private.h.Joseph Myers
2018-03-20Add narrowing subtract functions.Joseph Myers
2018-03-11nldbl-compat.c: Include math.h before nldbl-compat.h.Zack Weinberg
2018-03-10Don't include math.h/math_private.h in math_ldbl_opt.h.Zack Weinberg
2018-02-21Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg
2018-02-10Add narrowing add functions.Joseph Myers
2018-02-09Add test infrastructure for narrowing libm functions.Joseph Myers
2018-02-07Post-cleanup 2: minimize _G_config.h.Zack Weinberg
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-05Support _Float64, _Float32x in libm_alias_double.Joseph Myers
2017-11-28Support ldbl-opt libm_alias_double use from .S files.Joseph Myers
2017-11-24Support _Float64x in libm_alias macros.Joseph Myers
2017-10-18Add _Float128 function aliases.Joseph Myers
2017-10-13Fix ldbl-opt/w_lgamma_compatl.c libm_alias_ldouble_other usage.Joseph Myers
2017-10-13Fix ldbl-opt/s_clog10l.c libm_alias_ldouble_other usage.Joseph Myers