Age | Commit message (Expand) | Author | Files | Lines |
2013-05-06 | PowerPC: fix hypot/hypof FP exceptions | Adhemerval Zanella | 1 | -1/+1 |
2013-05-03 | Add bug 14952 to ChangeLog and NEWS | Allan McRae | 1 | -5/+6 |
2013-05-01 | Fix catan, catanh spurious underflows (bug 15423). | Joseph Myers | 1 | -1/+1 |
2013-04-30 | Add bug 15416 to NEWS. | Joseph Myers | 1 | -1/+1 |
2013-04-29 | BZ#15084: Apparent typos in strings in res_debug.c | Andreas Jaeger | 1 | -4/+4 |
2013-04-29 | BZ#15085: Fix comments/strings for RES_NOCHECKNAME | Andreas Jaeger | 1 | -4/+4 |
2013-04-29 | BZ#15380: Fix initstate error return | Andreas Jaeger | 1 | -1/+1 |
2013-04-29 | BZ#15086: Fix res_debug printing of options | Andreas Jaeger | 1 | -4/+4 |
2013-04-27 | Fix catan, catanh spurious overflows (bug 15409). | Joseph Myers | 1 | -1/+1 |
2013-04-27 | Fix ia_FR postal format | Nik Kalach | 1 | -3/+3 |
2013-04-27 | Fix guards for qecvt | Andreas Jaeger | 1 | -4/+4 |
2013-04-26 | Fix catan, catanh missing underflows (bug 15406). | Joseph Myers | 1 | -1/+2 |
2013-04-26 | Fix csin, csinh, ccos, ccosh missing underflows (bug 15405). | Joseph Myers | 1 | -1/+1 |
2013-04-25 | Add missing bug numbers to NEWS. | Joseph Myers | 1 | -5/+5 |
2013-04-24 | Fix catan, catanh inaccuracy through use of log (bug 15394). | Joseph Myers | 1 | -1/+1 |
2013-04-23 | Consistently use ISSPACE to check for whitespace | Siddhesh Poyarekar | 1 | -4/+4 |
2013-04-12 | BZ#15361: Make aio_fsync not check open modes. | Roland McGrath | 1 | -1/+1 |
2013-04-11 | Don't accept exp char without preceding digits in scanf float parsing | Andreas Schwab | 1 | -6/+6 |
2013-04-11 | Fix invalid free of memory allocated during rtld init | Andreas Schwab | 1 | -5/+5 |
2013-04-10 | Accept leading and trailing spaces in getdate input string | Siddhesh Poyarekar | 1 | -1/+1 |
2013-04-06 | dl_open_worker: Memset all of seen array. | Carlos O'Donell | 1 | -1/+2 |
2013-04-06 | i386: Fail at configure time for i386 builds. | Carlos O'Donell | 1 | -5/+5 |
2013-04-05 | [BZ #14686, #15336] Fix standard compliance. Don't use hard-coded qNaN values. | Thomas Schwinge | 1 | -4/+4 |
2013-04-05 | [BZ #15335, #15342] Fix standard compliance. Don't use hard-coded qNaN values. | Thomas Schwinge | 1 | -1/+1 |
2013-04-04 | Add BZ #15337 to NEWS | Siddhesh Poyarekar | 1 | -1/+1 |
2013-04-03 | Fix missing underflow from cexp (bug 14478). | Joseph Myers | 1 | -4/+4 |
2013-04-03 | Update NEWS | Andreas Schwab | 1 | -0/+3 |
2013-04-03 | Fix stack overflow in getaddrinfo with many results | Andreas Schwab | 1 | -1/+4 |
2013-04-03 | Preserve errno across _PC_CHOWN_RESTRICTED call on XFS | Siddhesh Poyarekar | 1 | -1/+2 |
2013-04-02 | Fix cacosh inaccuracy and spurious exceptions (bug 15327). | Joseph Myers | 1 | -1/+1 |
2013-04-02 | New <math.h> macro named issignaling to check for a signaling NaN (sNaN). | Thomas Schwinge | 1 | -0/+2 |
2013-03-30 | Fix casinh inaccuracy for imaginary part < 1.0, real part small (bug 10357). | Joseph Myers | 1 | -4/+4 |
2013-03-28 | Fix typo in bug number in NEWS. | Joseph Myers | 1 | -2/+2 |
2013-03-28 | Fix e_logl (128ibm) spurious underflow | Adhemerval Zanella | 1 | -2/+2 |
2013-03-28 | Don't add input group during initgroups_dyn in hesiod | Siddhesh Poyarekar | 1 | -1/+1 |
2013-03-27 | Fix casinh inaccuracy near i, imaginary part > 1 (bug 15307). | Joseph Myers | 1 | -1/+1 |
2013-03-22 | BZ#13889: expl (709.75) wrongly overflows for ldbl-128ibm | Adhemerval Zanella | 1 | -4/+4 |
2013-03-22 | BZ#11120: fix x86_64/strcmp.S NOT_IN_libc safeguards | Dmitry V. Levin | 1 | -8/+8 |
2013-03-21 | Fix Bessel function spurious overflows for ldbl-128 / ldbl-128ibm (bug 15285). | Joseph Myers | 1 | -1/+1 |
2013-03-21 | Fix casinh inaccuracy for argument with imaginary part 1 (bug 15287). | Joseph Myers | 1 | -1/+1 |
2013-03-20 | Add bug 14176 to NEWS. | Joseph Myers | 1 | -3/+4 |
2013-03-20 | BZ#14812: Mark fixed in NEWS. | Roland McGrath | 1 | -3/+3 |
2013-03-17 | Move BZ#11261 from 2.18 to 2.16 bug list. | Carlos O'Donell | 1 | -20/+20 |
2013-03-17 | BZ#11261 fixed by previous commit. | Carlos O'Donell | 1 | -3/+3 |
2013-03-16 | Fix y1l spurious overflows for ldbl-96 (bug 15283). | Joseph Myers | 1 | -1/+1 |
2013-03-15 | Framework for performance benchmarking of functions | Siddhesh Poyarekar | 1 | -0/+2 |
2013-03-11 | Remove extra pthread_atfork compat symbols | Andreas Schwab | 1 | -1/+1 |
2013-03-07 | Remove PIPE_BUF Linux-specific code | Siddhesh Poyarekar | 1 | -3/+3 |
2013-03-06 | S/390: Add BZ number to changelog entry and NEWS. | Andreas Krebbel | 1 | -1/+1 |
2013-03-06 | Remove powerpc64 bounded-pointers code. | Joseph Myers | 1 | -3/+3 |