about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* Remove various ABS macros and replace uses with fabs (or in one case abs)Wilco Dijkstra2015-05-1515-88/+116
* Fix erfcf spurious underflows (bug 18217).Joseph Myers2015-05-155-3/+63
* Fix atanf spurious underflows (bug 18196).Joseph Myers2015-05-145-3/+35
* Fix log1p missing underflows (bug 16339).Joseph Myers2015-05-149-109/+202
* Fix non-portable echo usage in sysdeps/unix/make-syscalls.shAdhemerval Zanella2015-05-142-9/+19
* This is update for configure, build and install of vector math library.Andrew Senkevich2015-05-148-2/+96
* This patch adds infrastructure for addition of SIMDAndrew Senkevich2015-05-145-1/+84
* Last part of changes regarding to libm-test.inc: additionAndrew Senkevich2015-05-144-5/+63
* Refactoring of START for conditions in individual testsAndrew Senkevich2015-05-149-10/+63
* This is the beginning of series of patches with additionAndrew Senkevich2015-05-148-18/+34
* NaCl: Make fdopendir skip fcntl check.Roland McGrath2015-05-132-0/+34
* Nit fixes in last change.Roland McGrath2015-05-132-0/+4
* Refactor scandir/scandirat to use common tail.Roland McGrath2015-05-1310-130/+207
* Break __scandir_cancel_handler out into its own file.Roland McGrath2015-05-137-19/+42
* Add a test case for scandir.Roland McGrath2015-05-134-1/+307
* Remove a trailing `\' in make-syscalls.shH.J. Lu2015-05-133-2/+7
* [AArch64] Fix inline asm clobber list in tls-macros.hSzabolcs Nagy2015-05-132-1/+6
* Minor changelog fixupSiddhesh Poyarekar2015-05-131-1/+1
* Add strcoll benchmarkLeonhard Holz2015-05-1327-2/+16518
* Split locale generation snippet into a separate fileLeonhard Holz2015-05-134-16/+30
* Use strspn/strcspn/strpbrk ifunc in internal calls.Ondřej Bílka2015-05-123-13/+5
* NaCl: Provide non-default values for uname.Roland McGrath2015-05-125-3/+91
* Fix linknamespace test handling of architecture-specific st_other.Joseph Myers2015-05-122-0/+8
* Improve strcoll with strdiff.Leonhard Holz2015-05-128-2/+71
* Fix mips16 __fpu_control static linking (bug 18397).Joseph Myers2015-05-114-2/+13
* Separate internal state between getXXent and getXXbyYY NSS calls (bug 18007)Andreas Schwab2015-05-118-185/+122
* Adjust tst-strfmon1 after da_DK locale change.Stefan Liebler2015-05-112-1/+5
* NaCl: Implement gethostname.Roland McGrath2015-05-082-0/+49
* Add more tests of csqrt, lgamma, log10, sinh.Joseph Myers2015-05-085-24/+180
* Bug 18125: Call exit after last linked context.Carlos O'Donell2015-05-089-16/+229
* Update NEWSSiddhesh Poyarekar2015-05-071-6/+7
* Update currency_symbol in da_DKChristian Schmidt2015-05-072-1/+6
* BZ#18383: Add test case for large alignment in TLS blocks.Roland McGrath2015-05-065-3/+112
* NaCl: Fix elf_loader file name in nacl-test-wrapper.shRoland McGrath2015-05-062-1/+6
* Add more tests of acosh, atanh, cos, csqrt, erfc, sin, sincos.Joseph Myers2015-05-065-26/+374
* 2015-05-06 Szabolcs Nagy <szabolcs.nagy@arm.com>Wilco Dijkstra2015-05-062-316/+449
* Add further tests of libm functions.Joseph Myers2015-05-055-75/+2927
* Add __nonnull attribute to wcscpy and wcsncpy [BZ#18265]Daniel Marjamäki2015-05-052-2/+10
* __ASSUME_FALLOCATE is always true on 32-bit architecturesFlorian Weimer2015-05-056-114/+47
* i386: Remove fallocate, fallocate64, posix_fallocate, posix_fallocate64Florian Weimer2015-05-057-232/+14
* Add more tests of libm functions.Joseph Myers2015-05-025-54/+1011
* Add more tests of tgamma.Joseph Myers2015-05-015-12/+220
* Add more tests of tanh.Joseph Myers2015-05-015-24/+345
* Add more tests of tan.Joseph Myers2015-05-015-8/+67
* Add more tests of cos, sin, sincos.Joseph Myers2015-05-015-8/+151
* Add another test of pow.Joseph Myers2015-05-014-8/+38
* Add more tests of lgamma.Joseph Myers2015-05-015-60/+292
* Add more tests of log, log10, log1p, log2.Joseph Myers2015-05-015-61/+924
* elf.h: Add section compression constants and structures.Mark Wielaard2015-05-012-0/+30
* Add more tests of exp, exp10, exp2, expm1.Joseph Myers2015-05-015-29/+574