about summary refs log tree commit diff
path: root/sysdeps/s390
Commit message (Expand)AuthorAgeFilesLines
* S390: Add arch13 memmem ifunc variant.Stefan Liebler2019-03-226-6/+201
* S390: Add arch13 strstr ifunc variant.Stefan Liebler2019-03-226-6/+219
* S390: Add arch13 memmove ifunc variant.Stefan Liebler2019-03-225-5/+99
* S390: Add configure check to detect support for arch13.Stefan Liebler2019-03-222-0/+120
* S390: Add new hwcap values for new cpu architecture arch13.Stefan Liebler2019-03-222-4/+9
* S390: Mark vx and vxe as important hwcap.Stefan Liebler2019-03-211-1/+2
* Remove obsolete, never-implemented XSI STREAMS declarationsFlorian Weimer2019-03-141-33/+0
* S390: Increase function alignment to 16 bytes.Stefan Liebler2019-03-042-2/+2
* S390: Fix introduction of __wcscpy and weak wcscpy symbols.Stefan Liebler2019-03-011-1/+5
* wcsmbs: optimize wcscatAdhemerval Zanella2019-02-271-1/+3
* Add and move fall-through comments in system-specific code.Joseph Myers2019-02-261-0/+7
* Break more lines before not after operators.Joseph Myers2019-02-252-4/+4
* S390: Fix introduction of __wmemcmp and weak wmemcmp symbols.Stefan Liebler2019-02-061-1/+2
* Fix handling of collating elements in fnmatch (bug 17396, bug 16976)Andreas Schwab2019-02-041-3/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-01288-288/+288
* S390: Cleanup ifunc-resolve.h.Stefan Liebler2018-12-186-41/+6
* S390: Refactor gconv_simple ifunc handling.Stefan Liebler2018-12-181-11/+12
* S390: Refactor wmemcmp ifunc handling.Stefan Liebler2018-12-187-29/+96
* S390: Refactor wmemset ifunc handling.Stefan Liebler2018-12-187-32/+126
* S390: Refactor wmemchr ifunc handling.Stefan Liebler2018-12-187-32/+126
* S390: Refactor wcscspn ifunc handling.Stefan Liebler2018-12-187-19/+100
* S390: Refactor wcspbrk ifunc handling.Stefan Liebler2018-12-187-24/+114
* S390: Refactor wcsspn ifunc handling.Stefan Liebler2018-12-187-24/+114
* S390: Refactor wcsrchr ifunc handling.Stefan Liebler2018-12-187-19/+101
* S390: Refactor wcschrnul ifunc handling.Stefan Liebler2018-12-187-20/+103
* S390: Refactor wcschr ifunc handling.Stefan Liebler2018-12-187-32/+126
* S390: Refactor wcsncmp ifunc handling.Stefan Liebler2018-12-187-18/+99
* S390: Refactor wcscmp ifunc handling.Stefan Liebler2018-12-187-26/+112
* S390: Refactor wcsncat ifunc handling.Stefan Liebler2018-12-187-19/+101
* S390: Refactor wcscat ifunc handling.Stefan Liebler2018-12-187-20/+103
* S390: Refactor wcpncpy ifunc handling.Stefan Liebler2018-12-187-20/+103
* S390: Refactor wcsncpy ifunc handling.Stefan Liebler2018-12-187-21/+103
* S390: Refactor wcpcpy ifunc handling.Stefan Liebler2018-12-187-20/+103
* S390: Refactor wcscpy ifunc handling.Stefan Liebler2018-12-187-19/+101
* S390: Refactor wcsnlen ifunc handling.Stefan Liebler2018-12-187-20/+103
* S390: Refactor wcslen ifunc handling.Stefan Liebler2018-12-187-19/+105
* S390: Refactor memrchr ifunc handling.Stefan Liebler2018-12-187-21/+102
* S390: Refactor memccpy ifunc handling.Stefan Liebler2018-12-187-19/+105
* S390: Refactor rawmemchr ifunc handling.Stefan Liebler2018-12-187-32/+118
* S390: Refactor memchr ifunc handling.Stefan Liebler2018-12-1810-105/+127
* S390: Refactor strcspn ifunc handling.Stefan Liebler2018-12-187-21/+111
* S390: Refactor strpbrk ifunc handling.Stefan Liebler2018-12-187-21/+111
* S390: Refactor strspn ifunc handling.Stefan Liebler2018-12-187-20/+110
* S390: Refactor strrchr ifunc handling.Stefan Liebler2018-12-187-22/+113
* S390: Refactor strchrnul ifunc handling.Stefan Liebler2018-12-187-19/+106
* S390: Refactor strchr ifunc handling.Stefan Liebler2018-12-187-22/+113
* S390: Refactor strncmp ifunc handling.Stefan Liebler2018-12-187-20/+110
* S390: Refactor strcmp ifunc handling.Stefan Liebler2018-12-1810-104/+119
* S390: Refactor strncat ifunc handling.Stefan Liebler2018-12-187-16/+108
* S390: Refactor strcat ifunc handling.Stefan Liebler2018-12-187-21/+108