| Commit message (Expand) | Author | Age | Files | Lines |
* | Faster memset on x64 | Ondrej Bilka | 2013-05-20 | 1 | -1315/+90 |
* | Faster memcpy on x64. | Ondrej Bilka | 2013-05-20 | 4 | -8/+185 |
* | Fix nearbyint scheduling of arithmetic past fesetenv (bug 15490). | Joseph Myers | 2013-05-19 | 5 | -0/+13 |
* | Handle sincos with generic libm-test logic. | Joseph Myers | 2013-05-19 | 6 | -44/+44 |
* | Fix remainder exceptions and directed-rounding results (bugs 15480, 15485). | Joseph Myers | 2013-05-17 | 1 | -0/+1 |
* | PowerPC: fix hypot/hypotf check for -INF | Adhemerval Zanella | 2013-05-17 | 2 | -6/+6 |
* | MIPS: soft-fp NaN representation corrections | Maciej W. Rozycki | 2013-05-16 | 2 | -0/+2 |
* | Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). | Ryan S. Arnold | 2013-05-16 | 31 | -5/+33 |
* | Use movq for 64-bit operations | Peter Collingbourne | 2013-05-15 | 1 | -2/+4 |
* | Use x constraints for operands to vfmaddss and vfmaddsd | Peter Collingbourne | 2013-05-15 | 2 | -2/+2 |
* | Update s390/bits/siginfo.h | Edjunior Machado | 2013-05-15 | 1 | -3/+7 |
* | Update Sparc ULPs. | David S. Miller | 2013-05-14 | 1 | -6/+853 |
* | Make _LIB_VERSION a weak symbol | Siddhesh Poyarekar | 2013-05-13 | 1 | -4/+5 |
* | Convert TEST_ff_f tests from code to data. | Joseph Myers | 2013-05-12 | 1 | -0/+4 |
* | Add getgid.c for SH | Christian Grönke | 2013-05-10 | 1 | -0/+1 |
* | Hurd: add ST_NOATIME | Pino Toscano | 2013-05-10 | 1 | -1/+3 |
* | Fix integer overflow in sysdeps/unix/sysv/linux/bits/sched.h | Andreas Jaeger | 2013-05-10 | 1 | -3/+3 |
* | Fix ldbl-128ibm cos range reduction near pi/2 (bug 15359). | Joseph Myers | 2013-05-09 | 1 | -5/+5 |
* | Fix ldbl-128 cos range reduction near pi/2 (bug 15429). | Joseph Myers | 2013-05-09 | 1 | -5/+5 |
* | Update powerpc libm-test ULPs | Adhemerval Zanella | 2013-05-08 | 1 | -6/+440 |
* | Improve tgamma accuracy (bugs 2546, 2560, 5159, 15426). | Joseph Myers | 2013-05-08 | 15 | -44/+2307 |
* | Declare _dl_skip_args in ldsodefs.h header. | Roland McGrath | 2013-05-07 | 1 | -0/+10 |
* | Fix glob64 broken by cleanup. | Roland McGrath | 2013-05-06 | 1 | -0/+2 |
* | Move dummy glob64.c alongside glob.c that defines glob64. | Roland McGrath | 2013-05-06 | 1 | -0/+0 |
* | Flesh out stub not-cancel.h file. | Roland McGrath | 2013-05-06 | 1 | -0/+8 |
* | Clean up POSIX.1 implementation of truncate. | Roland McGrath | 2013-05-06 | 1 | -7/+10 |
* | PowerPC: fix hypot/hypof FP exceptions | Adhemerval Zanella | 2013-05-06 | 2 | -16/+14 |
* | Split _dl_writev out from _dl_debug_vdprintf. | Roland McGrath | 2013-05-06 | 1 | -0/+38 |
* | Consolidate definitions of _FORTIFY_SOURCE wrappers for open{,64}{,at}. | Roland McGrath | 2013-05-03 | 8 | -109/+4 |
* | PowerPC: Add time vDSO support | Adhemerval Zanella | 2013-05-03 | 4 | -3/+70 |
* | Sync with Linux 3.9 | Andreas Jaeger | 2013-05-03 | 2 | -1/+4 |
* | Update powerpc libm-test ULPs | Adhemerval Zanella | 2013-05-03 | 1 | -0/+96 |
* | Update Sparc ULPs. | David S. Miller | 2013-05-02 | 1 | -24/+4125 |
* | Add missing #include in sysdeps/posix/opendir.c. | Roland McGrath | 2013-05-01 | 1 | -0/+1 |
* | Fix catan, catanh spurious underflows (bug 15423). | Joseph Myers | 2013-05-01 | 2 | -0/+376 |
* | Update powerpc libm-test ULPs | Adhemerval Zanella | 2013-04-30 | 1 | -2/+414 |
* | Fix catan, catanh inaccuracy from atan2 denominators near 0 (bug 15416). | Joseph Myers | 2013-04-30 | 2 | -2/+524 |
* | Format s_sin.c | Siddhesh Poyarekar | 2013-04-30 | 1 | -904/+1212 |
* | Update powerpc libm-test ULPs | Adhemerval Zanella | 2013-04-29 | 1 | -27/+3318 |
* | Fix catan, catanh spurious overflows (bug 15409). | Joseph Myers | 2013-04-27 | 2 | -0/+132 |
* | Update i386 libm-test ULPs | Allan McRae | 2013-04-27 | 1 | -0/+80 |
* | PowerPC: modf optimization fix | Adhemerval Zanella | 2013-04-26 | 4 | -0/+4 |
* | Update x86_64 ULPs | Markus Trippelsdorf | 2013-04-26 | 1 | -0/+244 |
* | Move x86_64-specific audit tests to sysdeps/x86_64/. | Joseph Myers | 2013-04-25 | 17 | -0/+1515 |
* | Get rid of __STDC_FORMAT_MACROS, __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROS | Paul Pluzhnikov | 2013-04-25 | 2 | -20/+0 |
* | Fix catan, catanh inaccuracy through use of log (bug 15394). | Joseph Myers | 2013-04-24 | 2 | -0/+4 |
* | Fix name space use in last commit. | Roland McGrath | 2013-04-23 | 1 | -1/+1 |
* | Add generic POSIX implementation of C11 timespec_get. | Roland McGrath | 2013-04-23 | 1 | -0/+38 |
* | PowerPC: modf optimization | Adhemerval Zanella | 2013-04-23 | 4 | -0/+108 |
* | S/390: Change struct statfs[64] member types to unsigned values | Heiko Carstens | 2013-04-23 | 1 | -12/+12 |