about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Update hanzi collation by strokeWei-Lun Chao2017-08-292-22643/+28242
* Fix m68k bits/math-inline.h macro namespace (bug 22035).Joseph Myers2017-08-292-33/+50
* 2017-08-29 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2017-08-292-4/+51
* MIPS/o32: Fix internal_syscall5/6/7Adhemerval Zanella2017-08-2915-186/+208
* ia64: Fix thread stack allocation permission set (BZ #21672)Adhemerval Zanella2017-08-293-26/+39
* [AArch64] Fix procfs.h not to expose stdint.h typesSzabolcs Nagy2017-08-292-2/+5
* iconv_open: Fix heap corruption on gconv_init failure [BZ #22026]Florian Weimer2017-08-296-2/+167
* iconv: Mangle __btowc_fct even without __init_fct [BZ #22025]Florian Weimer2017-08-292-12/+19
* Fix bits/math-finite.h _MSUF_ expansion namespace (bug 22028).Joseph Myers2017-08-295-39/+105
* gconv: Consistently mangle NULL function pointers [BZ #22025]Patsy Franklin2017-08-295-39/+47
* Use “,” as mon_decimal_point for ru_RU and os_RU locales (follow CLDR)Mike FABIAN2017-08-293-17/+13
* Add locale for mfe_MUAkhilesh Kumar2017-08-295-0/+196
* Use NFC for the strings in “day”, “yesstr”, and “nostr” in the sg...Mike FABIAN2017-08-292-3/+8
* Provide a C++ version of iszero that does not use __MATH_TG (bug 21930)Gabriel F. T. Gomes2017-08-284-5/+127
* Fix country_name in zu_ZA to agree with CLDRAkhilesh Kumar2017-08-282-2/+6
* x86_64 __redirect_ieee754_expf: Change double to floatH.J. Lu2017-08-282-1/+6
* Simplify math-svid-compat code.Joseph Myers2017-08-283-19/+17
* Remove abi-*-options compiler flagsFlorian Weimer2017-08-289-53/+24
* hurd: Remove duplicate symbol versionSamuel Thibault2017-08-283-10/+0
* hurd: Fix typoSamuel Thibault2017-08-282-2/+2
* <bits/syscall.h>: Use an arch-independent system call list on LinuxFlorian Weimer2017-08-286-68/+881
* 2017-08-27 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2017-08-277-1/+200
* hurd: Fix static initialization with -fstack-protector-strongSamuel Thibault2017-08-273-0/+19
* hurd: fix build with -fstack-protector-strongSamuel Thibault2017-08-276-1/+17
* hurd: Add system-specific sysmacros.hSamuel Thibault2017-08-272-0/+64
* x86: Remove assembly versions of index_cpu_*/index_arch_*H.J. Lu2017-08-252-42/+6
* [AArch64] Fix elf_greg_t on ILP32Szabolcs Nagy2017-08-252-1/+7
* Use __HAVE_DISTINCT_FLOAT128 in tgmath.h.Joseph Myers2017-08-252-1/+4
* Clean up bits/math-finite.h for aliasing types.Joseph Myers2017-08-253-23/+38
* Remove powerpc32 sqrt wrappers.Joseph Myers2017-08-2512-604/+23
* Fix the C++ version of issignaling when __NO_LONG_DOUBLE_MATH is definedGabriel F. T. Gomes2017-08-242-1/+15
* Remove cancellation support for syscall generationAdhemerval Zanella2017-08-2425-2766/+348
* Fix CFLAGS override in sysdeps/ieee754/dbl-64Szabolcs Nagy2017-08-242-3/+7
* x86-64: Regenerate libm-test-ulps for AVX512 mathvec testsH.J. Lu2017-08-232-2/+6
* string/stratcliff.c: Replace int with size_t [BZ #21982]H.J. Lu2017-08-232-109/+176
* Consolidate remaning non cancellable definitionsAdhemerval Zanella2017-08-237-9/+16
* x86_64: Replace AVX512F .byte sequences with instructionsH.J. Lu2017-08-237-290/+44
* aarch64: Use PTR_REG macro to fix ILP32 bug and make code consistentSteve Ellcey2017-08-222-1/+7
* Fix remaining return type of ifunc resolver declarationGabriel F. T. Gomes2017-08-222-1/+7
* Remove p{read,write}{v} and fallocate from x86 auto-generation listAdhemerval Zanella2017-08-223-5/+5
* Fix {INLINE,INTERNAL}_SYSCALL macros for x32Adhemerval Zanella2017-08-223-120/+205
* Remove duplicate inclusion of header math-svid-compat.hGabriel F. T. Gomes2017-08-224-3/+7
* powerpc: Shrink ULPs for float128Gabriel F. T. Gomes2017-08-222-26/+14
* Fix tgmath.h handling of complex integers (bug 21684).Joseph Myers2017-08-223-49/+110
* Remove non cancellable sigsuspend definitionAdhemerval Zanella2017-08-224-7/+7
* Consolidate non cancellable nanosleep callAdhemerval Zanella2017-08-225-4/+24
* Consolidate non cancellable pause callAdhemerval Zanella2017-08-227-28/+27
* Declare ifunc resolver to return a pointer to the same type as the targetMartin Sebor2017-08-222-1/+7
* Hide internal printf functions [BZ #18822/21986]H.J. Lu2017-08-225-11/+21
* Provide a C++ version of issignaling that does not use __MATH_TGGabriel F. T. Gomes2017-08-225-2/+148