summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-opt
Commit message (Expand)AuthorAgeFilesLines
* Use C99-compliant scanf under _GNU_SOURCE with modern compilers.zack/c99-compliant-scanfZack Weinberg2018-12-2514-0/+70
* Use PRINTF_LDBL_IS_DBL instead of __ldbl_is_dbl.Zack Weinberg2018-12-053-275/+238
* Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319)Zack Weinberg2018-12-051-9/+23
* Add __vsyslog_internal, with same flags as __v*printf_internal.Zack Weinberg2018-12-051-1/+1
* Add __v*printf_internal with flags argumentsZack Weinberg2018-12-051-10/+11
* Use SCANF_LDBL_IS_DBL instead of __ldbl_is_dbl.Zack Weinberg2018-12-051-130/+121
* Add __vfscanf_internal and __vfwscanf_internal with flags arguments.Zack Weinberg2018-12-052-4/+19
* Use STRFMON_LDBL_IS_DBL instead of __ldbl_is_dbl.Zack Weinberg2018-11-162-25/+17
* Fix libnldbl_nonshared.a references to internal libm symbols (bug 23735).Joseph Myers2018-10-043-1/+50
* Use copysign functions not __copysign functions in glibc libm.Joseph Myers2018-09-271-1/+1
* Add a generic significand implementationTulio Magno Quites Machado Filho2018-06-202-10/+0
* Add narrowing divide functions.Joseph Myers2018-05-175-2/+61
* Add narrowing multiply functions.Joseph Myers2018-05-165-2/+61
* Do not include math-barriers.h in math_private.h.Joseph Myers2018-05-111-0/+1
* Add narrowing subtract functions.Joseph Myers2018-03-205-2/+62
* nldbl-compat.c: Include math.h before nldbl-compat.h.Zack Weinberg2018-03-111-0/+1
* Don't include math.h/math_private.h in math_ldbl_opt.h.Zack Weinberg2018-03-101-3/+0
* Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg2018-02-212-3/+2
* Add narrowing add functions.Joseph Myers2018-02-105-1/+68
* Add test infrastructure for narrowing libm functions.Joseph Myers2018-02-092-0/+4
* Post-cleanup 2: minimize _G_config.h.Zack Weinberg2018-02-071-6/+7
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-0125-25/+25
* Support _Float64, _Float32x in libm_alias_double.Joseph Myers2017-12-051-1/+18
* Support ldbl-opt libm_alias_double use from .S files.Joseph Myers2017-11-281-1/+1
* Support _Float64x in libm_alias macros.Joseph Myers2017-11-241-6/+17
* Add _Float128 function aliases.Joseph Myers2017-10-181-1/+7
* Fix ldbl-opt/w_lgamma_compatl.c libm_alias_ldouble_other usage.Joseph Myers2017-10-131-5/+0
* Fix ldbl-opt/s_clog10l.c libm_alias_ldouble_other usage.Joseph Myers2017-10-131-3/+3
* Use generic alias macros in ldbl-opt.Joseph Myers2017-10-114-14/+13
* Add libm_alias_*_other_r macros.Joseph Myers2017-10-102-2/+24
* Use generic macros for lgamma_r function aliases.Joseph Myers2017-10-092-12/+0
* Remove ldbl-opt w_scalbln.c.Joseph Myers2017-10-091-5/+0
* Use libm_alias_double for dbl-64 fma.Joseph Myers2017-10-041-5/+0
* Use libm_alias_double for dbl-64 modf.Joseph Myers2017-10-031-5/+1
* Use libm_alias_double for dbl-64 logb.Joseph Myers2017-10-031-5/+0
* Use libm_alias_double for dbl-64 frexp.Joseph Myers2017-10-031-5/+1
* Use libm_alias_double for more dbl-64 functions.Joseph Myers2017-10-039-45/+0
* Use libm_alias_double for dbl-64 atan, tan.Joseph Myers2017-10-022-10/+0
* Use libm_alias_double for some dbl-64 functions.Joseph Myers2017-09-2911-66/+1
* Fix powerpc64le problem from last ldbl-opt patch.Joseph Myers2017-09-182-0/+16
* Use libm_alias_ldouble in math/.Joseph Myers2017-09-1822-143/+0
* Use libm_alias_double in math/.Joseph Myers2017-09-1522-103/+0
* Define and use libm_alias_ldouble.Joseph Myers2017-09-132-38/+41
* Move exp compat wrappers under math/Szabolcs Nagy2017-09-132-1/+8
* Clear up log1p, ldexp, scalbn, scalbln compat handling.Joseph Myers2017-09-137-40/+10
* Define and use libm_alias_double.Joseph Myers2017-09-135-18/+58
* Prefer new libm function wrappers for !LIBM_SVID_COMPAT.Joseph Myers2017-09-0521-3/+45
* Obsolete pow10 functions.Joseph Myers2017-09-014-12/+18
* Consistently use uintN_t not u_intN_t in libm.Joseph Myers2017-08-031-2/+2
* Use locale_t, not __locale_t, throughout glibcZack Weinberg2017-06-204-6/+6