Age | Commit message (Expand) | Author | Files | Lines |
2013-05-01 | Add missing #include in sysdeps/posix/opendir.c. | Roland McGrath | 1 | -0/+1 |
2013-05-01 | Fix catan, catanh spurious underflows (bug 15423). | Joseph Myers | 2 | -0/+376 |
2013-04-30 | Update powerpc libm-test ULPs | Adhemerval Zanella | 1 | -2/+414 |
2013-04-30 | Fix catan, catanh inaccuracy from atan2 denominators near 0 (bug 15416). | Joseph Myers | 2 | -2/+524 |
2013-04-30 | Format s_sin.c | Siddhesh Poyarekar | 1 | -904/+1212 |
2013-04-29 | Update powerpc libm-test ULPs | Adhemerval Zanella | 1 | -27/+3318 |
2013-04-27 | Fix catan, catanh spurious overflows (bug 15409). | Joseph Myers | 2 | -0/+132 |
2013-04-27 | Update i386 libm-test ULPs | Allan McRae | 1 | -0/+80 |
2013-04-26 | PowerPC: modf optimization fix | Adhemerval Zanella | 4 | -0/+4 |
2013-04-26 | Update x86_64 ULPs | Markus Trippelsdorf | 1 | -0/+244 |
2013-04-25 | Move x86_64-specific audit tests to sysdeps/x86_64/. | Joseph Myers | 17 | -0/+1515 |
2013-04-25 | Get rid of __STDC_FORMAT_MACROS, __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROS | Paul Pluzhnikov | 2 | -20/+0 |
2013-04-24 | Fix catan, catanh inaccuracy through use of log (bug 15394). | Joseph Myers | 2 | -0/+4 |
2013-04-23 | Fix name space use in last commit. | Roland McGrath | 1 | -1/+1 |
2013-04-23 | Add generic POSIX implementation of C11 timespec_get. | Roland McGrath | 1 | -0/+38 |
2013-04-23 | PowerPC: modf optimization | Adhemerval Zanella | 4 | -0/+108 |
2013-04-23 | S/390: Change struct statfs[64] member types to unsigned values | Heiko Carstens | 1 | -12/+12 |
2013-04-22 | Minor cleanup in getaddrinfo | Siddhesh Poyarekar | 1 | -3/+4 |
2013-04-18 | Remove __wur from setfsuid and setfsgid. | Adam Conrad | 1 | -2/+2 |
2013-04-17 | Configuring for i386 is no longer supported. | Carlos O'Donell | 2 | -2/+22 |
2013-04-12 | BZ#15361: Make aio_fsync not check open modes. | Roland McGrath | 1 | -5/+2 |
2013-04-11 | libm-test.inc: Fix tests where cos(PI/2) != 0. | Carlos O'Donell | 2 | -28/+0 |
2013-04-08 | BZ#14280: Fix Hurd ioctl macro to avoid warning. | Roland McGrath | 1 | -1/+1 |
2013-04-06 | i386: Fail at configure time for i386 builds. | Carlos O'Donell | 2 | -0/+58 |
2013-04-06 | s390/s390x: Undef PSEUDO before redef. | Carlos O'Donell | 2 | -0/+2 |
2013-04-05 | [BZ #14686, #15336] Fix standard compliance. Don't use hard-coded qNaN values. | Thomas Schwinge | 2 | -12/+10 |
2013-04-05 | [BZ #15335, #15342] Fix standard compliance. Don't use hard-coded qNaN values. | Thomas Schwinge | 2 | -9/+9 |
2013-04-05 | Remove unreachable code. | Thomas Schwinge | 1 | -2/+1 |
2013-04-05 | Remove unused hard-coded qNaN definition. | Thomas Schwinge | 1 | -2/+0 |
2013-04-03 | Fix stack overflow in getaddrinfo with many results | Andreas Schwab | 1 | -2/+21 |
2013-04-03 | Refer to two GCC PRs. | Thomas Schwinge | 2 | -2/+4 |
2013-04-03 | Remove TWO | Siddhesh Poyarekar | 2 | -3/+1 |
2013-04-03 | Preserve errno across _PC_CHOWN_RESTRICTED call on XFS | Siddhesh Poyarekar | 2 | -0/+13 |
2013-04-02 | Fix cacosh inaccuracy and spurious exceptions (bug 15327). | Joseph Myers | 2 | -57/+1634 |
2013-04-02 | Use mantissa_t in mpexp | Siddhesh Poyarekar | 2 | -3/+4 |
2013-04-02 | New <math.h> macro named issignaling to check for a signaling NaN (sNaN). | Thomas Schwinge | 18 | -0/+345 |
2013-04-01 | PowerPC: remove branch prediction from rint implementation | Adhemerval Zanella | 4 | -12/+12 |
2013-03-30 | Fix casinh inaccuracy for imaginary part < 1.0, real part small (bug 10357). | Joseph Myers | 2 | -297/+2265 |
2013-03-29 | Remove usage of ONE macro | Siddhesh Poyarekar | 1 | -1/+1 |
2013-03-29 | Remove ONE and MONE | Siddhesh Poyarekar | 7 | -22/+20 |
2013-03-29 | Format s_tan.c | Siddhesh Poyarekar | 1 | -405/+728 |
2013-03-29 | Remove ZERO and MZERO macros | Siddhesh Poyarekar | 7 | -63/+61 |
2013-03-29 | Format s_atan.c | Siddhesh Poyarekar | 1 | -151/+246 |
2013-03-29 | Format e_log.c | Siddhesh Poyarekar | 1 | -95/+133 |
2013-03-28 | Use __ehdr_start, if available, as fallback for AT_PHDR. | Roland McGrath | 1 | -8/+14 |
2013-03-28 | Make _dl_phdr pointer to const. | Roland McGrath | 2 | -2/+2 |
2013-03-28 | Consolidate declarations of _dl_phdr, _dl_phnum. | Roland McGrath | 2 | -4/+6 |
2013-03-28 | Never call syslog in __libc_message. | Roland McGrath | 1 | -9/+0 |
2013-03-28 | PowerPC: .eh_frame info in crt1.o isn't useful and triggers gold bug 14675. | Alan Modra | 2 | -0/+14 |
2013-03-28 | Fix e_logl (128ibm) spurious underflow | Adhemerval Zanella | 2 | -2/+17 |