Age | Commit message (Expand) | Author |
2016-03-31 | Increase internal precision of ldbl-128ibm decimal printf [BZ #19853] | Paul E. Murphy |
2016-03-09 | Fix ldbl-128ibm nearbyintl in non-default rounding modes (bug 19790). | Joseph Myers |
2016-03-08 | Fix ldbl-128ibm remainderl equality test for zero low part (bug 19677). | Joseph Myers |
2016-02-19 | Fix ldbl-128ibm nextafterl, nexttowardl sign of zero result (bug 19678). | Joseph Myers |
2016-02-19 | Fix ldbl-128ibm powl overflow handling (bug 19674). | Joseph Myers |
2016-02-19 | Fix ldbl-128ibm remainderl, remquol equality tests (bug 19603). | Joseph Myers |
2016-02-18 | Fix ldbl-128ibm fmodl handling of equal arguments with low part zero (bug 196... | Joseph Myers |
2016-02-18 | Fix ldbl-128ibm fmodl handling of subnormal results (bug 19595). | Joseph Myers |
2016-02-18 | Fix ldbl-128ibm roundl for non-default rounding modes (bug 19594). | Joseph Myers |
2016-02-18 | Fix ldbl-128ibm truncl for non-default rounding modes (bug 19593). | Joseph Myers |
2016-02-18 | Fix ldbl-128ibm ceill for non-default rounding modes (bug 19592). | Joseph Myers |
2016-02-18 | Fix ldbl-128ibm floorl for non-default rounding modes (bug 17899). | Joseph Myers |
2016-01-27 | Remove unused variables | Andreas Schwab |
2016-01-20 | Fix __finitel libm compat symbol version. | Joseph Myers |
2016-01-18 | S/390: Do not raise inexact exception in lrint/lround. [BZ #19486] | Stefan Liebler |
2016-01-15 | Call math_opt_barrier inside if | H.J. Lu |
2016-01-04 | Eliminate redundant sign extensions in pow() | Anton Blanchard |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2015-12-21 | Consolidate sincos computation for 2.426265 < |x| < 105414350 | Siddhesh Poyarekar |
2015-12-21 | Consolidate sin and cos code for 105414350 <|x|< 281474976710656 | Siddhesh Poyarekar |
2015-12-21 | Consolidate range reduction in sincos for x > 281474976710656 | Siddhesh Poyarekar |
2015-12-11 | Fix indentation. | Steve Ellcey |
2015-12-09 | Fix ldbl-128ibm logl inaccuracy near 1 (bug 19351). | Joseph Myers |
2015-12-09 | Fix ldbl-128ibm sinhl spurious overflows (bug 19350). | Joseph Myers |
2015-12-09 | Fix ldbl-128ibm tanhl inaccuracy for small arguments (bug 19349). | Joseph Myers |
2015-12-03 | math: add LDBL_CLASSIFY_COMPAT support | Chris Metcalf |
2015-12-01 | Use hex float constants in sysdeps/ieee754/dbl-64/e_sqrt.c. | Joseph Myers |
2015-11-24 | Refactor strtod parsing of NaN payloads. | Joseph Myers |
2015-11-20 | Fix lgamma setting signgam for ISO C (bug 15421). | Joseph Myers |
2015-11-19 | Shuffle includes in ldbl-128ibm/mpn2ldl.c | Paul Murphy |
2015-11-17 | Include s_sin.c in s_sincos.c | Siddhesh Poyarekar |
2015-11-17 | Remove redundant else clauses in s_sin.c | Siddhesh Poyarekar |
2015-11-13 | Fix ldbl-128ibm strtold overflow handling (bug 14551). | Joseph Myers |
2015-11-03 | Fix dbl-64 remainder sign of zero result (bug 19201). | Joseph Myers |
2015-11-02 | Make nextafter, nexttoward set errno (bug 6799). | Joseph Myers |
2015-10-29 | Fix ldbl-128 log1pl (-qNaN) spurious "invalid" exception (bug 19189). | Joseph Myers |
2015-10-29 | Make drem an alias of remainder (bug 16171). | Joseph Myers |
2015-10-28 | Use C11 *_TRUE_MIN macros where applicable. | Joseph Myers |
2015-10-27 | Remove GCC version conditionals on -Wmaybe-uninitialized pragmas. | Joseph Myers |
2015-10-23 | Fix j1, jn missing errno setting on underflow (bug 18611). | Joseph Myers |
2015-10-21 | Fix ldbl-128 j0l spurious underflows (bug 19156). | Joseph Myers |
2015-10-19 | Convert 231 sysdeps function definitions to prototype style. | Joseph Myers |
2015-10-09 | Fix lrint, llrint, lround, llround missing exceptions for MIPS (bug 16399). | Joseph Myers |
2015-10-09 | Fix dbl-64 lrint for 64-bit long (bug 19095). | Joseph Myers |
2015-10-08 | Fix lrint, llrint missing exceptions close to overflow threshold (bug 19094). | Joseph Myers |
2015-10-07 | Fix lround, llround missing exceptions close to overflow threshold (bug 19088). | Joseph Myers |
2015-10-07 | Fix ldbl-128 lrintl, lroundl missing exceptions for 32-bit long (bug 19085). | Joseph Myers |
2015-10-07 | Use dbl-64/wordsize-64 for MIPS64. | Joseph Myers |
2015-10-07 | Don't use dbl-64/wordsize-64 lround based on llround for ILP32 (bug 19079). | Joseph Myers |
2015-10-06 | Fix ldbl-128ibm expl overflow in non-default rounding modes (bug 19078). | Joseph Myers |