Age | Commit message (Expand) | Author | Files | Lines |
2015-05-15 | Fix tanf spurious underflows (bug 18221). | Joseph Myers | 5 | -2/+60 |
2015-05-15 | Fix lgammaf spurious underflows (bug 18220). | Joseph Myers | 5 | -4/+38 |
2015-05-15 | Add BZ #16704 as fixed | Adhemerval Zanella | 2 | -8/+9 |
2015-05-15 | Remove various ABS macros and replace uses with fabs (or in one case abs) | Wilco Dijkstra | 15 | -88/+116 |
2015-05-15 | Fix erfcf spurious underflows (bug 18217). | Joseph Myers | 5 | -3/+63 |
2015-05-14 | Fix atanf spurious underflows (bug 18196). | Joseph Myers | 5 | -3/+35 |
2015-05-14 | Fix log1p missing underflows (bug 16339). | Joseph Myers | 9 | -109/+202 |
2015-05-14 | Fix non-portable echo usage in sysdeps/unix/make-syscalls.sh | Adhemerval Zanella | 2 | -9/+19 |
2015-05-14 | This is update for configure, build and install of vector math library. | Andrew Senkevich | 8 | -2/+96 |
2015-05-14 | This patch adds infrastructure for addition of SIMD | Andrew Senkevich | 5 | -1/+84 |
2015-05-14 | Last part of changes regarding to libm-test.inc: addition | Andrew Senkevich | 4 | -5/+63 |
2015-05-14 | Refactoring of START for conditions in individual tests | Andrew Senkevich | 9 | -10/+63 |
2015-05-14 | This is the beginning of series of patches with addition | Andrew Senkevich | 8 | -18/+34 |
2015-05-13 | NaCl: Make fdopendir skip fcntl check. | Roland McGrath | 2 | -0/+34 |
2015-05-13 | Nit fixes in last change. | Roland McGrath | 2 | -0/+4 |
2015-05-13 | Refactor scandir/scandirat to use common tail. | Roland McGrath | 10 | -130/+207 |
2015-05-13 | Break __scandir_cancel_handler out into its own file. | Roland McGrath | 7 | -19/+42 |
2015-05-13 | Add a test case for scandir. | Roland McGrath | 4 | -1/+307 |
2015-05-13 | Remove a trailing `\' in make-syscalls.sh | H.J. Lu | 3 | -2/+7 |
2015-05-13 | [AArch64] Fix inline asm clobber list in tls-macros.h | Szabolcs Nagy | 2 | -1/+6 |
2015-05-13 | Minor changelog fixup | Siddhesh Poyarekar | 1 | -1/+1 |
2015-05-13 | Add strcoll benchmark | Leonhard Holz | 27 | -2/+16518 |
2015-05-13 | Split locale generation snippet into a separate file | Leonhard Holz | 4 | -16/+30 |
2015-05-12 | Use strspn/strcspn/strpbrk ifunc in internal calls. | Ondřej Bílka | 3 | -13/+5 |
2015-05-12 | NaCl: Provide non-default values for uname. | Roland McGrath | 5 | -3/+91 |
2015-05-12 | Fix linknamespace test handling of architecture-specific st_other. | Joseph Myers | 2 | -0/+8 |
2015-05-12 | Improve strcoll with strdiff. | Leonhard Holz | 8 | -2/+71 |
2015-05-11 | Fix mips16 __fpu_control static linking (bug 18397). | Joseph Myers | 4 | -2/+13 |
2015-05-11 | Separate internal state between getXXent and getXXbyYY NSS calls (bug 18007) | Andreas Schwab | 8 | -185/+122 |
2015-05-11 | Adjust tst-strfmon1 after da_DK locale change. | Stefan Liebler | 2 | -1/+5 |
2015-05-08 | NaCl: Implement gethostname. | Roland McGrath | 2 | -0/+49 |
2015-05-08 | Add more tests of csqrt, lgamma, log10, sinh. | Joseph Myers | 5 | -24/+180 |
2015-05-08 | Bug 18125: Call exit after last linked context. | Carlos O'Donell | 9 | -16/+229 |
2015-05-07 | Update NEWS | Siddhesh Poyarekar | 1 | -6/+7 |
2015-05-07 | Update currency_symbol in da_DK | Christian Schmidt | 2 | -1/+6 |
2015-05-06 | BZ#18383: Add test case for large alignment in TLS blocks. | Roland McGrath | 5 | -3/+112 |
2015-05-06 | NaCl: Fix elf_loader file name in nacl-test-wrapper.sh | Roland McGrath | 2 | -1/+6 |
2015-05-06 | Add more tests of acosh, atanh, cos, csqrt, erfc, sin, sincos. | Joseph Myers | 5 | -26/+374 |
2015-05-06 | 2015-05-06 Szabolcs Nagy <szabolcs.nagy@arm.com> | Wilco Dijkstra | 2 | -316/+449 |
2015-05-05 | Add further tests of libm functions. | Joseph Myers | 5 | -75/+2927 |
2015-05-05 | Add __nonnull attribute to wcscpy and wcsncpy [BZ#18265] | Daniel Marjamäki | 2 | -2/+10 |
2015-05-05 | __ASSUME_FALLOCATE is always true on 32-bit architectures | Florian Weimer | 6 | -114/+47 |
2015-05-05 | i386: Remove fallocate, fallocate64, posix_fallocate, posix_fallocate64 | Florian Weimer | 7 | -232/+14 |
2015-05-02 | Add more tests of libm functions. | Joseph Myers | 5 | -54/+1011 |
2015-05-01 | Add more tests of tgamma. | Joseph Myers | 5 | -12/+220 |
2015-05-01 | Add more tests of tanh. | Joseph Myers | 5 | -24/+345 |
2015-05-01 | Add more tests of tan. | Joseph Myers | 5 | -8/+67 |
2015-05-01 | Add more tests of cos, sin, sincos. | Joseph Myers | 5 | -8/+151 |
2015-05-01 | Add another test of pow. | Joseph Myers | 4 | -8/+38 |
2015-05-01 | Add more tests of lgamma. | Joseph Myers | 5 | -60/+292 |