summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* i386: Add _dl_runtime_resolve_shstk/_dl_runtime_profile_shstk [BZ #21598]hjl/cet/propertyH.J. Lu2017-10-252-0/+134
* x86: Support IBT and SHSTK in Intel CETH.J. Lu2017-10-2525-35/+695
* Replace "if if " with "if " in commentsH.J. Lu2017-10-257-8/+21
* CJK locales: Add fullwidth yYnN to yesexpr and noexpr [BZ #15261]Mike FABIAN2017-10-259-22/+39
* Sync LC_MESSAGES of several locales with CLDRMike FABIAN2017-10-2513-22/+39
* Use ASCII as much as possible in LC_MESSAGES of all locales to improve readab...Mike FABIAN2017-10-25176-596/+749
* brx_IN locale: Fix yesexpr and noexprMike FABIAN2017-10-252-4/+8
* ta_IN locale: Fix yesexpr and noexprMike FABIAN2017-10-252-2/+7
* hi_IN, kn_IN, ks_IN@devanagari locales: In yesexpr and noexpr, also check fo...Mike FABIAN2017-10-254-6/+13
* cmn_TW locale: Improve yesexpr and noexprMike FABIAN2017-10-252-4/+7
* chr_US locale: Fix yesexpr and noexprMike FABIAN2017-10-252-2/+9
* ber_DZ locale: Use copy “"kab_DZ"” in LC_MESSAGES.Mike FABIAN2017-10-252-5/+7
* kab_DZ locale: Add e-mail of main contributorMike FABIAN2017-10-252-1/+7
* zh_SG locale: Use copy "zh_CN" in LC_MESSAGES instead of EnglishMike FABIAN2017-10-252-4/+6
* ug_CN locale: Fix noexpr and yesexprMike FABIAN2017-10-252-2/+8
* ti_IN locale: Fix noexprMike FABIAN2017-10-252-2/+8
* km_KH locale: Fix yesstr and nostr.Mike FABIAN2017-10-252-2/+10
* ka_GE locale: Fix yesexp to make it agree with CLDR.Mike FABIAN2017-10-252-2/+8
* mr_IN locale: Fix yesstr and nostr and improve yesexpr and noexpr.Mike FABIAN2017-10-252-6/+13
* bn_BD locale: Use only the first letters of the full yesstr and nostr in yese...Mike FABIAN2017-10-252-2/+7
* Add yesstr, nostr, lang_term, lang_lib to an_ES localeMike FABIAN2017-10-252-46/+51
* Add new locale yuw_PG [BZ #20952]Mike FABIAN2017-10-254-0/+162
* Add single-threaded path to _int_mallocWilco Dijkstra2017-10-242-25/+42
* Add single-threaded path to malloc/realloc/calloc/memallocWilco Dijkstra2017-10-242-9/+48
* Fixes for tpi_PG localeMike FABIAN2017-10-242-92/+75
* Update x86 fix-fp-int-compare-invalid.h for GCC 8.Joseph Myers2017-10-242-2/+11
* posix: Do not use WNOHANG in waitpid call for Linux posix_spawnAdhemerval Zanella2017-10-232-5/+10
* aarch64: Document _SC_LEVEL1_DCACHE_LINESIZE caveatSiddhesh Poyarekar2017-10-232-0/+15
* Document cache information sysconf variablesSiddhesh Poyarekar2017-10-232-0/+73
* aarch64: Add missing math Makefile for recent commitSzabolcs Nagy2017-10-232-1/+10
* aarch64: Implement math acceleration via builtinsMichael Collison2017-10-2331-288/+309
* PowerPC64 power8 strncpy cfi fixesAlan Modra2017-10-232-13/+19
* PowerPC64 power7 strncpy stack handling and cfiAlan Modra2017-10-232-10/+19
* i386: Replace assembly versions of e_powf with generic e_powf.cH.J. Lu2017-10-229-401/+79
* i386: Replace assembly versions of e_log2f with generic e_log2f.cH.J. Lu2017-10-229-72/+62
* x86-64: Add powf with FMAH.J. Lu2017-10-224-1/+57
* x86-64: Add log2f with FMAH.J. Lu2017-10-224-1/+53
* x86-64: Add logf with FMAH.J. Lu2017-10-224-1/+53
* i386: Replace assembly versions of e_logf with generic e_logf.cH.J. Lu2017-10-2210-143/+76
* i386: Replace assembly versions of e_exp2f with generic e_exp2f.cH.J. Lu2017-10-228-54/+58
* x86-64: Add exp2f with FMAH.J. Lu2017-10-224-1/+50
* i386: Replace assembly versions of e_expf with generic e_expf.cH.J. Lu2017-10-2213-442/+52
* x86-64: Replace assembly versions of e_expf with generic e_expf.cH.J. Lu2017-10-228-529/+51
* glob: Fix buffer overflow during GLOB_TILDE unescaping [BZ #22332]Paul Eggert2017-10-223-2/+12
* Update NEWS and ChangeLog for CVE-2017-15671Florian Weimer2017-10-222-0/+6
* glob: Add new test tst-glob-tildeFlorian Weimer2017-10-213-2/+154
* Add bits/floatn.h defines for more _FloatN / _FloatNx types.Joseph Myers2017-10-209-1/+316
* Avoid build multiarch if compiler warns about mismatched aliasAdhemerval Zanella2017-10-203-6/+80
* posix: Fix improper assert in Linux posix_spawn (BZ#22273)Adhemerval Zanella2017-10-202-6/+25
* x86-64: Use fxsave/xsave/xsavec in _dl_runtime_resolve [BZ #21265]H.J. Lu2017-10-209-306/+296