about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Use newly built crt*.o files to build shared objects [BZ #22362] hjl/pr22362/masterH.J. Lu2017-10-285-10/+23
* Correct the size of _nl_value_type_LC_... arrays.Rafal Luzynski2017-10-282-1/+10
* Include bits/mathcalls.h for more _FloatN, _FloatNx types.Joseph Myers2017-10-272-3/+134
* i386: Regenerate libm-test-ulps for for gcc 7H.J. Lu2017-10-272-6/+11
* tt_RU locale: make yesstr and nostr agree with CLDR by starting with lower ca...Mike FABIAN2017-10-272-2/+7
* Fix all remaining issues of [BZ #15260]Mike FABIAN2017-10-278-13/+31
* br_FR locale: Use all lowercase in yesstr and nostr.Mike FABIAN2017-10-272-2/+8
* Add SNAN macros for more _FloatN, _FloatNx types.Joseph Myers2017-10-262-0/+31
* Add HUGE_VAL macros for more _FloatN, _FloatNx types.Joseph Myers2017-10-262-0/+33
* add myself as contact for "br" localeThierry Vignaud2017-10-262-2/+8
* fix nostr for "br" [BZ #21706]Thierry Vignaud2017-10-262-2/+7
* localedef: Add --no-warnings/--warnings optionCarlos O'Donell2017-10-2514-242/+384
* localedata: Locale and test name are the same.Carlos O'Donell2017-10-2513-8/+27
* localedata: Fix unicode-gen check target.Carlos O'Donell2017-10-2510-22/+37
* powerpc: Replace lxvd2x/stxvd2x with lvx/stvx in P7's memcpy/memmoveRajalakshmi Srinivasaraghavan2017-10-253-96/+102
* 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