about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* S390: Refactor wcpncpy ifunc handling.Stefan Liebler2018-12-188-20/+118
* S390: Refactor wcsncpy ifunc handling.Stefan Liebler2018-12-188-21/+118
* S390: Refactor wcpcpy ifunc handling.Stefan Liebler2018-12-188-20/+118
* S390: Refactor wcscpy ifunc handling.Stefan Liebler2018-12-188-19/+116
* S390: Refactor wcsnlen ifunc handling.Stefan Liebler2018-12-188-20/+118
* S390: Refactor wcslen ifunc handling.Stefan Liebler2018-12-188-19/+120
* S390: Refactor memrchr ifunc handling.Stefan Liebler2018-12-188-21/+117
* S390: Refactor memccpy ifunc handling.Stefan Liebler2018-12-188-19/+120
* S390: Refactor rawmemchr ifunc handling.Stefan Liebler2018-12-188-32/+133
* S390: Refactor memchr ifunc handling.Stefan Liebler2018-12-1811-105/+146
* S390: Refactor strcspn ifunc handling.Stefan Liebler2018-12-188-21/+126
* S390: Refactor strpbrk ifunc handling.Stefan Liebler2018-12-188-21/+126
* S390: Refactor strspn ifunc handling.Stefan Liebler2018-12-188-20/+125
* S390: Refactor strrchr ifunc handling.Stefan Liebler2018-12-188-22/+128
* S390: Refactor strchrnul ifunc handling.Stefan Liebler2018-12-188-19/+121
* S390: Refactor strchr ifunc handling.Stefan Liebler2018-12-188-22/+128
* S390: Refactor strncmp ifunc handling.Stefan Liebler2018-12-188-20/+125
* S390: Refactor strcmp ifunc handling.Stefan Liebler2018-12-1811-104/+138
* S390: Refactor strncat ifunc handling.Stefan Liebler2018-12-188-16/+123
* S390: Refactor strcat ifunc handling.Stefan Liebler2018-12-188-21/+123
* S390: Refactor stpncpy ifunc handling.Stefan Liebler2018-12-188-22/+128
* S390: Refactor strncpy ifunc handling.Stefan Liebler2018-12-1811-66/+144
* S390: Refactor stpcpy ifunc handling.Stefan Liebler2018-12-188-26/+133
* S390: Refactor strcpy ifunc handling.Stefan Liebler2018-12-1811-103/+142
* S390: Refactor strnlen ifunc handling.Stefan Liebler2018-12-188-21/+128
* S390: Refactor strlen ifunc handling.Stefan Liebler2018-12-188-20/+123
* S390: Add z13 memmem ifunc variant.Stefan Liebler2018-12-187-1/+228
* S390: Add z13 strstr ifunc variant.Stefan Liebler2018-12-187-1/+201
* S390: Add z13 memmove ifunc variant.Stefan Liebler2018-12-187-1/+230
* S390: Add configure check to detect z13 as mininum architecture level set.Stefan Liebler2018-12-184-0/+75
* S390: Use memcpy for forward cases in memmove.Stefan Liebler2018-12-182-0/+27
* S390: Remove s390 specific implementation of bcopy.Stefan Liebler2018-12-183-156/+5
* S390: Refactor memcpy/mempcpy ifunc handling.Stefan Liebler2018-12-1810-195/+288
* S390: Unify 31/64bit memcpy.Stefan Liebler2018-12-1810-281/+98
* S390: Refactor memcmp ifunc handling.Stefan Liebler2018-12-188-148/+223
* S390: Unify 31/64bit memcmp.Stefan Liebler2018-12-1810-219/+78
* S390: Implement bzero with memset.Stefan Liebler2018-12-187-68/+100
* S390: Refactor memset ifunc handling.Stefan Liebler2018-12-188-146/+234
* S390: Unify 31/64bit memset.Stefan Liebler2018-12-1810-230/+81
* S390: Use hwcap instead of dl_hwcap in ifunc-resolvers.Stefan Liebler2018-12-182-6/+12
* S390: Add configure check to detect z10 as mininum architecture level set.Stefan Liebler2018-12-184-0/+77
* x86: Merge i386/x86_64 atomic-machine.hH.J. Lu2018-12-183-621/+171
* locale: Rewrite locale/gen-translit.pl in PythonFlorian Weimer2018-12-1810-2364/+1581
* localedata: Remove executable bit from localedata/locales/bi_VU [BZ #23995]Florian Weimer2018-12-182-0/+5
* Fix __TIMERSIZE and @theglibcadj typosAlbert ARIBAUD (3ADEV)2018-12-182-2/+2
* Y2038: add function __localtime64Albert ARIBAUD (3ADEV)2018-12-174-1/+157
* Do not clobber r12 for ia64 syscalls.Joseph Myers2018-12-172-1/+4
* Add test that MAP_* constants agree with kernel.Joseph Myers2018-12-174-4/+100
* Add statx conditionals for wordsize-32 *xstat.cMao Han2018-12-1714-6/+186
* regex: fix storage-exhaustion errorPaul Eggert2018-12-162-0/+9