summaryrefslogtreecommitdiff
path: root/string
Commit message (Expand)AuthorAgeFilesLines
* string: Add tests for strndup (BZ #30266)Joe Simmons-Talbott2023-04-212-0/+201
* string: Add tests for strdup (BZ #30266)Joe Simmons-Talbott2023-04-212-0/+202
* string: Allow use of test-string.h for non-ifunc implementations.Joe Simmons-Talbott2023-04-211-2/+2
* <string.h>: Make strchrnul, strcasestr, memmem available by defaultFlorian Weimer2023-04-061-3/+3
* Fix stringop-overflow warning in test-strncat.Stefan Liebler2023-03-021-0/+1
* string: Disable stack protector in early static initializationAdhemerval Zanella2023-02-081-0/+2
* string: Add libc_hidden_proto for memrchrAdhemerval Zanella2023-02-081-0/+1
* string: Add libc_hidden_proto for strchrnulAdhemerval Zanella2023-02-081-0/+1
* string: Hook up the default implementation on test-strrchrAdhemerval Zanella2023-02-061-14/+24
* string: Hook up the default implementation on test-memrchrAdhemerval Zanella2023-02-061-0/+7
* string: Hook up the default implementation on test-memchrAdhemerval Zanella2023-02-061-11/+20
* string: Hook up the default implementation on test-strcpyAdhemerval Zanella2023-02-061-10/+24
* string: Hook up the default implementation on test-stpcpyAdhemerval Zanella2023-02-061-11/+21
* string: Hook up the default implementation on test-strncmpAdhemerval Zanella2023-02-061-0/+16
* string: Hook up the default implementation on test-strcmpAdhemerval Zanella2023-02-061-0/+22
* string: Hook up the default implementation on test-strchrAdhemerval Zanella2023-02-061-15/+38
* string: Hook up the default implementation on test-strnlenAdhemerval Zanella2023-02-061-11/+24
* string: Hook up the default implementation on test-strlenAdhemerval Zanella2023-02-061-17/+14
* string: Improve generic strrchr with memrchr and strlenAdhemerval Zanella2023-02-061-17/+1
* string: Improve generic memrchrAdhemerval Zanella2023-02-061-157/+39
* string: Improve generic strnlen with memchrAdhemerval Zanella2023-02-061-132/+5
* string: Improve generic memchrAdhemerval Zanella2023-02-061-125/+51
* string: Improve generic strcpyAdhemerval Zanella2023-02-061-1/+5
* string: Improve generic stpcpyAdhemerval Zanella2023-02-061-6/+86
* string: Improve generic strncmpAdhemerval Zanella2023-02-061-37/+101
* string: Improve generic strcmpAdhemerval Zanella2023-02-061-16/+94
* string: Improve generic strchrAdhemerval Zanella2023-02-061-156/+8
* string: Improve generic strchrnulAdhemerval Zanella2023-02-061-133/+22
* string: Improve generic strlenAdhemerval Zanella2023-02-061-70/+22
* Parameterize OP_T_THRES from memcopy.hRichard Henderson2023-02-061-3/+0
* Parameterize op_t from memcopy.hAdhemerval Zanella2023-02-061-1/+0
* Replace rawmemchr (s, '\0') with strchrWilco Dijkstra2023-02-061-1/+1
* x86: Fix strncat-avx2.S reading past length [BZ #30065]Noah Goldstein2023-01-311-1/+24
* string: Suppress -Wmaybe-unitialized for wordcopy [BZ #19444]Adhemerval Zanella2023-01-121-0/+24
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-06143-143/+143
* string: Add len=0 to {w}memcmp{eq} tests and benchtestsNoah Goldstein2022-11-081-6/+10
* configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella2022-11-011-0/+9
* Use uintptr_t in string/tester for pointer alignmentSzabolcs Nagy2022-10-281-6/+7
* String: Improve test coverage for memchrSunil K Pandey2022-10-181-0/+1
* String: Improve test coverage for memchrSunil K Pandey2022-10-101-2/+5
* x86: Fix wcsnlen-avx2 page cross length comparison [BZ #29591]Noah Goldstein2022-09-281-29/+41
* Use '%z' instead of '%Z' on printf functionsAdhemerval Zanella Netto2022-09-222-3/+3
* x86: Fix page cross case in rawmemchr-avx2 [BZ #29234]Noah Goldstein2022-06-081-1/+56
* string.h: Fix boolean spelling in commentsH.J. Lu2022-06-031-1/+1
* String: Improve overflow test coverage for strnlenSunil K Pandey2022-05-251-0/+2
* string.h: fix __fortified_attr_access macro call [BZ #29162]Sergei Trofimovich2022-05-231-1/+1
* Replace {u}int_fast{16|32} with {u}int32_tNoah Goldstein2022-04-132-5/+5
* string: Replace outdated comments in strlen().Ricardo Bittencourt2022-04-091-11/+5
* tests/string: Drop simple/stupid/builtin testsSiddhesh Poyarekar2022-04-0625-230/+43
* test-memcpy: Actually reverse source and destinationSiddhesh Poyarekar2022-04-061-22/+24