about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* sparc: Assume VIS3 supportAdhemerval Zanella2017-11-2933-232/+153
* Use libm_alias_double for ia64.Joseph Myers2017-11-2950-3/+109
* Fix gmon static test failures.John David Anglin2017-11-282-17/+18
* Use libm_alias_float for i386.Joseph Myers2017-11-2930-29/+136
* Use libm_alias_double for i386.Joseph Myers2017-11-2823-26/+91
* Properly compute offsets of note descriptor and next note [BZ #22370]H.J. Lu2017-11-285-16/+76
* Use libm_alias_float for s390.Joseph Myers2017-11-282-1/+5
* Use libm_alias_double for s390.Joseph Myers2017-11-283-11/+8
* Add the Changelog entry for “cs_CZ locale: Base collation on iso14651_t1 [B...Mike FABIAN2017-11-281-0/+8
* localedata: Remove duplicate cs_CZ from LOCALESSiddhesh Poyarekar2017-11-282-1/+5
* benchtests: Enable BENCHSET to run subset of testsVictor Rodriguez2017-11-283-20/+76
* benchtests: Expand range of tests names in schema.jsonVictor Rodriguez2017-11-282-1/+4
* benchtests: Adjust valid and accepted propertiesVictor Rodriguez2017-11-282-1/+8
* posix: Make tst-getaddrinfo[45] xtests due to DNS dependency [BZ #20826]Florian Weimer2017-11-282-3/+12
* sparc: Implement memset/bzero ifunc selection in CAdhemerval Zanella2017-11-2812-130/+179
* sparc: Implement memcpy/mempcpy ifunc selection in CAdhemerval Zanella2017-11-2813-173/+216
* cs_CZ locale: Base collation on iso14651_t1 [BZ #22336]Mike FABIAN2017-11-283-2162/+286
* Use libm_alias_float for alpha.Joseph Myers2017-11-2835-38/+102
* Use libm_alias_float for aarch64.Joseph Myers2017-11-2814-13/+54
* Use libm_alias_double for alpha.Joseph Myers2017-11-2811-90/+46
* Support ldbl-opt libm_alias_double use from .S files.Joseph Myers2017-11-282-1/+6
* Use libm_alias_double for aarch64.Joseph Myers2017-11-2714-13/+55
* Implement the mlock2 functionFlorian Weimer2017-11-2737-5/+194
* Add _Float64x function aliases.Joseph Myers2017-11-2744-18/+1571
* Consolidate link map sortingAndreas Schwab2017-11-278-215/+153
* Use libm_alias_float128 more in sysdeps/ieee754/float128.Joseph Myers2017-11-247-6/+19
* Use -mfloat128 for _Float64x tests for powerpc64le.Joseph Myers2017-11-242-1/+15
* Support _Float64x in libm_alias macros.Joseph Myers2017-11-244-15/+61
* Support strfromf64x alias.Joseph Myers2017-11-243-2/+35
* Support strtof64x, wcstof64x aliases.Joseph Myers2017-11-247-0/+126
* Support testing _Float64x libm functions.Joseph Myers2017-11-243-1/+53
* Make min_of_type_ macros function-like.Joseph Myers2017-11-242-6/+16
* Define __STDC_WANT_IEC_60559_TYPES_EXT__ in tst-strtod-round-skeleton.c.Joseph Myers2017-11-242-0/+5
* Fix gen-tgmath-tests.py for _Float64, _Float64x testing.Joseph Myers2017-11-242-2/+5
* Handle more _FloatN, _FloatNx types in bits/libm-simd-decl-stubs.h.Joseph Myers2017-11-242-0/+73
* Move wcstof128 symbol versions to wcsmbs/Versions.Joseph Myers2017-11-243-2/+14
* Linux: Introduce <bits/mman-shared.h>Florian Weimer2017-11-245-16/+56
* posix: Fix generic p{read,write}v buffer allocation (BZ#22457)Adhemerval Zanella2017-11-243-6/+17
* pl_PL locale: Base collation on iso14651_t1Mike FABIAN2017-11-244-2062/+231
* Use libm_alias_ldouble macros in sysdeps/ia64/fpu.Joseph Myers2017-11-2348-4/+115
* malloc: Call tcache destructor in arena_thread_freeresFlorian Weimer2017-11-233-7/+29
* nss: Export nscd hash function as __nss_hash [BZ #22459]Florian Weimer2017-11-2312-107/+128
* sigwait: Do not fail with EINTR and return error code [BZ #22478]Florian Weimer2017-11-234-4/+104
* Linux: Add memfd_create system call wrapperFlorian Weimer2017-11-2336-1/+249
* Fix typo in variable name in gen-locale.sh.Joseph Myers2017-11-222-1/+3
* Obsolete p_secstodate.Joseph Myers2017-11-228-15/+55
* Fix p_secstodate overflow handling (bug 22463).Joseph Myers2017-11-224-1/+104
* Remove unused sparc64/soft-fp libm function implementations.Joseph Myers2017-11-224-155/+6
* * posix/regcomp.c (init_word_char): Add comments.Paul Eggert2017-11-222-0/+7
* Avoid use of strlen in getlogin_r (bug 22447).Joseph Myers2017-11-222-2/+10