summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Support profiling PIE [BZ #22284]hjl/pr22284/2.26H.J. Lu2017-10-121-10/+37
* Remove conditional on LDBL_MANT_DIG from e_lgammal_r.cGabriel F. T. Gomes2017-10-103-10/+9
* ldbl-128ibm: Automatic replacing of _Float128 and L()Gabriel F. T. Gomes2017-10-107-2253/+2253
* ldbl-128ibm: Copy implementations from ldbl-128 instead of including themGabriel F. T. Gomes2017-10-107-12/+3827
* powerpc: Add redirection for finitef128, isinf128, and isnanf128Gabriel F. T. Gomes2017-10-104-0/+36
* powerpc64le: Add -mfloat128 to tst-strtod-nan-locale testcaseGabriel F. T. Gomes2017-10-102-0/+9
* Fix glibc.tune.cpu tunable handlingSteve Ellcey2017-10-102-1/+6
* aarch64: Optimized implementation of memmove for Qualcomm FalkorSiddhesh Poyarekar2017-10-105-2/+257
* Update translationsSiddhesh Poyarekar2017-10-103-574/+581
* memcpy_falkor: Fix code style in commentsSiddhesh Poyarekar2017-10-102-7/+7
* aarch64: Optimized memcpy for Qualcomm Falkor processorSiddhesh Poyarekar2017-10-108-4/+216
* Update NEWS for bug 22111.Carlos O'Donell2017-10-061-0/+1
* malloc: Fix tcache leak after thread destruction [BZ #22111]Carlos O'Donell2017-10-064-3/+129
* test-math-iscanonical.cc: Replace bool with intH.J. Lu2017-10-042-2/+7
* Add C++ versions of iscanonical for ldbl-96 and ldbl-128ibm (bug 22235)Gabriel F. T. Gomes2017-10-038-5/+106
* Fix sparc32 bits/long-double.h (bug 21987).Joseph Myers2017-10-023-0/+36
* Add missing bug fixes to list in NEWS file.Joseph Myers2017-09-301-0/+4
* Fix nearbyint arithmetic moved before feholdexcept (bug 22225).Joseph Myers2017-09-285-10/+23
* Let fpclassify use the builtin when optimizing for size in C++ mode (bug 22146)Gabriel F. T. Gomes2017-09-223-1/+14
* Fix remaining return type of ifunc resolver declarationGabriel F. T. Gomes2017-09-192-1/+7
* Declare ifunc resolver to return a pointer to the same type as the targetMartin Sebor2017-09-192-1/+7
* tst-tlsopt-powerpc as a shared libAlan Modra2017-09-185-48/+70
* string/stratcliff.c: Replace int with size_t [BZ #21982]H.J. Lu2017-09-112-109/+176
* Update x86_64 ulps for AMD Ryzen.Markus Trippelsdorf2017-09-082-2/+6
* Use "static const char domain[] ="H.J. Lu2017-09-072-1/+6
* Place $(elf-objpfx)sofini.os last [BZ #22051]H.J. Lu2017-09-072-1/+12
* dynarray: Set errno on overflow-induced allocation failureFlorian Weimer2017-09-064-3/+49
* __libc_dynarray_emplace_enlarge: Add missing elseFlorian Weimer2017-09-062-1/+6
* resolv: __resolv_conf_attach must not free passed conf object [BZ #22096]Florian Weimer2017-09-063-4/+8
* resolv: Fix memory leak with OOM during resolv.conf parsing [BZ #22095]Florian Weimer2017-09-063-0/+12
* nss_dns: Remove dead PTR IPv4-to-IPv6 mapping codeFlorian Weimer2017-09-063-20/+186
* tst-res_use_inet6: Enhance test to cover IPv4-to-IPv6 address mappingFlorian Weimer2017-09-062-45/+198
* getaddrinfo: Fix error handling in gethosts [BZ #21915] [BZ #21922]Florian Weimer2017-09-046-45/+206
* getaddrinfo: Return EAI_NODATA if gethostbyname2_r reports NO_DATA [BZ #21922]Florian Weimer2017-09-043-0/+15
* getaddrinfo: In gaih_inet, use h_errno for certain status values onlyFlorian Weimer2017-09-042-1/+9
* getaddrinfo: Properly set errno for NSS function lookup failureFlorian Weimer2017-09-042-6/+15
* getaddrinfo: Use &h_errno has the h_errno pointerFlorian Weimer2017-09-042-28/+24
* getaddrinfo: Use &errno has the errno pointerFlorian Weimer2017-09-042-13/+16
* Synchronize support/ infrastructure with masterFlorian Weimer2017-09-042-12/+31
* getaddrinfo: Remove unreachable return statement from gaih_inetFlorian Weimer2017-09-042-7/+8
* Fix position of tests-unsupported definition in assert/Makefile.Joseph Myers2017-09-042-2/+7
* Provide a C++ version of iszero that does not use __MATH_TG (bug 21930)Gabriel F. T. Gomes2017-08-294-5/+127
* Fix the C++ version of issignaling when __NO_LONG_DOUBLE_MATH is definedGabriel F. T. Gomes2017-08-292-1/+15
* Provide a C++ version of issignaling that does not use __MATH_TGGabriel F. T. Gomes2017-08-295-2/+148
* ldd: never run file directlyAndreas Schwab2017-08-283-13/+16
* __inet6_scopeid_pton: Remove attribute_hidden, internal_functionFlorian Weimer2017-08-223-3/+9
* Add missing bug fixes to NEWSGabriel F. T. Gomes2017-08-211-0/+3
* assert: Support types without operator== (int) [BZ #21972]Florian Weimer2017-08-216-7/+129
* Do not use generic selection in C++ modeGabriel F. T. Gomes2017-08-212-9/+15
* Do not use __builtin_types_compatible_p in C++ mode (bug 21930)Gabriel F. T. Gomes2017-08-213-2/+13