Age | Commit message (Expand) | Author |
2017-08-28 | Simplify math-svid-compat code. | Joseph Myers |
2017-08-24 | Fix CFLAGS override in sysdeps/ieee754/dbl-64 | Szabolcs Nagy |
2017-08-21 | Fix GCC 7 build of k_standard.c. | Joseph Myers |
2017-08-21 | Obsolete matherr, _LIB_VERSION, libieee.a. | Joseph Myers |
2017-08-03 | Consistently use uintN_t not u_intN_t in libm. | Joseph Myers |
2017-07-21 | Fix cexpl when compiled with latest GCC | Steve Ellcey |
2017-06-30 | float128: Add signbit alternative for old compilers | Gabriel F. T. Gomes |
2017-06-23 | Add libio-mtsafe flags to the build of strfromf128 | Gabriel F. T. Gomes |
2017-06-23 | Optimized version of powf() | Paul Clarke |
2017-06-22 | Support _Float128 in ldbl-96 bits/iscanonical.h. | Joseph Myers |
2017-06-22 | Fix float128_private.h redefinition of SET_RESTORE_ROUNDL. | Joseph Myers |
2017-06-22 | Make float128_private.h work with generic ieee754.h. | Joseph Myers |
2017-06-22 | Fix float128 uses of xlocale.h. | Joseph Myers |
2017-06-20 | Use locale_t, not __locale_t, throughout glibc | Zack Weinberg |
2017-06-20 | Rename xlocale.h to bits/types/__locale_t.h. | Zack Weinberg |
2017-06-12 | float128: Add strtof128, wcstof128, and related functions. | Paul E. Murphy |
2017-06-07 | float128: Add strfromf128 | Gabriel F. T. Gomes |
2017-06-07 | Refactor PRINT_FPHEX_LONG_DOUBLE into a reusable macro | Gabriel F. T. Gomes |
2017-06-07 | float128: Add conversion from float128 to mpn | Gabriel F. T. Gomes |
2017-05-25 | float128: Add wrappers to override ldbl-128 as float128. | Paul E. Murphy |
2017-05-19 | Also create and use ldbl-compat-choose.h. | Joseph Myers |
2017-05-19 | Create and use first-versions.h with macros for function symbol versions. | Joseph Myers |
2017-05-15 | float128: Add private _Float128 declarations for libm. | Paul E. Murphy |
2017-05-09 | float128: Add _Float128 make bits to libm. | Paul E. Murphy |
2017-05-04 | ldbl-128: Use mathx_hidden_def inplace of hidden_def | Paul E. Murphy |
2017-04-10 | Remove unneeded declarations from math_private.h | Gabriel F. T. Gomes |
2017-03-15 | Improve float range reduction accuracy near pi/2 (bug 21094). | Joseph Myers |
2017-03-01 | Narrowing the visibility of libc-internal.h even further. | Zack Weinberg |
2017-02-25 | Allow direct use of math_ldbl.h in testsuite. | Zack Weinberg |
2017-02-17 | Fix lgamma*, log10* and log2* results [BZ #21171] | Tulio Magno Quites Machado Filho |
2017-02-15 | Fix y0 and y1 exception handling for zero input [BZ #21134] | Gabriel F. T. Gomes |
2017-02-12 | ldbl-128: Fix y0 and y1 for -Inf input [BZ #21130] | Gabriel F. T. Gomes |
2017-02-08 | Move w_exp to libm-compat-call-auto | Gabriel F. T. Gomes |
2017-02-08 | Move w_lgamma_r to libm-compat-calls-auto | Gabriel F. T. Gomes |
2017-02-07 | Fix powf inaccuracy (bug 21112). | Joseph Myers |
2017-01-04 | Move wrappers to libm-compat-calls-auto | Gabriel F. T. Gomes |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2016-12-31 | Add fromfp functions. | Joseph Myers |
2016-12-21 | Add roundeven, roundevenf, roundevenl. | Joseph Myers |
2016-12-20 | Add fmaxmag, fminmag functions. | Joseph Myers |
2016-12-16 | Make w_scalbln type-generic | Gabriel F. T. Gomes |
2016-12-14 | Refactor long double information into bits/long-double.h. | Joseph Myers |
2016-12-14 | Make w_log1p type-generic | Gabriel F. T. Gomes |
2016-12-07 | Fix hypot sNaN handling (bug 20940). | Joseph Myers |
2016-12-02 | Fix sysdeps/ieee754 pow handling of sNaN arguments (bug 20916). | Joseph Myers |
2016-12-02 | Fix pow (qNaN, 0) result with -lieee (bug 20919), remove dead parts of wrappers. | Joseph Myers |
2016-12-02 | Add llogb, llogbf, llogbl. | Joseph Myers |
2016-12-01 | Make ldbl-128 getpayload, setpayload functions use _Float128. | Joseph Myers |
2016-11-28 | Make ilogb wrappers type-generic. | Joseph Myers |
2016-11-24 | Add setpayloadsig, setpayloadsigf, setpayloadsigl. | Joseph Myers |