| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use GCC builtins for trunc functions if desired. | Stefan Liebler | 2019-12-11 | 4 | -0/+21 |
* | Use GCC builtins for ceil functions if desired. | Stefan Liebler | 2019-12-11 | 4 | -1/+21 |
* | Use GCC builtins for floor functions if desired. | Stefan Liebler | 2019-12-11 | 4 | -0/+21 |
* | Use GCC builtins for rint functions if desired. | Stefan Liebler | 2019-12-11 | 4 | -18/+36 |
* | Use GCC builtins for nearbyint functions if desired. | Stefan Liebler | 2019-12-11 | 4 | -18/+37 |
* | Always use wordsize-64 version of s_round.c. | Stefan Liebler | 2019-12-11 | 2 | -93/+12 |
* | Always use wordsize-64 version of s_trunc.c. | Stefan Liebler | 2019-12-11 | 2 | -70/+10 |
* | Always use wordsize-64 version of s_ceil.c. | Stefan Liebler | 2019-12-11 | 2 | -93/+18 |
* | Always use wordsize-64 version of s_floor.c. | Stefan Liebler | 2019-12-11 | 2 | -122/+43 |
* | Always use wordsize-64 version of s_rint.c. | Stefan Liebler | 2019-12-11 | 2 | -74/+16 |
* | Always use wordsize-64 version of s_nearbyint.c. | Stefan Liebler | 2019-12-11 | 2 | -87/+16 |
* | ldbl-128ibm-compat: Add tests for strfroml, strtold, and wcstold | Gabriel F. T. Gomes | 2019-12-03 | 7 | -0/+103 |
* | ldbl-128ibm-compat: Add tests for strfmon and strfmon_l | Gabriel F. T. Gomes | 2019-12-03 | 4 | -0/+67 |
* | ldbl-128ibm-compat: Add strfmon_l with IEEE long double format | Rajalakshmi Srinivasaraghavan | 2019-12-03 | 4 | -0/+85 |
* | ldbl-128ibm-compat: Replace http with https in new files | Gabriel F. T. Gomes | 2019-12-03 | 63 | -63/+63 |
* | ldbl-128ibm-compat: Add syslog functions | Gabriel F. T. Gomes | 2019-11-27 | 10 | -1/+163 |
* | ldbl-128ibm-compat: Add obstack printing functions | Gabriel F. T. Gomes | 2019-11-27 | 12 | -1/+209 |
* | ldbl-128ibm-compat: Reuse tests for err.h and error.h functions | Gabriel F. T. Gomes | 2019-11-27 | 1 | -0/+15 |
* | ldbl-128ibm-compat: Add error.h functions | Gabriel F. T. Gomes | 2019-11-27 | 3 | -1/+56 |
* | ldbl-128ibm-compat: Add err.h functions | Gabriel F. T. Gomes | 2019-11-27 | 3 | -0/+106 |
* | ldbl-128ibm-compat: Add argp_error and argp_failure | Gabriel F. T. Gomes | 2019-11-27 | 3 | -0/+59 |
* | ldbl-128ibm-compat: Add wide character scanning functions | Gabriel F. T. Gomes | 2019-11-22 | 11 | -1/+248 |
* | ldbl-128ibm-compat: Add regular character scanning functions | Gabriel F. T. Gomes | 2019-11-22 | 13 | -3/+421 |
* | ldbl-128ibm-compat: Test positional arguments | Gabriel F. T. Gomes | 2019-11-22 | 4 | -4/+38 |
* | ldbl-128ibm-compat: Test double values | Gabriel F. T. Gomes | 2019-11-22 | 4 | -110/+117 |
* | ldbl-128ibm-compat: Add wide character, fortified printing functions | Gabriel F. T. Gomes | 2019-11-22 | 13 | -1/+357 |
* | ldbl-128ibm-compat: Add regular character, fortified printing functions | Gabriel F. T. Gomes | 2019-11-22 | 19 | -0/+649 |
* | ldbl-128ibm-compat: Add wide character printing functions | Gabriel F. T. Gomes | 2019-11-22 | 11 | -1/+321 |
* | ldbl-128ibm-compat: Add regular character printing functions | Gabriel F. T. Gomes | 2019-11-22 | 17 | -1/+603 |
* | Remove duplicate inline implementation of issignalingf | Paul A. Clarke | 2019-11-22 | 2 | -11/+2 |
* | 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 |