aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-12-15Fix aliasing violation in tst-rec-dlopenFlorian Weimer2-1/+6
2015-12-14Make obsolete syscall wrappers into compat symbols (bug 18472).Joseph Myers8-48/+58
2015-12-12Cleanup ARM ioperm implementationAurelien Jarno2-9/+11
2015-12-11Fix indentation.Steve Ellcey2-1/+8
2015-12-11 Fix indentation.Steve Ellcey2-1/+5
2015-12-11 Fix indentation.Steve Ellcey2-2/+6
2015-12-11Automate LC_CTYPE generation for tr_TR, update to Unicode 8.0.0 (bug 18491).Joseph Myers5-1032/+1838
2015-12-10grantpt: trust the kernel about pty group and permission modeAurelien Jarno2-2/+27
2015-12-10Split large string section; add truncation advicePaul Eggert7-227/+263
2015-12-10Document best practice for disconnected NSS modules.Carlos O'Donell2-0/+12
2015-12-10Update to Unicode 8.0.0.Mike FABIAN17-1363/+5986
2015-12-09Update da, nb, nn, and sv locales (Bug 89)Mike FABIAN4-3/+67
2015-12-09Update transliteration support to Unicode 7.0.0.Carlos O'Donell18-713/+3928
2015-12-09Regenerate locale/C-translit.h.Carlos O'Donell2-629/+633
2015-12-09Generic updates to transliterations.Mike FABIAN4-7/+479
2015-12-09Fix ldbl-128ibm logl inaccuracy near 1 (bug 19351).Joseph Myers2-1/+6
2015-12-09Fix ldbl-128ibm sinhl spurious overflows (bug 19350).Joseph Myers2-1/+5
2015-12-09Fix ldbl-128ibm tanhl inaccuracy for small arguments (bug 19349).Joseph Myers2-1/+5
2015-12-09Use direct socket syscalls for new kernels on i386, m68k, microblaze, sh.Joseph Myers5-0/+220
2015-12-09mips: fix testsuite build for O32 FPXX ABI on pre-R2 CPUAurelien Jarno4-0/+54
2015-12-09Fix grantpt basename namespace bugAurelien Jarno2-1/+6
2015-12-09benchtests: ffs and ffsll are string functions, not mathSiddhesh Poyarekar2-16/+25
2015-12-09benchtests: Add inputs from sin and cos to sincosSiddhesh Poyarekar2-0/+5107
2015-12-07Utilize x86_64 vector math functions w/o -fopenmp.Andrew Senkevich2-0/+11
2015-12-04Fix typo in strncat, wcsncat manual entriesPaul Eggert2-4/+13
2015-12-04Fix nan functions handling of payload strings (bug 16961, bug 16962).Joseph Myers9-25/+217
2015-12-04Revert "tst-res_hconf_reorder: Set RESOLV_REORDER environment variable"Florian Weimer2-8/+0
2015-12-04tst-res_hconf_reorder: Set RESOLV_REORDER environment variableFlorian Weimer2-0/+8
2015-12-04Consistency about byte vs character in string.texiPaul Eggert2-221/+248
2015-12-03math: add LDBL_CLASSIFY_COMPAT supportChris Metcalf19-18/+98
2015-12-03Corrected path to installed libmvec_nonshared.aAndrew Senkevich2-1/+6
2015-12-03powerpc: Add hwcap/hwcap2/platform data to TCB.Carlos Eduardo Seo15-7/+480
2015-12-02Use shell's builtin pwd.Ludovic Courtès5-19/+18
2015-12-02Comment on IBM930, IBM933, IBM935, IBM937, IBM939.Carlos O'Donell6-0/+32
2015-12-02nptl: Fix racy pipe closing in tst-cancel{20,21}Adhemerval Zanella3-12/+24
2015-12-01Add __CPU_MASK_TYPE for __cpu_maskH.J. Lu10-1/+27
2015-12-01[AArch64] Regenerate libm-test-ulpsSzabolcs Nagy2-50/+58
2015-12-01Use hex float constants in sysdeps/ieee754/dbl-64/e_sqrt.c.Joseph Myers3-46/+9
2015-11-30Update family and model detection for AMD CPUsH.J. Lu2-12/+23
2015-11-29hurd: Make mmap64 use vm_offset_t for overflow checkSamuel Thibault2-0/+54
2015-11-29hurd: install correct number of send rights on forkThomas Schwinge2-5/+6
2015-11-28MIPS: Wire FCSR.ABS2008 to FCSR.NAN2008Maciej W. Rozycki2-3/+8
2015-11-27Rename localedir to complocaledir (bug 14259).Carlos O'Donell21-33/+70
2015-11-27Better workaround for aliases of *_finite symbols in vector math library.Andrew Senkevich5-31/+74
2015-11-25hurd: Initialize __libc_stack_end for hidden supportSamuel Thibault2-3/+3
2015-11-25Do not add relro attribute to __libc_stack_endSamuel Thibault2-3/+3
2015-11-25Revert not defining NO_HIDDEN on hurdSamuel Thibault3-2/+6
2015-11-25Fix hurd build with hidden supportSamuel Thibault12-11/+36
2015-11-25Fix RPC breakage when longjumping from signal handlerSamuel Thibault2-1/+7
2015-11-24Refactor strtod parsing of NaN payloads.Joseph Myers28-95/+504