aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-10-28Use newly built crt*.o files to build shared objects [BZ #22362]hjl/pr22362/masterH.J. Lu5-10/+23
2017-10-28Correct the size of _nl_value_type_LC_... arrays.Rafal Luzynski2-1/+10
2017-10-27Include bits/mathcalls.h for more _FloatN, _FloatNx types.Joseph Myers2-3/+134
2017-10-27i386: Regenerate libm-test-ulps for for gcc 7H.J. Lu2-6/+11
2017-10-27tt_RU locale: make yesstr and nostr agree with CLDR by starting with lower ca...Mike FABIAN2-2/+7
2017-10-27Fix all remaining issues of [BZ #15260]Mike FABIAN8-13/+31
2017-10-27br_FR locale: Use all lowercase in yesstr and nostr.Mike FABIAN2-2/+8
2017-10-26Add SNAN macros for more _FloatN, _FloatNx types.Joseph Myers2-0/+31
2017-10-26Add HUGE_VAL macros for more _FloatN, _FloatNx types.Joseph Myers2-0/+33
2017-10-26add myself as contact for "br" localeThierry Vignaud2-2/+8
2017-10-26fix nostr for "br" [BZ #21706]Thierry Vignaud2-2/+7
2017-10-25localedef: Add --no-warnings/--warnings optionCarlos O'Donell14-242/+384
2017-10-25localedata: Locale and test name are the same.Carlos O'Donell13-8/+27
2017-10-25localedata: Fix unicode-gen check target.Carlos O'Donell10-22/+37
2017-10-25powerpc: Replace lxvd2x/stxvd2x with lvx/stvx in P7's memcpy/memmoveRajalakshmi Srinivasaraghavan3-96/+102
2017-10-25Replace "if if " with "if " in commentsH.J. Lu7-8/+21
2017-10-25CJK locales: Add fullwidth yYnN to yesexpr and noexpr [BZ #15261]Mike FABIAN9-22/+39
2017-10-25Sync LC_MESSAGES of several locales with CLDRMike FABIAN13-22/+39
2017-10-25Use ASCII as much as possible in LC_MESSAGES of all locales to improve readab...Mike FABIAN176-596/+749
2017-10-25brx_IN locale: Fix yesexpr and noexprMike FABIAN2-4/+8
2017-10-25ta_IN locale: Fix yesexpr and noexprMike FABIAN2-2/+7
2017-10-25hi_IN, kn_IN, ks_IN@devanagari locales: In yesexpr and noexpr, also check fo...Mike FABIAN4-6/+13
2017-10-25cmn_TW locale: Improve yesexpr and noexprMike FABIAN2-4/+7
2017-10-25chr_US locale: Fix yesexpr and noexprMike FABIAN2-2/+9
2017-10-25ber_DZ locale: Use copy “"kab_DZ"” in LC_MESSAGES.Mike FABIAN2-5/+7
2017-10-25kab_DZ locale: Add e-mail of main contributorMike FABIAN2-1/+7
2017-10-25zh_SG locale: Use copy "zh_CN" in LC_MESSAGES instead of EnglishMike FABIAN2-4/+6
2017-10-25ug_CN locale: Fix noexpr and yesexprMike FABIAN2-2/+8
2017-10-25ti_IN locale: Fix noexprMike FABIAN2-2/+8
2017-10-25km_KH locale: Fix yesstr and nostr.Mike FABIAN2-2/+10
2017-10-25ka_GE locale: Fix yesexp to make it agree with CLDR.Mike FABIAN2-2/+8
2017-10-25mr_IN locale: Fix yesstr and nostr and improve yesexpr and noexpr.Mike FABIAN2-6/+13
2017-10-25bn_BD locale: Use only the first letters of the full yesstr and nostr in yese...Mike FABIAN2-2/+7
2017-10-25Add yesstr, nostr, lang_term, lang_lib to an_ES localeMike FABIAN2-46/+51
2017-10-25Add new locale yuw_PG [BZ #20952]Mike FABIAN4-0/+162
2017-10-24Add single-threaded path to _int_mallocWilco Dijkstra2-25/+42
2017-10-24Add single-threaded path to malloc/realloc/calloc/memallocWilco Dijkstra2-9/+48
2017-10-24Fixes for tpi_PG localeMike FABIAN2-92/+75
2017-10-24Update x86 fix-fp-int-compare-invalid.h for GCC 8.Joseph Myers2-2/+11
2017-10-23posix: Do not use WNOHANG in waitpid call for Linux posix_spawnAdhemerval Zanella2-5/+10
2017-10-23aarch64: Document _SC_LEVEL1_DCACHE_LINESIZE caveatSiddhesh Poyarekar2-0/+15
2017-10-23Document cache information sysconf variablesSiddhesh Poyarekar2-0/+73
2017-10-23aarch64: Add missing math Makefile for recent commitSzabolcs Nagy2-1/+10
2017-10-23aarch64: Implement math acceleration via builtinsMichael Collison31-288/+309
2017-10-23PowerPC64 power8 strncpy cfi fixesAlan Modra2-13/+19
2017-10-23PowerPC64 power7 strncpy stack handling and cfiAlan Modra2-10/+19
2017-10-22i386: Replace assembly versions of e_powf with generic e_powf.cH.J. Lu9-401/+79
2017-10-22i386: Replace assembly versions of e_log2f with generic e_log2f.cH.J. Lu9-72/+62
2017-10-22x86-64: Add powf with FMAH.J. Lu4-1/+57
2017-10-22x86-64: Add log2f with FMAH.J. Lu4-1/+53