aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-25i386: Add _dl_runtime_resolve_shstk/_dl_runtime_profile_shstk [BZ #21598]hjl/cet/propertyH.J. Lu
2017-10-25x86: Support IBT and SHSTK in Intel CETH.J. Lu
2017-10-25Replace "if if " with "if " in commentsH.J. Lu
2017-10-25CJK locales: Add fullwidth yYnN to yesexpr and noexpr [BZ #15261]Mike FABIAN
2017-10-25Sync LC_MESSAGES of several locales with CLDRMike FABIAN
2017-10-25Use ASCII as much as possible in LC_MESSAGES of all locales to improve readab...Mike FABIAN
2017-10-25brx_IN locale: Fix yesexpr and noexprMike FABIAN
2017-10-25ta_IN locale: Fix yesexpr and noexprMike FABIAN
2017-10-25hi_IN, kn_IN, ks_IN@devanagari locales: In yesexpr and noexpr, also check fo...Mike FABIAN
2017-10-25cmn_TW locale: Improve yesexpr and noexprMike FABIAN
2017-10-25chr_US locale: Fix yesexpr and noexprMike FABIAN
2017-10-25ber_DZ locale: Use copy “"kab_DZ"” in LC_MESSAGES.Mike FABIAN
2017-10-25kab_DZ locale: Add e-mail of main contributorMike FABIAN
2017-10-25zh_SG locale: Use copy "zh_CN" in LC_MESSAGES instead of EnglishMike FABIAN
2017-10-25ug_CN locale: Fix noexpr and yesexprMike FABIAN
2017-10-25ti_IN locale: Fix noexprMike FABIAN
2017-10-25km_KH locale: Fix yesstr and nostr.Mike FABIAN
2017-10-25ka_GE locale: Fix yesexp to make it agree with CLDR.Mike FABIAN
2017-10-25mr_IN locale: Fix yesstr and nostr and improve yesexpr and noexpr.Mike FABIAN
2017-10-25bn_BD locale: Use only the first letters of the full yesstr and nostr in yese...Mike FABIAN
2017-10-25Add yesstr, nostr, lang_term, lang_lib to an_ES localeMike FABIAN
2017-10-25Add new locale yuw_PG [BZ #20952]Mike FABIAN
2017-10-24Add single-threaded path to _int_mallocWilco Dijkstra
2017-10-24Add single-threaded path to malloc/realloc/calloc/memallocWilco Dijkstra
2017-10-24Fixes for tpi_PG localeMike FABIAN
2017-10-24Update x86 fix-fp-int-compare-invalid.h for GCC 8.Joseph Myers
2017-10-23posix: Do not use WNOHANG in waitpid call for Linux posix_spawnAdhemerval Zanella
2017-10-23aarch64: Document _SC_LEVEL1_DCACHE_LINESIZE caveatSiddhesh Poyarekar
2017-10-23Document cache information sysconf variablesSiddhesh Poyarekar
2017-10-23aarch64: Add missing math Makefile for recent commitSzabolcs Nagy
2017-10-23aarch64: Implement math acceleration via builtinsMichael Collison
2017-10-23PowerPC64 power8 strncpy cfi fixesAlan Modra
2017-10-23PowerPC64 power7 strncpy stack handling and cfiAlan Modra
2017-10-22i386: Replace assembly versions of e_powf with generic e_powf.cH.J. Lu
2017-10-22i386: Replace assembly versions of e_log2f with generic e_log2f.cH.J. Lu
2017-10-22x86-64: Add powf with FMAH.J. Lu
2017-10-22x86-64: Add log2f with FMAH.J. Lu
2017-10-22x86-64: Add logf with FMAH.J. Lu
2017-10-22i386: Replace assembly versions of e_logf with generic e_logf.cH.J. Lu
2017-10-22i386: Replace assembly versions of e_exp2f with generic e_exp2f.cH.J. Lu
2017-10-22x86-64: Add exp2f with FMAH.J. Lu
2017-10-22i386: Replace assembly versions of e_expf with generic e_expf.cH.J. Lu
2017-10-22x86-64: Replace assembly versions of e_expf with generic e_expf.cH.J. Lu
2017-10-22glob: Fix buffer overflow during GLOB_TILDE unescaping [BZ #22332]Paul Eggert
2017-10-22Update NEWS and ChangeLog for CVE-2017-15671Florian Weimer
2017-10-21glob: Add new test tst-glob-tildeFlorian Weimer
2017-10-20Add bits/floatn.h defines for more _FloatN / _FloatNx types.Joseph Myers
2017-10-20Avoid build multiarch if compiler warns about mismatched aliasAdhemerval Zanella
2017-10-20posix: Fix improper assert in Linux posix_spawn (BZ#22273)Adhemerval Zanella
2017-10-20x86-64: Use fxsave/xsave/xsavec in _dl_runtime_resolve [BZ #21265]H.J. Lu