about summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-opt
Commit message (Expand)AuthorAgeFilesLines
* Added Redirects to longdouble error functions [BZ #29033]Sachin Monga2023-05-101-0/+4
* C2x scanf binary constant handlingJoseph Myers2023-03-0224-0/+394
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-0647-47/+47
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-0147-47/+47
* Add fmaximum, fminimum functionsJoseph Myers2021-09-289-1/+219
* Add narrowing fma functionsJoseph Myers2021-09-223-1/+59
* Add narrowing square root functionsJoseph Myers2021-09-103-1/+59
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-032-2/+0
* configure: Replaced obsolete AC_TRY_COMPILENaohiro Tamura2021-06-041-4/+4
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-0235-35/+35
* Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy2020-04-301-1/+1
* Undefine redirections after long double definition on __LDBL_COMPAT [BZ #23294]Tulio Magno Quites Machado Filho2020-02-202-1/+90
* Add a generic scalb implementationTulio Magno Quites Machado Filho2020-02-142-1/+5
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-0134-34/+34
* Do not redirect calls to __GI_* symbols, when redirecting to *ieee128Tulio Magno Quites Machado Filho2019-12-271-0/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-0734-34/+34
* Make totalorder and totalordermag functions take pointer arguments.Joseph Myers2019-08-152-2/+2
* ldbl-opt: Reuse test cases from misc/ that check long doubleGabriel F. T. Gomes2019-03-011-0/+16
* ldbl-opt: Add error and error_at_line (bug 23984)Gabriel F. T. Gomes2019-03-013-0/+26
* ldbl-opt: Add err, errx, verr, verrx, warn, warnx, vwarn, and vwarnx (bug 23984)Gabriel F. T. Gomes2019-03-013-0/+72
* ldbl-opt: Reuse argp tests that print long doubleGabriel F. T. Gomes2019-03-011-0/+10
* ldbl-opt: Add argp_error and argp_failure (bug 23983)Gabriel F. T. Gomes2019-03-013-0/+27
* Use C99-compliant scanf under _GNU_SOURCE with modern compilers.Zack Weinberg2019-01-0314-0/+70
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-0134-34/+34
* Use PRINTF_LDBL_IS_DBL instead of __ldbl_is_dbl.Zack Weinberg2018-12-053-275/+238
* Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319)Zack Weinberg2018-12-051-9/+23
* Add __vsyslog_internal, with same flags as __v*printf_internal.Zack Weinberg2018-12-051-1/+1
* Add __v*printf_internal with flags argumentsZack Weinberg2018-12-051-10/+11
* Use SCANF_LDBL_IS_DBL instead of __ldbl_is_dbl.Zack Weinberg2018-12-051-130/+121
* Add __vfscanf_internal and __vfwscanf_internal with flags arguments.Zack Weinberg2018-12-052-4/+19
* Use STRFMON_LDBL_IS_DBL instead of __ldbl_is_dbl.Zack Weinberg2018-11-162-25/+17
* Fix libnldbl_nonshared.a references to internal libm symbols (bug 23735).Joseph Myers2018-10-043-1/+50
* Use copysign functions not __copysign functions in glibc libm.Joseph Myers2018-09-271-1/+1
* Add a generic significand implementationTulio Magno Quites Machado Filho2018-06-202-10/+0
* Add narrowing divide functions.Joseph Myers2018-05-175-2/+61
* Add narrowing multiply functions.Joseph Myers2018-05-165-2/+61
* Do not include math-barriers.h in math_private.h.Joseph Myers2018-05-111-0/+1
* Add narrowing subtract functions.Joseph Myers2018-03-205-2/+62
* nldbl-compat.c: Include math.h before nldbl-compat.h.Zack Weinberg2018-03-111-0/+1
* Don't include math.h/math_private.h in math_ldbl_opt.h.Zack Weinberg2018-03-101-3/+0
* Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg2018-02-212-3/+2
* Add narrowing add functions.Joseph Myers2018-02-105-1/+68
* Add test infrastructure for narrowing libm functions.Joseph Myers2018-02-092-0/+4
* Post-cleanup 2: minimize _G_config.h.Zack Weinberg2018-02-071-6/+7
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-0125-25/+25
* Support _Float64, _Float32x in libm_alias_double.Joseph Myers2017-12-051-1/+18
* Support ldbl-opt libm_alias_double use from .S files.Joseph Myers2017-11-281-1/+1
* Support _Float64x in libm_alias macros.Joseph Myers2017-11-241-6/+17
* Add _Float128 function aliases.Joseph Myers2017-10-181-1/+7
* Fix ldbl-opt/w_lgamma_compatl.c libm_alias_ldouble_other usage.Joseph Myers2017-10-131-5/+0