Age | Commit message (Expand) | Author |
2019-11-27 | ldbl-128ibm-compat: Add syslog functions | Gabriel F. T. Gomes |
2019-11-27 | ldbl-128ibm-compat: Add obstack printing functions | Gabriel F. T. Gomes |
2019-11-27 | ldbl-128ibm-compat: Reuse tests for err.h and error.h functions | Gabriel F. T. Gomes |
2019-11-27 | ldbl-128ibm-compat: Add error.h functions | Gabriel F. T. Gomes |
2019-11-27 | ldbl-128ibm-compat: Add err.h functions | Gabriel F. T. Gomes |
2019-11-27 | ldbl-128ibm-compat: Add argp_error and argp_failure | Gabriel F. T. Gomes |
2019-11-22 | ldbl-128ibm-compat: Add wide character scanning functions | Gabriel F. T. Gomes |
2019-11-22 | ldbl-128ibm-compat: Add regular character scanning functions | Gabriel F. T. Gomes |
2019-11-22 | ldbl-128ibm-compat: Test positional arguments | Gabriel F. T. Gomes |
2019-11-22 | ldbl-128ibm-compat: Test double values | Gabriel F. T. Gomes |
2019-11-22 | ldbl-128ibm-compat: Add wide character, fortified printing functions | Gabriel F. T. Gomes |
2019-11-22 | ldbl-128ibm-compat: Add regular character, fortified printing functions | Gabriel F. T. Gomes |
2019-11-22 | ldbl-128ibm-compat: Add wide character printing functions | Gabriel F. T. Gomes |
2019-11-22 | ldbl-128ibm-compat: Add regular character printing functions | Gabriel F. T. Gomes |
2019-11-22 | Remove duplicate inline implementation of issignalingf | Paul A. Clarke |
2019-10-01 | Split up endian.h to minimize exposure of BYTE_ORDER. | Alistair Francis |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert |
2019-08-15 | Make totalorder and totalordermag functions take pointer arguments. | Joseph Myers |
2019-07-08 | math: Use wordsize-64 version for s_logb | Adhemerval Zanella |
2019-06-12 | math: Use wordsize-64 version for finite | Adhemerval Zanella |
2019-06-12 | math: Use wordsize-64 version for isinf | Adhemerval Zanella |
2019-06-12 | math: Use wordsize-64 version for isnan | Adhemerval Zanella |
2019-04-30 | Fix -O1 compilation errors with `__ddivl' and `__fdivl' [BZ #19444] | Maciej W. Rozycki |
2019-03-01 | ldbl-opt: Reuse test cases from misc/ that check long double | Gabriel F. T. Gomes |
2019-03-01 | ldbl-opt: Add error and error_at_line (bug 23984) | Gabriel F. T. Gomes |
2019-03-01 | ldbl-opt: Add err, errx, verr, verrx, warn, warnx, vwarn, and vwarnx (bug 23984) | Gabriel F. T. Gomes |
2019-03-01 | ldbl-opt: Reuse argp tests that print long double | Gabriel F. T. Gomes |
2019-03-01 | ldbl-opt: Add argp_error and argp_failure (bug 23983) | Gabriel F. T. Gomes |
2019-02-06 | Avoid "inline" after return type in function definitions. | Joseph Myers |
2019-01-12 | Fix a few typos in comments | Dmitry V. Levin |
2019-01-07 | soft-fp: Properly check _FP_W_TYPE_SIZE [BZ #24066] | H.J. Lu |
2019-01-04 | sysdeps/ieee754: prevent maybe-uninitialized errors with -O [BZ #19444] | Martin Jansa |
2019-01-03 | Use C99-compliant scanf under _GNU_SOURCE with modern compilers. | Zack Weinberg |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2018-12-26 | x86-64: Vectorize sincosf_poly and update s_sincosf-fma.c | H.J. Lu |
2018-12-11 | Fix powf overflow handling in non-nearest rounding mode [BZ #23961] | Szabolcs Nagy |
2018-12-05 | Use PRINTF_LDBL_IS_DBL instead of __ldbl_is_dbl. | Zack Weinberg |
2018-12-05 | Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319) | Zack Weinberg |
2018-12-05 | Add __vsyslog_internal, with same flags as __v*printf_internal. | Zack Weinberg |
2018-12-05 | Add __v*printf_internal with flags arguments | Zack Weinberg |
2018-12-05 | Use SCANF_LDBL_IS_DBL instead of __ldbl_is_dbl. | Zack Weinberg |
2018-12-05 | Add __vfscanf_internal and __vfwscanf_internal with flags arguments. | Zack Weinberg |
2018-11-21 | Remove the error handling wrapper from pow | Szabolcs Nagy |
2018-11-21 | Remove the error handling wrapper from log2 | Szabolcs Nagy |
2018-11-21 | Remove the error handling wrapper from log | Szabolcs Nagy |
2018-11-21 | Remove the error handling wrapper from exp and exp2 | Szabolcs Nagy |
2018-11-16 | Use STRFMON_LDBL_IS_DBL instead of __ldbl_is_dbl. | Zack Weinberg |
2018-10-04 | Fix libnldbl_nonshared.a references to internal libm symbols (bug 23735). | Joseph Myers |
2018-10-02 | sysdeps/ieee754/soft-fp: ignore maybe-uninitialized with -O [BZ #19444] | Martin Jansa |
2018-09-28 | Remove unnecessary math_private.h includes. | Joseph Myers |