aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-08-13__libc_rpc_getport: Remove internal_function attributeFlorian Weimer3-3/+7
2017-08-13NSS: Do not use internal_function for functions with hidden aliasesFlorian Weimer9-25/+24
2017-08-13__fortify_fail: Remove internal_function attributeFlorian Weimer5-5/+18
2017-08-12Adapt test case data to the changes in the thousands separatorsMike FABIAN5-11/+22
2017-08-12Use U+202F instead of U+2009 as thousands_sep for es_MXMike FABIAN2-1/+5
2017-08-12Locales: Use Unicode wise thousands separatorStanislav Brabec48-65/+133
2017-08-11assert: Suppress pedantic warning caused by statement expressionFlorian Weimer2-3/+16
2017-08-11benchtests: Print json in memmove benchmarkSiddhesh Poyarekar3-41/+91
2017-08-11benchtests: Remove verification runs from benchmark testsSiddhesh Poyarekar10-154/+14
2017-08-10manual: Rewrite the section on widths of integer types.Rical Jasan2-40/+48
2017-08-10manual: Update @standards for [__]va_copy.Rical Jasan2-6/+15
2017-08-10powerpc: Restrict xssqrtqp operands to Vector Registers (bug 21941)Gabriel F. T. Gomes3-2/+11
2017-08-10[AArch64] Optimized memcmp.Wilco Dijkstra2-105/+76
2017-08-10ld.so: Introduce struct dl_exceptionFlorian Weimer29-239/+529
2017-08-10__inet6_scopeid_pton: Remove attribute_hidden, internal_functionFlorian Weimer3-3/+9
2017-08-10malloc: Avoid optimizer warning with GCC 7 and -O3Florian Weimer2-4/+21
2017-08-10Fix stdlib/tst-strfmon_l.c test case to agree with the changes in Indian mone...Mike FABIAN3-11/+18
2017-08-10Remove redundant data for LC_MONETARY for Indian localesAkhilesh Kumar21-342/+60
2017-08-10cmn_TW: add hanzi collationWei-Lun Chao3-18/+70790
2017-08-10aarch64/sys/ptrace.h: fix typo in commentDmitry V. Levin2-1/+4
2017-08-09sys/ptrace.h: remove obsolete Linux PTRACE_SEIZE_DEVEL constant [BZ #21928]Dmitry V. Levin8-37/+13
2017-08-09Remove __qaddr_t.Joseph Myers2-1/+2
2017-08-09Fix uc_* namespace (bug 21457).Joseph Myers19-50/+152
2017-08-09nss: Call __resolv_context_put before early return in get*_r [BZ #21932]Florian Weimer2-1/+15
2017-08-09Fix p_cs_precedes, n_cs_precedes, and n_sign_posn for mt_MTAkhilesh Kumar2-3/+8
2017-08-09Remove “% Charset: ...” comments from locale sourcesMike FABIAN221-273/+232
2017-08-09Added new locale en_SCAkhilesh Kumar3-0/+126
2017-08-09Add BZ referenceAndreas Schwab1-2/+2
2017-08-09Fix s390 version of pt-longjmp.cAndreas Schwab2-2/+7
2017-08-09Add test for bug 21041Andreas Schwab4-2/+77
2017-08-09memcpy_falkor: Fix code style in commentsSiddhesh Poyarekar2-7/+7
2017-08-09aarch64: Optimized memcpy for Qualcomm Falkor processorSiddhesh Poyarekar8-4/+216
2017-08-08manual: Document getcontext uc_stack value on Linux [BZ #759]Adhemerval Zanella2-0/+11
2017-08-08Do not use __ptr_t.Joseph Myers44-134/+197
2017-08-08getaddrinfo: Remove unreachable return statement from gaih_inetFlorian Weimer2-7/+8
2017-08-08i386: Add <startup.h> [BZ #21913]H.J. Lu7-1/+87
2017-08-08Don't use IFUNC resolver for longjmp or system in libpthread (bug 21041)Andreas Schwab3-37/+24
2017-08-08posix: Set p{read,write}v2 to return ENOTSUP (BZ#21780)Adhemerval Zanella9-12/+25
2017-08-07Fix XPG4.2 bits/sigaction.h namespace (bug 21899).Joseph Myers10-34/+115
2017-08-07Consistently use uintN_t not u_intN_t everywhere.Joseph Myers27-81/+131
2017-08-07Remove __long_double_t.Joseph Myers4-3/+9
2017-08-08benchtests: Avoid a display error when running in text terminalSiddhesh Poyarekar2-0/+5
2017-08-08benchtests: Allow selecting baseline for compare_string.pySiddhesh Poyarekar2-10/+22
2017-08-08benchtests: Use TEST_NAME instead of hardcoding memcpySiddhesh Poyarekar4-3/+10
2017-08-07Fix missing redirects in testsuite targetsAndreas Schwab12-20/+42
2017-08-07x86-64: Add FMA multiarch functions to libmH.J. Lu33-105/+554
2017-08-04Reimplement min_of_type using __MATH_TG.Joseph Myers2-18/+21
2017-08-04x86: Remove assembly versions of HAS_CPU_FEATURE/HAS_ARCH_FEATUREH.J. Lu2-57/+6
2017-08-04i686: Implement IFUNC selectors in CH.J. Lu100-1732/+2197
2017-08-04x86-64: Implement libmathvec IFUNC selectors in CH.J. Lu77-619/+1422