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