869 Commits (3f798427884fa57770e8e2291cf58d5918254bb5)

Author SHA1 Message Date
Adhemerval Zanella fccf38c517 string: Add internal memswap implementation 3 years ago
Sunil K Pandey b316c9a769 Add strlcat/wcslcat testcase. 3 years ago
Sunil K Pandey 23871292fb Add strlcpy/wcslcpy testcase 3 years ago
Mahesh Bodapati f1c7ed0859 string: Fix tester build with fortify enable with gcc < 12 3 years ago
Adhemerval Zanella Netto 784ae96811 string: Fix tester build with fortify enable with gcc 6 3 years ago
Adhemerval Zanella Netto c2dc8ab6a5 string: Fix tester with fortify enabled 3 years ago
Adhemerval Zanella Netto 85ac7edcdf string: Fix bug-strncat1 with fortify enabled 3 years ago
Frédéric Bérat 20c894d21e Exclude routines from fortification 3 years ago
Florian Weimer 1d44530a5b string: strerror must not return NULL (bug 30555) 3 years ago
Florian Weimer 454a20c875 Implement strlcpy and strlcat [BZ #178] 3 years ago
Paul Pluzhnikov 7f0d9e61f4 Fix all the remaining misspellings -- BZ 25337 3 years ago
Joe Simmons-Talbott 0c48aa0551 string: Add tests for strndup (BZ #30266) 3 years ago
Joe Simmons-Talbott eaaad78db4 string: Add tests for strdup (BZ #30266) 3 years ago
Joe Simmons-Talbott 1626d8a521 string: Allow use of test-string.h for non-ifunc implementations. 3 years ago
Florian Weimer 30e3ca78f9 <string.h>: Make strchrnul, strcasestr, memmem available by default 3 years ago
Stefan Liebler 51aeab9a36 Fix stringop-overflow warning in test-strncat. 3 years ago
Adhemerval Zanella fb95c31638 string: Disable stack protector in early static initialization 3 years ago
Adhemerval Zanella 22999b2f0f string: Add libc_hidden_proto for memrchr 3 years ago
Adhemerval Zanella 7ea510127e string: Add libc_hidden_proto for strchrnul 3 years ago
Adhemerval Zanella 0b9d2d4a76 string: Hook up the default implementation on test-strrchr 3 years ago
Adhemerval Zanella 77a9e5c97e string: Hook up the default implementation on test-memrchr 3 years ago
Adhemerval Zanella 0dfa8617b5 string: Hook up the default implementation on test-memchr 3 years ago
Adhemerval Zanella 3092c84900 string: Hook up the default implementation on test-strcpy 3 years ago
Adhemerval Zanella 11aabacce8 string: Hook up the default implementation on test-stpcpy 3 years ago
Adhemerval Zanella c863e33f78 string: Hook up the default implementation on test-strncmp 3 years ago
Adhemerval Zanella e7a0c81e61 string: Hook up the default implementation on test-strcmp 3 years ago
Adhemerval Zanella c19e3394a2 string: Hook up the default implementation on test-strchr 3 years ago
Adhemerval Zanella b79cffb391 string: Hook up the default implementation on test-strnlen 3 years ago
Adhemerval Zanella 52d9adc9e3 string: Hook up the default implementation on test-strlen 3 years ago
Adhemerval Zanella 167f6230af string: Improve generic strrchr with memrchr and strlen 3 years ago
Adhemerval Zanella 9d4fa7a1ca string: Improve generic memrchr 3 years ago
Adhemerval Zanella 0f4254311e string: Improve generic strnlen with memchr 3 years ago
Adhemerval Zanella 2a8867a17f string: Improve generic memchr 3 years ago
Adhemerval Zanella 3709ed9047 string: Improve generic strcpy 3 years ago
Adhemerval Zanella 30c1dfde31 string: Improve generic stpcpy 3 years ago
Adhemerval Zanella 367c31b5d6 string: Improve generic strncmp 3 years ago
Adhemerval Zanella 30cf54bf30 string: Improve generic strcmp 3 years ago
Adhemerval Zanella 506f7dbbab string: Improve generic strchr 3 years ago
Adhemerval Zanella 685e844a97 string: Improve generic strchrnul 3 years ago
Adhemerval Zanella 350d8d1366 string: Improve generic strlen 3 years ago
Richard Henderson d45890b28c Parameterize OP_T_THRES from memcopy.h 3 years ago
Adhemerval Zanella d1a9b6d8e7 Parameterize op_t from memcopy.h 3 years ago
Wilco Dijkstra 32c7acd464 Replace rawmemchr (s, '\0') with strchr 3 years ago
Noah Goldstein b2c474f8de x86: Fix strncat-avx2.S reading past length [BZ #30065] 3 years ago
Adhemerval Zanella 402853be1d string: Suppress -Wmaybe-unitialized for wordcopy [BZ #19444] 3 years ago
Joseph Myers 6d7e8eda9b Update copyright dates with scripts/update-copyrights 3 years ago
Noah Goldstein ca7d181b62 string: Add len=0 to {w}memcmp{eq} tests and benchtests 3 years ago
Adhemerval Zanella 8d98c7c00f configure: Use -Wno-ignored-attributes if compiler warns about multiple aliases 4 years ago
Szabolcs Nagy f9deea6f81 Use uintptr_t in string/tester for pointer alignment 4 years ago
Sunil K Pandey 932dd83efd String: Improve test coverage for memchr 4 years ago