| Commit message (Expand) | Author | Age | Files | Lines |
* | [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases | Thomas Schwinge | 2013-08-29 | 2 | -5/+23 |
* | Fix cproj handling of (finite, NaN) arguments (bug 15531). | Joseph Myers | 2013-08-20 | 1 | -3/+1 |
* | Fix leading whitespaces. | Ondrej Bilka | 2013-06-06 | 5 | -23/+23 |
* | Remove trailing whitespace. | Joseph Myers | 2013-06-05 | 5 | -11/+11 |
* | Fix nearbyint scheduling of arithmetic past fesetenv (bug 15490). | Joseph Myers | 2013-05-19 | 1 | -0/+5 |
* | Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). | Ryan S. Arnold | 2013-05-16 | 1 | -0/+1 |
* | Fix ldbl-128ibm cos range reduction near pi/2 (bug 15359). | Joseph Myers | 2013-05-09 | 1 | -5/+5 |
* | Improve tgamma accuracy (bugs 2546, 2560, 5159, 15426). | Joseph Myers | 2013-05-08 | 2 | -5/+181 |
* | New <math.h> macro named issignaling to check for a signaling NaN (sNaN). | Thomas Schwinge | 2013-04-02 | 1 | -0/+45 |
* | Fix e_logl (128ibm) spurious underflow | Adhemerval Zanella | 2013-03-28 | 1 | -2/+11 |
* | BZ#13889: expl (709.75) wrongly overflows for ldbl-128ibm | Adhemerval Zanella | 2013-03-22 | 2 | -6/+24 |
* | PowerPC: unify math_ldbl.h implementations | Adhemerval Zanella | 2013-03-08 | 1 | -2/+8 |
* | BZ #15055: Use __ieee754_sqrl in acoshl for lbdl-128ibm | Adhemerval Zanella | 2013-03-04 | 1 | -1/+1 |
* | Revert "sysdeps/ieee754/ldbl-128ibm/e_expl.c" | Andreas Schwab | 2013-01-10 | 2 | -64/+16 |
* | sysdeps/ieee754/ldbl-128ibm/e_expl.c | Andreas Schwab | 2013-01-10 | 2 | -16/+64 |
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 33 | -34/+33 |
* | Add script to update copyright notices and reformat some to facilitate its use. | Joseph Myers | 2013-01-01 | 3 | -5/+3 |
* | Include stdlib.h in sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c. | Joseph Myers | 2012-12-05 | 1 | -0/+1 |
* | Fix ldbl-128ibm "set but not used" warnings. | Joseph Myers | 2012-12-04 | 5 | -5/+9 |
* | Fix powl inaccuracy for ldbl-128ibm (bug 14914). | Joseph Myers | 2012-12-04 | 1 | -7/+7 |
* | Fix ldbl-128ibm atanl spurious underflows (bug 14871). | Joseph Myers | 2012-11-22 | 1 | -0/+16 |
* | Fix sign of inexact zero results for ldbl-128ibm fmal. | Joseph Myers | 2012-11-22 | 1 | -1/+7 |
* | Fix ldbl-128ibm powl spurious underflows. | Joseph Myers | 2012-11-22 | 1 | -1/+5 |
* | Fix ldbl-128ibm hypotl internal underflows (bug 14869). | Joseph Myers | 2012-11-22 | 1 | -1/+1 |
* | Fix ldbl-128ibm hypotl inaccuracy for arguments with large ratio (bug 14868). | Joseph Myers | 2012-11-22 | 1 | -1/+1 |
* | Fix expm1l spurious underflows for ldbl-128ibm. | Joseph Myers | 2012-11-22 | 1 | -1/+1 |
* | Fix ldbl-128ibm atan2l for x near 1. | Joseph Myers | 2012-10-31 | 1 | -1/+2 |
* | Fix inaccuracy of clog, clog10 near |z| = 1 (bug 13629). | Joseph Myers | 2012-09-25 | 1 | -0/+128 |
* | Set up errno properly for yn. | Marek Polacek | 2012-07-25 | 1 | -0/+4 |
* | Fix ctan, ctanh of subnormals in round-upwards mode (bug 14328). | Adhemerval Zanella | 2012-07-11 | 2 | -22/+50 |
* | Fix for wrong ldbl128-ibm fmodl commit | Adhemerval Zanella | 2012-06-05 | 1 | -2/+2 |
* | Fix spurious undeflow for ldbl-128ibm erfl | Adhemerval Zanella | 2012-06-05 | 1 | -3/+18 |
* | Fix ldbl128ibm fmodl for subnormals. | Adhemerval Zanella | 2012-06-05 | 2 | -18/+19 |
* | Optimize handling of denormals in logb/logbf/logbl | Andreas Schwab | 2012-05-26 | 1 | -5/+2 |
* | Fix for logb/logbf/logbl (bugs 13954/13955/13956) | Adhemerval Zanella | 2012-05-10 | 1 | -14/+21 |
* | Fix exp10 inaccuracy and exceptions (bugs 13884, 13914). | Joseph Myers | 2012-05-06 | 1 | -0/+46 |
* | Fix for ldbl-128ibm acosl/asinl inaccuracies | Adhemerval Zanella | 2012-05-04 | 2 | -40/+28 |
* | Fix nexttoward bugs | Adhemerval Zanella | 2012-05-02 | 1 | -10/+2 |
* | Fix nexttoward bugs (bugs 2550, 2570). | Joseph Myers | 2012-05-01 | 1 | -6/+2 |
* | Fix formatting of denormal IBM long double numbers | Andreas Schwab | 2012-04-28 | 1 | -6/+8 |
* | Fix ctan, ctanh overflow for ldbl-128ibm (bug 11521). | Adhemerval Zanella | 2012-04-26 | 3 | -26/+68 |
* | Fix ilogb exception and errno (bug 6794) | Adhemerval Zanella | 2012-04-17 | 1 | -2/+1 |
* | Fix undue underflow in ldbl-128ibm version of expl | Andreas Schwab | 2012-03-26 | 1 | -2/+2 |
* | Fix low-part sign handling in sin/cos for ldbl-128 and ldbl-128ibm. | Joseph Myers | 2012-03-22 | 3 | -3/+11 |
* | Fix missing overflow/underflow exception in ldbl-128ibm version of powl | Andreas Schwab | 2012-03-21 | 1 | -2/+2 |
* | Use <> for math.h and math_private.h everywhere. | Richard Henderson | 2012-03-09 | 49 | -88/+88 |
* | Fix loss of precision in cosh and sinh for IBM long double | Andreas Schwab | 2012-03-05 | 2 | -10/+10 |
* | Fix scalbn, scalbln integer overflow. | Joseph Myers | 2012-03-02 | 2 | -6/+10 |
* | Improve erfc accuracy. | Joseph Myers | 2012-03-01 | 1 | -1/+2 |
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 43 | -117/+83 |