Age | Commit message (Expand) | Author | Files | Lines |
2019-06-25 | S390: Regenerate ULPs. | Stefan Liebler | 1 | -6/+6 |
2019-06-04 | Fix iconv buffer handling with IGNORE error handler (bug #18830) | Andreas Schwab | 1 | -3/+3 |
2019-03-22 | S390: Add arch13 memmem ifunc variant. | Stefan Liebler | 6 | -6/+201 |
2019-03-22 | S390: Add arch13 strstr ifunc variant. | Stefan Liebler | 6 | -6/+219 |
2019-03-22 | S390: Add arch13 memmove ifunc variant. | Stefan Liebler | 5 | -5/+99 |
2019-03-22 | S390: Add configure check to detect support for arch13. | Stefan Liebler | 2 | -0/+120 |
2019-03-22 | S390: Add new hwcap values for new cpu architecture arch13. | Stefan Liebler | 2 | -4/+9 |
2019-03-21 | S390: Mark vx and vxe as important hwcap. | Stefan Liebler | 1 | -1/+2 |
2019-03-14 | Remove obsolete, never-implemented XSI STREAMS declarations | Florian Weimer | 1 | -33/+0 |
2019-03-04 | S390: Increase function alignment to 16 bytes. | Stefan Liebler | 2 | -2/+2 |
2019-03-01 | S390: Fix introduction of __wcscpy and weak wcscpy symbols. | Stefan Liebler | 1 | -1/+5 |
2019-02-27 | wcsmbs: optimize wcscat | Adhemerval Zanella | 1 | -1/+3 |
2019-02-26 | Add and move fall-through comments in system-specific code. | Joseph Myers | 1 | -0/+7 |
2019-02-25 | Break more lines before not after operators. | Joseph Myers | 2 | -4/+4 |
2019-02-06 | S390: Fix introduction of __wmemcmp and weak wmemcmp symbols. | Stefan Liebler | 1 | -1/+2 |
2019-02-04 | Fix handling of collating elements in fnmatch (bug 17396, bug 16976) | Andreas Schwab | 1 | -3/+4 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 288 | -288/+288 |
2018-12-18 | S390: Cleanup ifunc-resolve.h. | Stefan Liebler | 6 | -41/+6 |
2018-12-18 | S390: Refactor gconv_simple ifunc handling. | Stefan Liebler | 1 | -11/+12 |
2018-12-18 | S390: Refactor wmemcmp ifunc handling. | Stefan Liebler | 7 | -29/+96 |
2018-12-18 | S390: Refactor wmemset ifunc handling. | Stefan Liebler | 7 | -32/+126 |
2018-12-18 | S390: Refactor wmemchr ifunc handling. | Stefan Liebler | 7 | -32/+126 |
2018-12-18 | S390: Refactor wcscspn ifunc handling. | Stefan Liebler | 7 | -19/+100 |
2018-12-18 | S390: Refactor wcspbrk ifunc handling. | Stefan Liebler | 7 | -24/+114 |
2018-12-18 | S390: Refactor wcsspn ifunc handling. | Stefan Liebler | 7 | -24/+114 |
2018-12-18 | S390: Refactor wcsrchr ifunc handling. | Stefan Liebler | 7 | -19/+101 |
2018-12-18 | S390: Refactor wcschrnul ifunc handling. | Stefan Liebler | 7 | -20/+103 |
2018-12-18 | S390: Refactor wcschr ifunc handling. | Stefan Liebler | 7 | -32/+126 |
2018-12-18 | S390: Refactor wcsncmp ifunc handling. | Stefan Liebler | 7 | -18/+99 |
2018-12-18 | S390: Refactor wcscmp ifunc handling. | Stefan Liebler | 7 | -26/+112 |
2018-12-18 | S390: Refactor wcsncat ifunc handling. | Stefan Liebler | 7 | -19/+101 |
2018-12-18 | S390: Refactor wcscat ifunc handling. | Stefan Liebler | 7 | -20/+103 |
2018-12-18 | S390: Refactor wcpncpy ifunc handling. | Stefan Liebler | 7 | -20/+103 |
2018-12-18 | S390: Refactor wcsncpy ifunc handling. | Stefan Liebler | 7 | -21/+103 |
2018-12-18 | S390: Refactor wcpcpy ifunc handling. | Stefan Liebler | 7 | -20/+103 |
2018-12-18 | S390: Refactor wcscpy ifunc handling. | Stefan Liebler | 7 | -19/+101 |
2018-12-18 | S390: Refactor wcsnlen ifunc handling. | Stefan Liebler | 7 | -20/+103 |
2018-12-18 | S390: Refactor wcslen ifunc handling. | Stefan Liebler | 7 | -19/+105 |
2018-12-18 | S390: Refactor memrchr ifunc handling. | Stefan Liebler | 7 | -21/+102 |
2018-12-18 | S390: Refactor memccpy ifunc handling. | Stefan Liebler | 7 | -19/+105 |
2018-12-18 | S390: Refactor rawmemchr ifunc handling. | Stefan Liebler | 7 | -32/+118 |
2018-12-18 | S390: Refactor memchr ifunc handling. | Stefan Liebler | 10 | -105/+127 |
2018-12-18 | S390: Refactor strcspn ifunc handling. | Stefan Liebler | 7 | -21/+111 |
2018-12-18 | S390: Refactor strpbrk ifunc handling. | Stefan Liebler | 7 | -21/+111 |
2018-12-18 | S390: Refactor strspn ifunc handling. | Stefan Liebler | 7 | -20/+110 |
2018-12-18 | S390: Refactor strrchr ifunc handling. | Stefan Liebler | 7 | -22/+113 |
2018-12-18 | S390: Refactor strchrnul ifunc handling. | Stefan Liebler | 7 | -19/+106 |
2018-12-18 | S390: Refactor strchr ifunc handling. | Stefan Liebler | 7 | -22/+113 |
2018-12-18 | S390: Refactor strncmp ifunc handling. | Stefan Liebler | 7 | -20/+110 |
2018-12-18 | S390: Refactor strcmp ifunc handling. | Stefan Liebler | 10 | -104/+119 |