| Commit message (Expand) | Author | Age | Files | Lines |
* | Split up endian.h to minimize exposure of BYTE_ORDER. | Alistair Francis | 2019-10-01 | 3 | -6/+6 |
* | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 2019-09-07 | 425 | -425/+425 |
* | Make totalorder and totalordermag functions take pointer arguments. | Joseph Myers | 2019-08-15 | 17 | -52/+344 |
* | math: Use wordsize-64 version for s_logb | Adhemerval Zanella | 2019-07-08 | 2 | -79/+29 |
* | math: Use wordsize-64 version for finite | Adhemerval Zanella | 2019-06-12 | 2 | -58/+7 |
* | math: Use wordsize-64 version for isinf | Adhemerval Zanella | 2019-06-12 | 2 | -43/+6 |
* | math: Use wordsize-64 version for isnan | Adhemerval Zanella | 2019-06-12 | 2 | -51/+6 |
* | Fix -O1 compilation errors with `__ddivl' and `__fdivl' [BZ #19444] | Maciej W. Rozycki | 2019-04-30 | 2 | -0/+24 |
* | 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 |
* | Avoid "inline" after return type in function definitions. | Joseph Myers | 2019-02-06 | 1 | -8/+4 |
* | Fix a few typos in comments | Dmitry V. Levin | 2019-01-12 | 1 | -1/+1 |
* | soft-fp: Properly check _FP_W_TYPE_SIZE [BZ #24066] | H.J. Lu | 2019-01-07 | 8 | -8/+8 |
* | sysdeps/ieee754: prevent maybe-uninitialized errors with -O [BZ #19444] | Martin Jansa | 2019-01-04 | 4 | -0/+14 |
* | 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 | 383 | -383/+383 |
* | x86-64: Vectorize sincosf_poly and update s_sincosf-fma.c | H.J. Lu | 2018-12-26 | 2 | -70/+88 |
* | Fix powf overflow handling in non-nearest rounding mode [BZ #23961] | Szabolcs Nagy | 2018-12-11 | 1 | -0/+12 |
* | 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 |
* | Remove the error handling wrapper from pow | Szabolcs Nagy | 2018-11-21 | 2 | -3/+14 |
* | Remove the error handling wrapper from log2 | Szabolcs Nagy | 2018-11-21 | 2 | -3/+14 |
* | Remove the error handling wrapper from log | Szabolcs Nagy | 2018-11-21 | 2 | -3/+14 |
* | Remove the error handling wrapper from exp and exp2 | Szabolcs Nagy | 2018-11-21 | 4 | -6/+29 |
* | 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 |
* | sysdeps/ieee754/soft-fp: ignore maybe-uninitialized with -O [BZ #19444] | Martin Jansa | 2018-10-02 | 1 | -0/+12 |
* | Remove unnecessary math_private.h includes. | Joseph Myers | 2018-09-28 | 17 | -17/+0 |
* | Use copysign functions not __copysign functions in glibc libm. | Joseph Myers | 2018-09-27 | 39 | -76/+82 |
* | Use round functions not __round functions in glibc libm. | Joseph Myers | 2018-09-27 | 13 | -10/+24 |
* | Use trunc functions not __trunc functions in glibc libm. | Joseph Myers | 2018-09-20 | 11 | -11/+21 |
* | Fix the documentation comment of checkint in powf | Szabolcs Nagy | 2018-09-19 | 1 | -1/+2 |
* | Add new pow implementation | Szabolcs Nagy | 2018-09-19 | 7 | -10611/+564 |
* | Fix ldbl-128ibm ceill, floorl inlining of ceil, floor. | Joseph Myers | 2018-09-18 | 2 | -4/+8 |
* | Use ceil functions not __ceil functions in glibc libm. | Joseph Myers | 2018-09-17 | 12 | -10/+16 |
* | Use rint functions not __rint functions in glibc libm. | Joseph Myers | 2018-09-14 | 13 | -11/+17 |
* | Use floor functions not __floor functions in glibc libm. | Joseph Myers | 2018-09-14 | 22 | -32/+38 |
* | Add new log2 implementation | Szabolcs Nagy | 2018-09-12 | 4 | -244/+360 |
* | Add new log implementation | Szabolcs Nagy | 2018-09-12 | 5 | -3565/+474 |
* | Add new exp and exp2 implementations | Szabolcs Nagy | 2018-09-05 | 11 | -3486/+696 |
* | Move fenv.h soft-float inlines from fenv_private.h to include/fenv.h. | Joseph Myers | 2018-09-04 | 27 | -27/+0 |
* | Do not include fenv_private.h in math_private.h. | Joseph Myers | 2018-09-03 | 71 | -0/+71 |
* | Remove unused math files | Wilco Dijkstra | 2018-08-24 | 7 | -595/+0 |