| Commit message (Expand) | Author | Age | Files | Lines |
* | Add more tests of csqrt, lgamma, log10, sinh. | Joseph Myers | 2015-05-08 | 2 | -24/+24 |
* | Bug 18125: Call exit after last linked context. | Carlos O'Donell | 2015-05-08 | 4 | -6/+7 |
* | NaCl: Fix elf_loader file name in nacl-test-wrapper.sh | Roland McGrath | 2015-05-06 | 1 | -1/+1 |
* | Add more tests of acosh, atanh, cos, csqrt, erfc, sin, sincos. | Joseph Myers | 2015-05-06 | 2 | -26/+26 |
* | 2015-05-06 Szabolcs Nagy <szabolcs.nagy@arm.com> | Wilco Dijkstra | 2015-05-06 | 1 | -316/+445 |
* | Add further tests of libm functions. | Joseph Myers | 2015-05-05 | 2 | -75/+83 |
* | __ASSUME_FALLOCATE is always true on 32-bit architectures | Florian Weimer | 2015-05-05 | 5 | -114/+34 |
* | i386: Remove fallocate, fallocate64, posix_fallocate, posix_fallocate64 | Florian Weimer | 2015-05-05 | 6 | -232/+3 |
* | Add more tests of libm functions. | Joseph Myers | 2015-05-02 | 2 | -54/+58 |
* | Add more tests of tgamma. | Joseph Myers | 2015-05-01 | 2 | -12/+12 |
* | Add more tests of tanh. | Joseph Myers | 2015-05-01 | 2 | -24/+36 |
* | Add more tests of tan. | Joseph Myers | 2015-05-01 | 2 | -8/+10 |
* | Add more tests of cos, sin, sincos. | Joseph Myers | 2015-05-01 | 2 | -8/+8 |
* | Add another test of pow. | Joseph Myers | 2015-05-01 | 1 | -8/+8 |
* | Add more tests of lgamma. | Joseph Myers | 2015-05-01 | 2 | -60/+60 |
* | Add more tests of log, log10, log1p, log2. | Joseph Myers | 2015-05-01 | 2 | -61/+65 |
* | Add more tests of exp, exp10, exp2, expm1. | Joseph Myers | 2015-05-01 | 2 | -29/+85 |
* | Add more tests of erf, erfc. | Joseph Myers | 2015-05-01 | 2 | -34/+60 |
* | Add more tests of csqrt. | Joseph Myers | 2015-04-30 | 2 | -50/+50 |
* | Add further tests of cosh and sinh. | Joseph Myers | 2015-04-30 | 2 | -18/+18 |
* | Remove MIPS version of waitid.c. | Joseph Myers | 2015-04-30 | 1 | -7/+0 |
* | NaCl: Change clock_t to long int. | Roland McGrath | 2015-04-29 | 2 | -3/+4 |
* | NaCl: Fix symbol names for euidaccess. | Roland McGrath | 2015-04-29 | 1 | -1/+3 |
* | NaCl: Make __suseconds_t be long int rather than int32_t. | Roland McGrath | 2015-04-29 | 1 | -1/+1 |
* | Fix ldbl-128 roundl for exponents in [31, 47] (bug 18346). | Joseph Myers | 2015-04-28 | 1 | -1/+1 |
* | Update sparc localplt.data | David S. Miller | 2015-04-27 | 2 | -8/+6 |
* | ARM: Define PI_STATIC_AND_HIDDEN. | Roland McGrath | 2015-04-24 | 2 | -5/+5 |
* | S/390: Regenerate ULPs | Stefan Liebler | 2015-04-24 | 1 | -251/+221 |
* | S/390: Get cache information via sysconf | Stefan Liebler | 2015-04-24 | 1 | -0/+230 |
* | Use __copysign rather than copysign. | Wilco Dijkstra | 2015-04-22 | 2 | -2/+2 |
* | libc-vdso.h place consolidation | Adhemerval Zanella | 2015-04-20 | 20 | -16/+16 |
* | Sparc memchr/memcmp/strncmp fixes from Il'ya Malakhov. | David S. Miller | 2015-04-17 | 3 | -5/+6 |
* | Add arm-nacl port. | Roland McGrath | 2015-04-17 | 125 | -0/+5111 |
* | Convert sparc over to lowlevellock-futex.h | David S. Miller | 2015-04-16 | 1 | -146/+1 |
* | tile: Enable PI_STATIC_AND_HIDDEN | Chris Metcalf | 2015-04-16 | 2 | -0/+13 |
* | powerpc: Fix __wcschr static build | Adhemerval Zanella | 2015-04-15 | 2 | -6/+22 |
* | Rebuilt fresh sparc ULPS to get rid of removed tests. | David S. Miller | 2015-04-15 | 1 | -164/+74 |
* | Set errno for log1p on pole/domain error. | Stefan Liebler | 2015-04-13 | 17 | -17/+112 |
* | Add more tests of clog and clog10. | Joseph Myers | 2015-04-09 | 2 | -108/+108 |
* | Update SPARC ulps. | David S. Miller | 2015-04-08 | 1 | -88/+171 |
* | Add more tests of atanh. | Joseph Myers | 2015-04-08 | 2 | -7/+7 |
* | Add more tests of atan. | Joseph Myers | 2015-04-08 | 2 | -2/+12 |
* | Add more tests of cbrt. | Joseph Myers | 2015-04-08 | 1 | -8/+10 |
* | Add more tests of cabs. | Joseph Myers | 2015-04-08 | 2 | -0/+40 |
* | Fix dbl-64 atan2 in non-default rounding modes (bug 18210, bug 18211). | Joseph Myers | 2015-04-08 | 3 | -36/+46 |
* | Fix dbl-64 atan in non-default rounding modes (bug 18197). | Joseph Myers | 2015-04-08 | 1 | -0/+2 |
* | [BZ #17930] MIPS: Define SHM_NORESERVE. | James Cowgill | 2015-04-07 | 1 | -0/+1 |
* | alpha: Update libm-test-ulps | Richard Henderson | 2015-04-06 | 1 | -160/+123 |
* | alpha: Unconditionally include dl-sysdep.h in sysdep.h | Richard Henderson | 2015-04-06 | 1 | -5/+1 |
* | aarch64: Increase MINSIGSTKSZ and SIGSTKSZ (bug 16850) | Andreas Schwab | 2015-04-02 | 1 | -0/+54 |