summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* POWER8 memcpy tunablesazanella/memopt-power8Adhemerval Zanella2017-09-1911-13/+129
* powerpc: POWER8 memcpy optimizationAdhemerval Zanella2017-09-194-2/+211
* Use libm_alias_ldouble in math/.Joseph Myers2017-09-1846-169/+125
* AArch64: use movz/movk instead of literal pools in start.SWang Boshi2017-09-183-3/+22
* Add missing libc_hidden_weak/def callsSamuel Thibault2017-09-178-0/+17
* Add missing space.Paul Pluzhnikov2017-09-161-4/+4
* Add missing space.Paul Pluzhnikov2017-09-161-1/+1
* benchtests: New -g option to generate graphs in compare_strings.pySiddhesh Poyarekar2017-09-162-3/+13
* benchtests: Make compare_strings.py output a bit prettierSiddhesh Poyarekar2017-09-162-9/+14
* benchtests: Use argparse to parse argumentsSiddhesh Poyarekar2017-09-163-13/+40
* Use libm_alias_double in math/.Joseph Myers2017-09-1547-233/+128
* Remove ENOSYS math/ function stubs.Joseph Myers2017-09-1533-499/+35
* [BZ #21745] powerpc: build some IFUNC math functions for libc and libmTulio Magno Quites Machado Filho2017-09-153-17/+36
* Use libm_alias_float in math/.Joseph Myers2017-09-1522-24/+93
* Make more libm functions into weak aliases.Joseph Myers2017-09-1469-97/+395
* benchtests: Reallocate buffers for memsetSiddhesh Poyarekar2017-09-144-13/+52
* benchtests: Make memset benchmarks print jsonSiddhesh Poyarekar2017-09-143-31/+86
* Add new codepage charmaps/IBM858 [BZ #21084]Mike FABIAN2017-09-147-8/+336
* Removed redundant data (LC_TIME and LC_MESSAGES) for niu_NZ [BZ #22023]Akhilesh Kumar2017-09-142-78/+8
* Fix LC_TELEPHONE for az_AZ [BZ #22112]Akhilesh Kumar2017-09-142-4/+9
* Define and use libm_alias_float128.Joseph Myers2017-09-143-0/+48
* Define and use libm_alias_ldouble.Joseph Myers2017-09-135-38/+93
* Move exp compat wrappers under math/Szabolcs Nagy2017-09-139-116/+55
* Clear up log1p, ldexp, scalbn, scalbln compat handling.Joseph Myers2017-09-139-44/+33
* posix: Fix compat glob code on s390 and alphaAdhemerval Zanella2017-09-133-4/+8
* Define and use libm_alias_double.Joseph Myers2017-09-1339-157/+165
* Remove declare_mgen_alias_2.Joseph Myers2017-09-124-20/+15
* Remove compat from DEFAULT_CONFIG lookup stringsSteve Ellcey2017-09-128-17/+73
* x86: Add MathVec_Prefer_No_AVX512 to cpu-features [BZ #21967]H.J. Lu2017-09-124-5/+29
* hurd: Fix build without NO_HIDDENSamuel Thibault2017-09-128-0/+33
* Define and use a libm_alias_float macro.Joseph Myers2017-09-113-0/+48
* x86: Add x86_64 to x86-64 HWCAP [BZ #22093]H.J. Lu2017-09-117-8/+95
* Update translationsSiddhesh Poyarekar2017-09-113-575/+584
* sunrpc/tst-udp-nonblocking: Fix timeout valueSamuel Thibault2017-09-102-4/+6
* Fix $(error) use in MakefileSamuel Thibault2017-09-102-2/+3
* sunrpc/tst-udp-timeout: Fix timeout valueSamuel Thibault2017-09-102-3/+8
* Finish change from “Bengali” to “Bangla”Mike FABIAN2017-09-094-6/+12
* Update x86_64 ulps for AMD Ryzen.Markus Trippelsdorf2017-09-082-2/+6
* Add thunderx2t99 and thunderx2t99p1 CPU names to tunables listSteve Ellcey2017-09-083-4/+14
* Fix glibc.tune.cpu tunable handlingSteve Ellcey2017-09-082-1/+6
* Add Linux 4.13 constants to bits/fcntl-linux.h.Joseph Myers2017-09-082-0/+27
* Add fcntl sealing interfaces from Linux 3.17 to bits/fcntl-linux.h.Joseph Myers2017-09-082-0/+20
* posix: Use enum for __glob_pattern_type resultAdhemerval Zanella2017-09-084-10/+25
* posix: Consolidate Linux glob implementationAdhemerval Zanella2017-09-0827-48/+160
* posix: fix glob bugs with long login namesAdhemerval Zanella2017-09-082-58/+37
* posix: Fix getpwnam_r usage (BZ #1062)Adhemerval Zanella2017-09-082-140/+30
* Sync scratch_buffer with gnulibAdhemerval Zanella2017-09-085-5/+22
* posix: Allow glob to match dangling symlinks [BZ #866]Adhemerval Zanella2017-09-085-243/+233
* posix: accept inode 0 is a valid inode number (BZ #19971)Adhemerval Zanella2017-09-082-21/+6
* posix: Sync glob with gnulib [BZ #1062]Adhemerval Zanella2017-09-0822-459/+739