aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-opt
AgeCommit message (Expand)AuthorFilesLines
2024-06-17Convert to autoconf 2.72 (vanilla release, no distribution patches)Andreas K. Hüttel1-5/+7
2024-06-17Implement C23 exp2m1, exp10m1Joseph Myers3-0/+20
2024-06-17Implement C23 log10p1Joseph Myers2-0/+10
2024-06-17Implement C23 logp1Joseph Myers2-1/+2
2024-05-24sysdeps/ieee754/ldbl-opt/Makefile: Split and sort libnldbl-callsH.J. Lu1-42/+233
2024-05-24sysdeps/ieee754/ldbl-opt/Makefile: Remove test-nldbl-redirect-staticH.J. Lu1-1/+0
2024-05-24sysdeps/ieee754/ldbl-opt/Makefile: Split and sort testsH.J. Lu1-10/+18
2024-05-21math: Fix i386 and m68k fmod/fmodf on static build (BZ 31488)Adhemerval Zanella1-2/+2
2024-05-20Implement C23 log2p1Joseph Myers2-1/+11
2024-02-01Rename c2x / gnu2x tests to c23 / gnu23Joseph Myers5-8/+8
2024-02-01Refer to C23 in place of C2X in glibcJoseph Myers1-4/+6
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert47-47/+47
2023-07-17configure: Use autoconf 2.71Siddhesh Poyarekar1-11/+14
2023-07-05Exclude routines from fortificationFrédéric Bérat1-0/+29
2023-05-10Added Redirects to longdouble error functions [BZ #29033]Sachin Monga1-0/+4
2023-03-02C2x scanf binary constant handlingJoseph Myers24-0/+394
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers47-47/+47
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert47-47/+47
2021-09-28Add fmaximum, fminimum functionsJoseph Myers9-1/+219
2021-09-22Add narrowing fma functionsJoseph Myers3-1/+59
2021-09-10Add narrowing square root functionsJoseph Myers3-1/+59
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar2-2/+0
2021-06-04configure: Replaced obsolete AC_TRY_COMPILENaohiro Tamura1-4/+4
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert35-35/+35
2020-04-30Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy1-1/+1
2020-02-20Undefine redirections after long double definition on __LDBL_COMPAT [BZ #23294]Tulio Magno Quites Machado Filho2-1/+90
2020-02-14Add a generic scalb implementationTulio Magno Quites Machado Filho2-1/+5
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