aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-08-29Fix bits/math-finite.h _MSUF_ expansion namespace (bug 22028).Joseph Myers5-39/+105
2017-08-29gconv: Consistently mangle NULL function pointers [BZ #22025]Patsy Franklin5-39/+47
2017-08-29Use “,” as mon_decimal_point for ru_RU and os_RU locales (follow CLDR)Mike FABIAN3-17/+13
2017-08-29Add locale for mfe_MUAkhilesh Kumar5-0/+196
2017-08-29Use NFC for the strings in “day”, “yesstr”, and “nostr” in the sg...Mike FABIAN2-3/+8
2017-08-28Provide a C++ version of iszero that does not use __MATH_TG (bug 21930)Gabriel F. T. Gomes4-5/+127
2017-08-28Fix country_name in zu_ZA to agree with CLDRAkhilesh Kumar2-2/+6
2017-08-28x86_64 __redirect_ieee754_expf: Change double to floatH.J. Lu2-1/+6
2017-08-28Simplify math-svid-compat code.Joseph Myers3-19/+17
2017-08-28Remove abi-*-options compiler flagsFlorian Weimer9-53/+24
2017-08-28hurd: Remove duplicate symbol versionSamuel Thibault3-10/+0
2017-08-28hurd: Fix typoSamuel Thibault2-2/+2
2017-08-28<bits/syscall.h>: Use an arch-independent system call list on LinuxFlorian Weimer6-68/+881
2017-08-272017-08-27 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov7-1/+200
2017-08-27hurd: Fix static initialization with -fstack-protector-strongSamuel Thibault3-0/+19
2017-08-27hurd: fix build with -fstack-protector-strongSamuel Thibault6-1/+17
2017-08-27hurd: Add system-specific sysmacros.hSamuel Thibault2-0/+64
2017-08-25x86: Remove assembly versions of index_cpu_*/index_arch_*H.J. Lu2-42/+6
2017-08-25[AArch64] Fix elf_greg_t on ILP32Szabolcs Nagy2-1/+7
2017-08-25Use __HAVE_DISTINCT_FLOAT128 in tgmath.h.Joseph Myers2-1/+4
2017-08-25Clean up bits/math-finite.h for aliasing types.Joseph Myers3-23/+38
2017-08-25Remove powerpc32 sqrt wrappers.Joseph Myers12-604/+23
2017-08-24Fix the C++ version of issignaling when __NO_LONG_DOUBLE_MATH is definedGabriel F. T. Gomes2-1/+15
2017-08-24Remove cancellation support for syscall generationAdhemerval Zanella25-2766/+348
2017-08-24Fix CFLAGS override in sysdeps/ieee754/dbl-64Szabolcs Nagy2-3/+7
2017-08-23x86-64: Regenerate libm-test-ulps for AVX512 mathvec testsH.J. Lu2-2/+6
2017-08-23string/stratcliff.c: Replace int with size_t [BZ #21982]H.J. Lu2-109/+176
2017-08-23Consolidate remaning non cancellable definitionsAdhemerval Zanella7-9/+16
2017-08-23x86_64: Replace AVX512F .byte sequences with instructionsH.J. Lu7-290/+44
2017-08-22aarch64: Use PTR_REG macro to fix ILP32 bug and make code consistentSteve Ellcey2-1/+7
2017-08-22Fix remaining return type of ifunc resolver declarationGabriel F. T. Gomes2-1/+7
2017-08-22Remove p{read,write}{v} and fallocate from x86 auto-generation listAdhemerval Zanella3-5/+5
2017-08-22Fix {INLINE,INTERNAL}_SYSCALL macros for x32Adhemerval Zanella3-120/+205
2017-08-22Remove duplicate inclusion of header math-svid-compat.hGabriel F. T. Gomes4-3/+7
2017-08-22powerpc: Shrink ULPs for float128Gabriel F. T. Gomes2-26/+14
2017-08-22Fix tgmath.h handling of complex integers (bug 21684).Joseph Myers3-49/+110
2017-08-22Remove non cancellable sigsuspend definitionAdhemerval Zanella4-7/+7
2017-08-22Consolidate non cancellable nanosleep callAdhemerval Zanella5-4/+24
2017-08-22Consolidate non cancellable pause callAdhemerval Zanella7-28/+27
2017-08-22Declare ifunc resolver to return a pointer to the same type as the targetMartin Sebor2-1/+7
2017-08-22Hide internal printf functions [BZ #18822/21986]H.J. Lu5-11/+21
2017-08-22Provide a C++ version of issignaling that does not use __MATH_TGGabriel F. T. Gomes5-2/+148
2017-08-22Add hidden visibility to internal function prototypesH.J. Lu2-2/+22
2017-08-22math: Statically link tests of internal functionalityFlorian Weimer2-8/+14
2017-08-22Fix sparc32 bits/long-double.h (bug 21987).Joseph Myers3-0/+34
2017-08-22Fix position of tests-unsupported definition in assert/Makefile.Joseph Myers2-2/+7
2017-08-21Fix GCC 7 build of k_standard.c.Joseph Myers2-0/+8
2017-08-21Consolidate non cancellable waitpid callAdhemerval Zanella5-6/+27
2017-08-21Consolidate non cancellable fcntl callAdhemerval Zanella4-8/+7
2017-08-21Consolidate non cancellable writev callAdhemerval Zanella5-12/+30