aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-13Don't compile non-lib modules as lib modules [BZ #21864]hjl/pr21864/masterH.J. Lu
2017-08-12Adapt test case data to the changes in the thousands separatorsMike FABIAN
2017-08-12Use U+202F instead of U+2009 as thousands_sep for es_MXMike FABIAN
2017-08-12Locales: Use Unicode wise thousands separatorStanislav Brabec
2017-08-11assert: Suppress pedantic warning caused by statement expressionFlorian Weimer
2017-08-11benchtests: Print json in memmove benchmarkSiddhesh Poyarekar
2017-08-11benchtests: Remove verification runs from benchmark testsSiddhesh Poyarekar
2017-08-10manual: Rewrite the section on widths of integer types.Rical Jasan
2017-08-10manual: Update @standards for [__]va_copy.Rical Jasan
2017-08-10powerpc: Restrict xssqrtqp operands to Vector Registers (bug 21941)Gabriel F. T. Gomes
2017-08-10[AArch64] Optimized memcmp.Wilco Dijkstra
2017-08-10ld.so: Introduce struct dl_exceptionFlorian Weimer
2017-08-10__inet6_scopeid_pton: Remove attribute_hidden, internal_functionFlorian Weimer
2017-08-10malloc: Avoid optimizer warning with GCC 7 and -O3Florian Weimer
2017-08-10Fix stdlib/tst-strfmon_l.c test case to agree with the changes in Indian mone...Mike FABIAN
2017-08-10Remove redundant data for LC_MONETARY for Indian localesAkhilesh Kumar
2017-08-10cmn_TW: add hanzi collationWei-Lun Chao
2017-08-10aarch64/sys/ptrace.h: fix typo in commentDmitry V. Levin
2017-08-09sys/ptrace.h: remove obsolete Linux PTRACE_SEIZE_DEVEL constant [BZ #21928]Dmitry V. Levin
2017-08-09Remove __qaddr_t.Joseph Myers
2017-08-09Fix uc_* namespace (bug 21457).Joseph Myers
2017-08-09nss: Call __resolv_context_put before early return in get*_r [BZ #21932]Florian Weimer
2017-08-09Fix p_cs_precedes, n_cs_precedes, and n_sign_posn for mt_MTAkhilesh Kumar
2017-08-09Remove “% Charset: ...” comments from locale sourcesMike FABIAN
2017-08-09Added new locale en_SCAkhilesh Kumar
2017-08-09Add BZ referenceAndreas Schwab
2017-08-09Fix s390 version of pt-longjmp.cAndreas Schwab
2017-08-09Add test for bug 21041Andreas Schwab
2017-08-09memcpy_falkor: Fix code style in commentsSiddhesh Poyarekar
2017-08-09aarch64: Optimized memcpy for Qualcomm Falkor processorSiddhesh Poyarekar
2017-08-08manual: Document getcontext uc_stack value on Linux [BZ #759]Adhemerval Zanella
2017-08-08Do not use __ptr_t.Joseph Myers
2017-08-08getaddrinfo: Remove unreachable return statement from gaih_inetFlorian Weimer
2017-08-08i386: Add <startup.h> [BZ #21913]H.J. Lu
2017-08-08Don't use IFUNC resolver for longjmp or system in libpthread (bug 21041)Andreas Schwab
2017-08-08posix: Set p{read,write}v2 to return ENOTSUP (BZ#21780)Adhemerval Zanella
2017-08-07Fix XPG4.2 bits/sigaction.h namespace (bug 21899).Joseph Myers
2017-08-07Consistently use uintN_t not u_intN_t everywhere.Joseph Myers
2017-08-07Remove __long_double_t.Joseph Myers
2017-08-08benchtests: Avoid a display error when running in text terminalSiddhesh Poyarekar
2017-08-08benchtests: Allow selecting baseline for compare_string.pySiddhesh Poyarekar
2017-08-08benchtests: Use TEST_NAME instead of hardcoding memcpySiddhesh Poyarekar
2017-08-07Fix missing redirects in testsuite targetsAndreas Schwab
2017-08-07x86-64: Add FMA multiarch functions to libmH.J. Lu
2017-08-04Reimplement min_of_type using __MATH_TG.Joseph Myers
2017-08-04x86: Remove assembly versions of HAS_CPU_FEATURE/HAS_ARCH_FEATUREH.J. Lu
2017-08-04i686: Implement IFUNC selectors in CH.J. Lu
2017-08-04x86-64: Implement libmathvec IFUNC selectors in CH.J. Lu
2017-08-04x86-64: Implement libm IFUNC selectors in CH.J. Lu
2017-08-04i386: Support static PIE in start.SH.J. Lu