| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove __STDC__ conditionals from libm. | Joseph Myers | 2012-01-27 | 31 | -268/+28 |
* | Add missing _finite aliases | Andreas Schwab | 2011-10-23 | 1 | -0/+2 |
* | Fix compilation due to __nan defines | Andreas Schwab | 2011-10-22 | 1 | -0/+1 |
* | Optimize exp | Ulrich Drepper | 2011-10-15 | 1 | -1/+2 |
* | Optimize libm | Ulrich Drepper | 2011-10-12 | 16 | -153/+78 |
* | Implement __isinf_nsl for IBM long double | Andreas Schwab | 2011-10-10 | 1 | -0/+16 |
* | Fix jn precision | Petr Baudis | 2011-09-09 | 1 | -1/+10 |
* | Check for finite/infinity parms in IBM Long Double 128 fmal( ) | Ulrich Drepper | 2011-09-07 | 1 | -0/+39 |
* | Fix comparison in sqrtl for IBM long double 128. | Luis Machado | 2010-11-10 | 1 | -2/+2 |
* | Fix cproj implmentation. | Ulrich Drepper | 2010-04-08 | 1 | -17/+5 |
* | Fix errno for IBM long double. | Andreas Schwab | 2009-05-22 | 4 | -7/+22 |
* | * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): Use | Ulrich Drepper | 2008-04-12 | 1 | -4/+4 |
* | * sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto for | Ulrich Drepper | 2008-04-12 | 3 | -12/+6 |
* | * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l, | Jakub Jelinek | 2007-08-10 | 1 | -2/+4 |
* | * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l. cvs/fedora-glibc-20070809T0939 | Roland McGrath | 2007-08-07 | 1 | -1/+4 |
* | * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove | Ulrich Drepper | 2007-06-08 | 3 | -68/+141 |
* | * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c | Ulrich Drepper | 2007-06-04 | 1 | -16/+19 |
* | * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use | Ulrich Drepper | 2007-04-16 | 1 | -10/+10 |
* | [BZ #3306] | Ulrich Drepper | 2007-04-16 | 2 | -22/+27 |
* | [BZ #2749] | Jakub Jelinek | 2007-01-17 | 6 | -34/+14 |
* | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper | 2007-01-11 | 6 | -192/+111 |
* | . | Jakub Jelinek | 2007-07-31 | 6 | -111/+192 |
* | * io/Makefile (CFLAGS-fstatat.c): Set. | Ulrich Drepper | 2006-09-17 | 4 | -14/+294 |
* | [BZ #2466] | Roland McGrath | 2006-03-16 | 2 | -149/+177 |
* | [BZ #2423] | Roland McGrath | 2006-03-16 | 8 | -490/+446 |
* | * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Use long_double_symbol | Roland McGrath | 2006-02-01 | 1 | -3/+6 |
* | * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Correct index | Roland McGrath | 2006-01-31 | 8 | -28/+314 |
* | 2006-01-27 Dwayne Grant McConnell <decimal@us.ibm.com> cvs/fedora-glibc-20060130T0922 | Roland McGrath | 2006-01-28 | 73 | -0/+10168 |
* | (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. | Ulrich Drepper | 2004-12-22 | 76 | -10802/+0 |
* | 2.5-18.1 | Jakub Jelinek | 2007-07-12 | 76 | -0/+10802 |