about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Check linker support for INSERT in linker script hjl/pr14995H.J. Lu2017-06-284-0/+57
* Run vismain only if linker supports protected data symbolH.J. Lu2017-06-281-0/+2
* Support _Float128 in tgmath.h.Joseph Myers2017-06-284-40/+160
* Use clog10 not __clog10 in tgmath.h log10 macro.Joseph Myers2017-06-283-2/+8
* Fix tgmath.h totalorder, totalordermag return type (bug 21687).Joseph Myers2017-06-284-9/+31
* Simplify tgmath.h for integer return types.Joseph Myers2017-06-282-18/+32
* Remove NO_LONG_DOUBLE conditionals in libm tests (bug 21607).Joseph Myers2017-06-2818-48/+36
* Add more thorough generated tgmath.h test.Joseph Myers2017-06-283-0/+623
* Require binutils 2.25 or later to build glibc.Joseph Myers2017-06-2810-145/+20
* Support building glibc with gold 1.14 or above [BZ #14995]H.J. Lu2017-06-283-6/+89
* Miscellaneous sys/ucontext.h namespace fixes (bug 21457).Joseph Myers2017-06-286-7/+30
* Fix elf/loadtest.c build with GCC 8.Joseph Myers2017-06-272-6/+12
* Fix strftime build with GCC 8.Joseph Myers2017-06-272-6/+21
* [ARM] Optimise memchr for NEON-enabled processorsPrakhar Bahuguna2017-06-276-1/+304
* S390: Use cu21 instruction for converting from utf16 to utf8.Stefan Liebler2017-06-273-3/+129
* S390: Use cu24 instruction for converting from utf16 to utf32.Stefan Liebler2017-06-273-4/+122
* S390: Use cu42 instruction for converting from utf32 to utf16.Stefan Liebler2017-06-273-4/+118
* S390: Use cu41 instruction for converting from utf32 to utf8.Stefan Liebler2017-06-273-3/+124
* S390: Add new hwcap values for new cpu architecture - arch12.Stefan Liebler2017-06-274-3/+19
* x86-64: Optimize memcmp-avx2-movbe.S for short differenceH.J. Lu2017-06-272-56/+68
* Add ChangeLog entries for the last 6 commitsMike FABIAN2017-06-271-0/+42
* localedata: Months updated from CLDR - other scripts [BZ #21217]Rafal Luzynski2017-06-276-16/+16
* localedata: Months updated from CLDR - other Indic scripts [BZ #21217]Rafal Luzynski2017-06-275-25/+25
* localedata: Months updated from CLDR - Devanagari scripts [BZ #21217]Rafal Luzynski2017-06-275-19/+19
* localedata: Months updated from CLDR - Bengali scripts [BZ #21217]Rafal Luzynski2017-06-273-6/+6
* localedata: Months updated from CLDR - Arabic scripts [BZ #21217]Rafal Luzynski2017-06-2713-79/+79
* localedata: More months updated from CLDR-31 [BZ #21217]Rafal Luzynski2017-06-275-60/+60
* localedata: Month names updated from CLDR-31 [BZ #21217]Rafal Luzynski2017-06-2719-112/+155
* S390: Save and restore r12 in TLS_IE macro.Stefan Liebler2017-06-273-9/+18
* resolv: Avoid timeouts in test-resolv-res-init, test-resolv-res_init-threadFlorian Weimer2017-06-272-0/+85
* resolv: Call _res_hconf_init from __res_vinitFlorian Weimer2017-06-2711-19/+30
* Add float128 support for ia64.Joseph Myers2017-06-2614-4/+393
* Rename struct ucontext tag (bug 21457).Joseph Myers2017-06-2637-59/+130
* Add float128 support for x86_64, x86.Joseph Myers2017-06-2626-95/+2663
* Call exit directly in clone (BZ #21512)Adhemerval Zanella2017-06-2619-104/+171
* powerpc64le: Enable float128Paul E. Murphy2017-06-2614-1/+1192
* powerpc64le: Require at least POWER8 for powerpc64leGabriel F. T. Gomes2017-06-263-0/+51
* powerpc64le: Check for compiler features for float128Gabriel F. T. Gomes2017-06-265-0/+96
* Prevent an implicit int promotion in malloc/tst-alloc_buffer.cTulio Magno Quites Machado Filho2017-06-262-1/+6
* manual: Fix a minor grammatical error.Rical Jasan2017-06-252-1/+5
* resolv/tst-resolv-basic: Add test cases for bug 21295Florian Weimer2017-06-242-0/+21
* getaddrinfo: Merge IPv6 addresses and IPv4 addresses [BZ #21295]Dmitry Bilunov2017-06-242-4/+10
* Avoid .symver on common symbols [BZ #21666]H.J. Lu2017-06-232-4/+12
* inet_pton: Reject IPv6 addresses with many leading zeros [BZ #16637]Florian Weimer2017-06-233-21/+20
* Clean pthread functions namespaces for C11 threadsAdhemerval Zanella2017-06-2339-59/+156
* Update x86 ulps for GCC 7.Joseph Myers2017-06-233-16/+19
* Make libm-test-support code clear exceptions after each test.Joseph Myers2017-06-232-0/+16
* Avoid localplt issues from x86 fereaiseexcept inline.Joseph Myers2017-06-233-0/+19
* x86-64: Optimize L(between_2_3) in memcmp-avx2-movbe.SH.J. Lu2017-06-232-4/+7
* Document _FloatN and _FloatNx versions of math functionsGabriel F. T. Gomes2017-06-233-49/+576