Age | Commit message (Expand) | Author | Files | Lines |
2014-01-15 | S/390: Regenerate ULPs. | Andreas Krebbel | 1 | -1139/+9960 |
2014-01-10 | ARM: Disable compat mcount code when unneeded. | Roland McGrath | 1 | -0/+42 |
2014-01-09 | Fix a thinko/typo in i686's memmove (aka __memmove_ia32). | Yuriy Kaminskiy | 1 | -2/+2 |
2014-01-08 | PowerPC: remove wrong truncl implementation for PowerPC64 | Adhemerval Zanella | 2 | -123/+0 |
2014-01-08 | Update powerpc-fpu ULPs. | Adhemerval Zanella | 1 | -6/+91 |
2014-01-08 | Fix ldbl-128ibm expm1l on large arguments (bug 16408). | Joseph Myers | 1 | -0/+2 |
2014-01-07 | Regenerate powerpc-nofpu ulps (again). | Joseph Myers | 1 | -52/+64 |
2014-01-07 | Fix ldbl-128ibm coshl spurious overflows (bug 16407). | Joseph Myers | 1 | -1/+1 |
2014-01-07 | S/390: Remove __tls_get_addr argument cast. | Andreas Krebbel | 1 | -1/+1 |
2014-01-07 | S/390: Get rid of unused variable warning in dl-machine.h | Andreas Krebbel | 1 | -1/+2 |
2014-01-07 | S/390: Make ucontext_t extendible. | Andreas Krebbel | 16 | -17/+290 |
2014-01-07 | S/390: Make jmp_buf extendible. | Andreas Krebbel | 26 | -24/+649 |
2014-01-06 | Fix ldbl-128 / ldbl-128ibm lgammal spurious underflow (bug 16400). | Joseph Myers | 1 | -1/+3 |
2014-01-06 | ptrace.h: add __ prefix to ptrace_peeksiginfo_args | Mike Frysinger | 4 | -4/+4 |
2014-01-05 | Update ULPs for i386 | Andreas Jaeger | 1 | -0/+84 |
2014-01-04 | tst-fanotify: switch to AC_DEFINE | Mike Frysinger | 3 | -2/+4 |
2014-01-03 | Fix soft-float ldbl-128ibm atan2l signs of zero results (bug 16390). | Joseph Myers | 1 | -0/+1 |
2014-01-03 | PowerPC: Fix compiler warnings | Adhemerval Zanella | 4 | -4/+4 |
2014-01-03 | Regenerate powerpc-nofpu ulps. | Joseph Myers | 1 | -963/+7499 |
2014-01-02 | Fix ldbl-128ibm logl inaccuracy (bug 16386). | Joseph Myers | 1 | -0/+8 |
2014-01-02 | Fix ldbl-128ibm asinhl inaccuracy (bug 16385). | Joseph Myers | 1 | -1/+1 |
2014-01-02 | Fix ldbl-128ibm acoshl inaccuracy (bug 16384). | Joseph Myers | 1 | -2/+2 |
2014-01-01 | Regenerate x86 / x86_64 ulps. | Joseph Myers | 2 | -5812/+33 |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 3066 | -3066/+3066 |
2013-12-31 | tst-fanotify: check for linux/fanotify.h existence | Mike Frysinger | 3 | -0/+61 |
2013-12-27 | Fix typo in csloww() | Allan McRae | 1 | -1/+1 |
2013-12-23 | Update powerpc-fpu ULPs. | Adhemerval Zanella | 1 | -73/+4075 |
2013-12-22 | Fix ldbl-128 lgammal for small negative arguments (bug 16337). | Joseph Myers | 1 | -2/+2 |
2013-12-22 | Flatten sysdeps/unix/bsd/bsd4.4 into sysdeps/unix/bsd. | Joseph Myers | 17 | -14/+8 |
2013-12-21 | Fix x86 / x86_64 expl / expl10l wild results in directed rounding modes (bug ... | Joseph Myers | 4 | -17/+227 |
2013-12-20 | Add more libm-test coverage of [a-c]* real functions. | Joseph Myers | 2 | -11/+1003 |
2013-12-20 | Move tests of cpow from libm-test.inc to auto-libm-test-in. | Joseph Myers | 2 | -0/+89 |
2013-12-20 | Move various TEST_c_c tests from libm-test.inc to auto-libm-test-inc. | Joseph Myers | 2 | -86/+6849 |
2013-12-20 | Consolidate code to compute sin and cos from lookup tables | Siddhesh Poyarekar | 1 | -232/+129 |
2013-12-20 | Remove more redundant computations in s_sin.c | Siddhesh Poyarekar | 1 | -42/+33 |
2013-12-20 | Remove redundant arguments in reduce_and_compute | Siddhesh Poyarekar | 1 | -4/+4 |
2013-12-20 | Remove some redundant computations in s_sin.c | Siddhesh Poyarekar | 1 | -24/+15 |
2013-12-19 | Don't make soft-fp symbols compat symbols for powerpc-nofpu. | Joseph Myers | 2 | -9/+17 |
2013-12-19 | Update powerpc-fpu ULPs. | Adhemerval Zanella | 1 | -0/+633 |
2013-12-19 | Move tests of sincos from libm-test.inc to auto-libm-test-in. | Joseph Myers | 2 | -0/+12 |
2013-12-19 | Fix uses of CALL_MCOUNT in ppc64 assembler sources | Andreas Schwab | 3 | -2/+6 |
2013-12-19 | Disable libm-test test name beautification for M_* constants. | Joseph Myers | 2 | -0/+8 |
2013-12-19 | Fix x86/x86_64 expm1 inaccuracy near 0 in directed rounding modes (bug 16293). | Joseph Myers | 6 | -0/+742 |
2013-12-18 | Patch 2/4 of the effort to make TLS access async-signal-safe. | Paul Pluzhnikov | 1 | -0/+6 |
2013-12-18 | Patch 3/4 of the effort to make TLS access async-signal-safe. | Paul Pluzhnikov | 1 | -0/+5 |
2013-12-18 | Patch [1/4] async-signal safe TLS. | Paul Pluzhnikov | 4 | -0/+62 |
2013-12-18 | Move tests of jn and yn from libm-test.inc to auto-libm-test-in. | Joseph Myers | 2 | -4/+821 |
2013-12-18 | Update powerpc-nofpu localplt.data for fegetround hidden_proto / hidden_def. | Joseph Myers | 1 | -1/+0 |
2013-12-18 | Compile e_sqrt.c with -ffp-contract=off. | Marcus Shawcroft | 1 | -0/+1 |
2013-12-18 | Fix ldbl-128 logl for subnormals (bug 16338). | Joseph Myers | 3 | -3/+8 |