| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert to autoconf 2.72 (vanilla release, no distribution patches) | Andreas K. Hüttel | 2024-06-17 | 1 | -5/+7 |
* | Implement C23 exp2m1, exp10m1 | Joseph Myers | 2024-06-17 | 3 | -0/+20 |
* | Implement C23 log10p1 | Joseph Myers | 2024-06-17 | 2 | -0/+10 |
* | Implement C23 logp1 | Joseph Myers | 2024-06-17 | 2 | -1/+2 |
* | sysdeps/ieee754/ldbl-opt/Makefile: Split and sort libnldbl-calls | H.J. Lu | 2024-05-24 | 1 | -42/+233 |
* | sysdeps/ieee754/ldbl-opt/Makefile: Remove test-nldbl-redirect-static | H.J. Lu | 2024-05-24 | 1 | -1/+0 |
* | sysdeps/ieee754/ldbl-opt/Makefile: Split and sort tests | H.J. Lu | 2024-05-24 | 1 | -10/+18 |
* | math: Fix i386 and m68k fmod/fmodf on static build (BZ 31488) | Adhemerval Zanella | 2024-05-21 | 1 | -2/+2 |
* | Implement C23 log2p1 | Joseph Myers | 2024-05-20 | 2 | -1/+11 |
* | Rename c2x / gnu2x tests to c23 / gnu23 | Joseph Myers | 2024-02-01 | 5 | -8/+8 |
* | Refer to C23 in place of C2X in glibc | Joseph Myers | 2024-02-01 | 1 | -4/+6 |
* | Update copyright dates with scripts/update-copyrights | Paul Eggert | 2024-01-01 | 47 | -47/+47 |
* | configure: Use autoconf 2.71 | Siddhesh Poyarekar | 2023-07-17 | 1 | -11/+14 |
* | Exclude routines from fortification | Frédéric Bérat | 2023-07-05 | 1 | -0/+29 |
* | Added Redirects to longdouble error functions [BZ #29033] | Sachin Monga | 2023-05-10 | 1 | -0/+4 |
* | C2x scanf binary constant handling | Joseph Myers | 2023-03-02 | 24 | -0/+394 |
* | Update copyright dates with scripts/update-copyrights | Joseph Myers | 2023-01-06 | 47 | -47/+47 |
* | 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 |