Age | Commit message (Expand) | Author | Files | Lines |
2024-06-17 | Convert to autoconf 2.72 (vanilla release, no distribution patches) | Andreas K. Hüttel | 1 | -5/+7 |
2024-06-17 | Implement C23 exp2m1, exp10m1 | Joseph Myers | 3 | -0/+20 |
2024-06-17 | Implement C23 log10p1 | Joseph Myers | 2 | -0/+10 |
2024-06-17 | Implement C23 logp1 | Joseph Myers | 2 | -1/+2 |
2024-05-24 | sysdeps/ieee754/ldbl-opt/Makefile: Split and sort libnldbl-calls | H.J. Lu | 1 | -42/+233 |
2024-05-24 | sysdeps/ieee754/ldbl-opt/Makefile: Remove test-nldbl-redirect-static | H.J. Lu | 1 | -1/+0 |
2024-05-24 | sysdeps/ieee754/ldbl-opt/Makefile: Split and sort tests | H.J. Lu | 1 | -10/+18 |
2024-05-21 | math: Fix i386 and m68k fmod/fmodf on static build (BZ 31488) | Adhemerval Zanella | 1 | -2/+2 |
2024-05-20 | Implement C23 log2p1 | Joseph Myers | 2 | -1/+11 |
2024-02-01 | Rename c2x / gnu2x tests to c23 / gnu23 | Joseph Myers | 5 | -8/+8 |
2024-02-01 | Refer to C23 in place of C2X in glibc | Joseph Myers | 1 | -4/+6 |
2024-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 47 | -47/+47 |
2023-07-17 | configure: Use autoconf 2.71 | Siddhesh Poyarekar | 1 | -11/+14 |
2023-07-05 | Exclude routines from fortification | Frédéric Bérat | 1 | -0/+29 |
2023-05-10 | Added Redirects to longdouble error functions [BZ #29033] | Sachin Monga | 1 | -0/+4 |
2023-03-02 | C2x scanf binary constant handling | Joseph Myers | 24 | -0/+394 |
2023-01-06 | Update copyright dates with scripts/update-copyrights | Joseph Myers | 47 | -47/+47 |
2022-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 47 | -47/+47 |
2021-09-28 | Add fmaximum, fminimum functions | Joseph Myers | 9 | -1/+219 |
2021-09-22 | Add narrowing fma functions | Joseph Myers | 3 | -1/+59 |
2021-09-10 | Add narrowing square root functions | Joseph Myers | 3 | -1/+59 |
2021-09-03 | Remove "Contributed by" lines | Siddhesh Poyarekar | 2 | -2/+0 |
2021-06-04 | configure: Replaced obsolete AC_TRY_COMPILE | Naohiro Tamura | 1 | -4/+4 |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 35 | -35/+35 |
2020-04-30 | Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABI | Paul E. Murphy | 1 | -1/+1 |
2020-02-20 | Undefine redirections after long double definition on __LDBL_COMPAT [BZ #23294] | Tulio Magno Quites Machado Filho | 2 | -1/+90 |
2020-02-14 | Add a generic scalb implementation | Tulio Magno Quites Machado Filho | 2 | -1/+5 |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 34 | -34/+34 |
2019-12-27 | Do not redirect calls to __GI_* symbols, when redirecting to *ieee128 | Tulio Magno Quites Machado Filho | 1 | -0/+1 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 34 | -34/+34 |
2019-08-15 | Make totalorder and totalordermag functions take pointer arguments. | Joseph Myers | 2 | -2/+2 |
2019-03-01 | ldbl-opt: Reuse test cases from misc/ that check long double | Gabriel F. T. Gomes | 1 | -0/+16 |
2019-03-01 | ldbl-opt: Add error and error_at_line (bug 23984) | Gabriel F. T. Gomes | 3 | -0/+26 |
2019-03-01 | ldbl-opt: Add err, errx, verr, verrx, warn, warnx, vwarn, and vwarnx (bug 23984) | Gabriel F. T. Gomes | 3 | -0/+72 |
2019-03-01 | ldbl-opt: Reuse argp tests that print long double | Gabriel F. T. Gomes | 1 | -0/+10 |
2019-03-01 | ldbl-opt: Add argp_error and argp_failure (bug 23983) | Gabriel F. T. Gomes | 3 | -0/+27 |
2019-01-03 | Use C99-compliant scanf under _GNU_SOURCE with modern compilers. | Zack Weinberg | 14 | -0/+70 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 34 | -34/+34 |
2018-12-05 | Use PRINTF_LDBL_IS_DBL instead of __ldbl_is_dbl. | Zack Weinberg | 3 | -275/+238 |
2018-12-05 | Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319) | Zack Weinberg | 1 | -9/+23 |
2018-12-05 | Add __vsyslog_internal, with same flags as __v*printf_internal. | Zack Weinberg | 1 | -1/+1 |
2018-12-05 | Add __v*printf_internal with flags arguments | Zack Weinberg | 1 | -10/+11 |
2018-12-05 | Use SCANF_LDBL_IS_DBL instead of __ldbl_is_dbl. | Zack Weinberg | 1 | -130/+121 |
2018-12-05 | Add __vfscanf_internal and __vfwscanf_internal with flags arguments. | Zack Weinberg | 2 | -4/+19 |
2018-11-16 | Use STRFMON_LDBL_IS_DBL instead of __ldbl_is_dbl. | Zack Weinberg | 2 | -25/+17 |
2018-10-04 | Fix libnldbl_nonshared.a references to internal libm symbols (bug 23735). | Joseph Myers | 3 | -1/+50 |
2018-09-27 | Use copysign functions not __copysign functions in glibc libm. | Joseph Myers | 1 | -1/+1 |
2018-06-20 | Add a generic significand implementation | Tulio Magno Quites Machado Filho | 2 | -10/+0 |
2018-05-17 | Add narrowing divide functions. | Joseph Myers | 5 | -2/+61 |
2018-05-16 | Add narrowing multiply functions. | Joseph Myers | 5 | -2/+61 |