aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-19Fix i386 atanhl spurious underflows (bug 18049).Joseph Myers
2015-05-19BZ#18434: Fix sem_post EOVERFLOW check for [!__HAVE_64B_ATOMICS].Roland McGrath
2015-05-20Fix typo in safety annotations in envz_removeSiddhesh Poyarekar
2015-05-19 * inet/rcmd.c (rresvport_af): Change ss to anonymous unionSteve Ellcey
2015-05-19Fix for test "malloc_usable_size: expected 7 but got 11"James Lemke
2015-05-19soft-fp: Fix alpha kernel build problemRichard Henderson
2015-05-19alpha: Update libm-test-ulpsRichard Henderson
2015-05-19Avoid deadlock in malloc on backtrace (BZ #16159)Siddhesh Poyarekar
2015-05-19Succeed if make check does not report any errorsSiddhesh Poyarekar
2015-05-19Add envz_remove to the libc manualSiddhesh Poyarekar
2015-05-18Refactor opendir.Roland McGrath
2015-05-18Add *.pyc to .gitignoreSiddhesh Poyarekar
2015-05-18Ensure `wint_t' is defined before use in include/stdio.hArjun Shankar
2015-05-17Fix stdlib/tst-setcontext3 with dash [BZ#18418]Adhemerval Zanella
2015-05-16Fail locale installation if localedef fails.Carlos O'Donell
2015-05-16Fix bo_CN and bo_IN.Marko Myllynen
2015-05-15Fix atanhl missing underflows (bug 16352).Joseph Myers
2015-05-15Fix tanf spurious underflows (bug 18221).Joseph Myers
2015-05-15Fix lgammaf spurious underflows (bug 18220).Joseph Myers
2015-05-15Add BZ #16704 as fixedAdhemerval Zanella
2015-05-15Remove various ABS macros and replace uses with fabs (or in one case abs)Wilco Dijkstra
2015-05-15Fix erfcf spurious underflows (bug 18217).Joseph Myers
2015-05-14Fix atanf spurious underflows (bug 18196).Joseph Myers
2015-05-14Fix log1p missing underflows (bug 16339).Joseph Myers
2015-05-14Fix non-portable echo usage in sysdeps/unix/make-syscalls.shAdhemerval Zanella
2015-05-14This is update for configure, build and install of vector math library.Andrew Senkevich
2015-05-14This patch adds infrastructure for addition of SIMDAndrew Senkevich
2015-05-14Last part of changes regarding to libm-test.inc: additionAndrew Senkevich
2015-05-14Refactoring of START for conditions in individual testsAndrew Senkevich
2015-05-14This is the beginning of series of patches with additionAndrew Senkevich
2015-05-13NaCl: Make fdopendir skip fcntl check.Roland McGrath
2015-05-13Nit fixes in last change.Roland McGrath
2015-05-13Refactor scandir/scandirat to use common tail.Roland McGrath
2015-05-13Break __scandir_cancel_handler out into its own file.Roland McGrath
2015-05-13Add a test case for scandir.Roland McGrath
2015-05-13Remove a trailing `\' in make-syscalls.shH.J. Lu
2015-05-13[AArch64] Fix inline asm clobber list in tls-macros.hSzabolcs Nagy
2015-05-13Minor changelog fixupSiddhesh Poyarekar
2015-05-13Add strcoll benchmarkLeonhard Holz
2015-05-13Split locale generation snippet into a separate fileLeonhard Holz
2015-05-12Use strspn/strcspn/strpbrk ifunc in internal calls.Ondřej Bílka
2015-05-12NaCl: Provide non-default values for uname.Roland McGrath
2015-05-12Fix linknamespace test handling of architecture-specific st_other.Joseph Myers
2015-05-12Improve strcoll with strdiff.Leonhard Holz
2015-05-11Fix mips16 __fpu_control static linking (bug 18397).Joseph Myers
2015-05-11Separate internal state between getXXent and getXXbyYY NSS calls (bug 18007)Andreas Schwab
2015-05-11Adjust tst-strfmon1 after da_DK locale change.Stefan Liebler
2015-05-08NaCl: Implement gethostname.Roland McGrath
2015-05-08Add more tests of csqrt, lgamma, log10, sinh.Joseph Myers
2015-05-08Bug 18125: Call exit after last linked context.Carlos O'Donell