| Commit message (Expand) | Author | Age | Files | Lines |
* | Configuring for i386 is no longer supported. | Carlos O'Donell | 2013-04-17 | 2 | -2/+22 |
* | BZ#15361: Make aio_fsync not check open modes. | Roland McGrath | 2013-04-12 | 1 | -5/+2 |
* | libm-test.inc: Fix tests where cos(PI/2) != 0. | Carlos O'Donell | 2013-04-11 | 2 | -28/+0 |
* | BZ#14280: Fix Hurd ioctl macro to avoid warning. | Roland McGrath | 2013-04-08 | 1 | -1/+1 |
* | i386: Fail at configure time for i386 builds. | Carlos O'Donell | 2013-04-06 | 2 | -0/+58 |
* | s390/s390x: Undef PSEUDO before redef. | Carlos O'Donell | 2013-04-06 | 2 | -0/+2 |
* | [BZ #14686, #15336] Fix standard compliance. Don't use hard-coded qNaN values. | Thomas Schwinge | 2013-04-05 | 2 | -12/+10 |
* | [BZ #15335, #15342] Fix standard compliance. Don't use hard-coded qNaN values. | Thomas Schwinge | 2013-04-05 | 2 | -9/+9 |
* | Remove unreachable code. | Thomas Schwinge | 2013-04-05 | 1 | -2/+1 |
* | Remove unused hard-coded qNaN definition. | Thomas Schwinge | 2013-04-05 | 1 | -2/+0 |
* | Fix stack overflow in getaddrinfo with many results | Andreas Schwab | 2013-04-03 | 1 | -2/+21 |
* | Refer to two GCC PRs. | Thomas Schwinge | 2013-04-03 | 2 | -2/+4 |
* | Remove TWO | Siddhesh Poyarekar | 2013-04-03 | 2 | -3/+1 |
* | Preserve errno across _PC_CHOWN_RESTRICTED call on XFS | Siddhesh Poyarekar | 2013-04-03 | 2 | -0/+13 |
* | Fix cacosh inaccuracy and spurious exceptions (bug 15327). | Joseph Myers | 2013-04-02 | 2 | -57/+1634 |
* | Use mantissa_t in mpexp | Siddhesh Poyarekar | 2013-04-02 | 2 | -3/+4 |
* | New <math.h> macro named issignaling to check for a signaling NaN (sNaN). | Thomas Schwinge | 2013-04-02 | 18 | -0/+345 |
* | PowerPC: remove branch prediction from rint implementation | Adhemerval Zanella | 2013-04-01 | 4 | -12/+12 |
* | Fix casinh inaccuracy for imaginary part < 1.0, real part small (bug 10357). | Joseph Myers | 2013-03-30 | 2 | -297/+2265 |
* | Remove usage of ONE macro | Siddhesh Poyarekar | 2013-03-29 | 1 | -1/+1 |
* | Remove ONE and MONE | Siddhesh Poyarekar | 2013-03-29 | 7 | -22/+20 |
* | Format s_tan.c | Siddhesh Poyarekar | 2013-03-29 | 1 | -405/+728 |
* | Remove ZERO and MZERO macros | Siddhesh Poyarekar | 2013-03-29 | 7 | -63/+61 |
* | Format s_atan.c | Siddhesh Poyarekar | 2013-03-29 | 1 | -151/+246 |
* | Format e_log.c | Siddhesh Poyarekar | 2013-03-29 | 1 | -95/+133 |
* | Use __ehdr_start, if available, as fallback for AT_PHDR. | Roland McGrath | 2013-03-28 | 1 | -8/+14 |
* | Make _dl_phdr pointer to const. | Roland McGrath | 2013-03-28 | 2 | -2/+2 |
* | Consolidate declarations of _dl_phdr, _dl_phnum. | Roland McGrath | 2013-03-28 | 2 | -4/+6 |
* | Never call syslog in __libc_message. | Roland McGrath | 2013-03-28 | 1 | -9/+0 |
* | PowerPC: .eh_frame info in crt1.o isn't useful and triggers gold bug 14675. | Alan Modra | 2013-03-28 | 2 | -0/+14 |
* | Fix e_logl (128ibm) spurious underflow | Adhemerval Zanella | 2013-03-28 | 2 | -2/+17 |
* | Format and clean up s_atan2.c | Siddhesh Poyarekar | 2013-03-28 | 1 | -310/+494 |
* | Fix casinh inaccuracy near i, imaginary part > 1 (bug 15307). | Joseph Myers | 2013-03-27 | 2 | -0/+708 |
* | Use integral constants | Siddhesh Poyarekar | 2013-03-26 | 1 | -76/+76 |
* | Removed commented code | Siddhesh Poyarekar | 2013-03-26 | 11 | -85/+0 |
* | Make mantissa type of mp_no configurable | Siddhesh Poyarekar | 2013-03-26 | 4 | -69/+157 |
* | PowerPC: fix libm ABI issue for llroundl | Adhemerval Zanella | 2013-03-26 | 1 | -0/+4 |
* | Update sparc ULPs. | David S. Miller | 2013-03-22 | 1 | -4/+1002 |
* | BZ#13889: expl (709.75) wrongly overflows for ldbl-128ibm | Adhemerval Zanella | 2013-03-22 | 2 | -6/+24 |
* | BZ#11120: fix x86_64/strcmp.S NOT_IN_libc safeguards | Dmitry V. Levin | 2013-03-22 | 1 | -3/+3 |
* | PowerPC: fix sqrtl ABI issue | Adhemerval Zanella | 2013-03-21 | 1 | -0/+4 |
* | On 32-bit x86, disable certain tests involving sNaN values. | Thomas Schwinge | 2013-03-21 | 2 | -0/+62 |
* | Fix Bessel function spurious overflows for ldbl-128 / ldbl-128ibm (bug 15285). | Joseph Myers | 2013-03-21 | 3 | -20/+40 |
* | Fix casinh inaccuracy for argument with imaginary part 1 (bug 15287). | Joseph Myers | 2013-03-21 | 2 | -2/+1466 |
* | Replace 8388608.0 with HALFRAD in mp code | Siddhesh Poyarekar | 2013-03-21 | 2 | -3/+3 |
* | Move system-specific settings out of toplevel configure.in and config.make.in. | Joseph Myers | 2013-03-20 | 8 | -0/+39 |
* | Consolidate Linux and POSIX libc_fatal code. | Roland McGrath | 2013-03-19 | 2 | -186/+67 |
* | s390x: Move rtld link to /lib | Andreas Schwab | 2013-03-19 | 2 | -4/+14 |
* | Faster strlen on x64. | Ondrej Bilka | 2013-03-18 | 13 | -1308/+755 |
* | Update Sparc ULPs. | David S. Miller | 2013-03-17 | 1 | -2/+14 |