aboutsummaryrefslogtreecommitdiff
path: root/string
AgeCommit message (Expand)AuthorFilesLines
2024-04-11wcsmbs: Ensure wcstr worst-case linear execution time (BZ 23865)Adhemerval Zanella1-0/+172
2024-04-11wcsmbs: Add test-wcsstrAdhemerval Zanella1-53/+91
2024-02-27string: Improve fortify with clangAdhemerval Zanella1-22/+34
2024-02-05Fix stringop-overflow warning in tst-strlcat2.Stefan Liebler1-0/+1
2024-02-01string: Use builtins for ffs and ffsllAdhemerval Zanella Netto2-3/+13
2024-02-01Refer to C23 in place of C2X in glibcJoseph Myers1-3/+3
2024-01-23string: Disable stack protector for memset in early static initializationAdhemerval Zanella1-0/+1
2024-01-01string: Add additional output in test-strchr failureNoah Goldstein1-5/+12
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert153-153/+153
2023-10-31string: Add internal memswap implementationAdhemerval Zanella2-0/+204
2023-10-17Add strlcat/wcslcat testcase.Sunil K Pandey2-0/+402
2023-10-17Add strlcpy/wcslcpy testcaseSunil K Pandey2-0/+323
2023-08-18string: Fix tester build with fortify enable with gcc < 12Mahesh Bodapati1-3/+8
2023-07-26string: Fix tester build with fortify enable with gcc 6Adhemerval Zanella Netto1-0/+9
2023-07-24string: Fix tester with fortify enabledAdhemerval Zanella Netto1-4/+8
2023-07-24string: Fix bug-strncat1 with fortify enabledAdhemerval Zanella Netto1-6/+8
2023-07-05Exclude routines from fortificationFrédéric Bérat1-0/+17
2023-06-15string: strerror must not return NULL (bug 30555)Florian Weimer3-4/+87
2023-06-14Implement strlcpy and strlcat [BZ #178]Florian Weimer8-0/+314
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov9-9/+9
2023-04-21string: Add tests for strndup (BZ #30266)Joe Simmons-Talbott2-0/+201
2023-04-21string: Add tests for strdup (BZ #30266)Joe Simmons-Talbott2-0/+202
2023-04-21string: Allow use of test-string.h for non-ifunc implementations.Joe Simmons-Talbott1-2/+2
2023-04-06<string.h>: Make strchrnul, strcasestr, memmem available by defaultFlorian Weimer1-3/+3
2023-03-02Fix stringop-overflow warning in test-strncat.Stefan Liebler1-0/+1
2023-02-08string: Disable stack protector in early static initializationAdhemerval Zanella1-0/+2
2023-02-08string: Add libc_hidden_proto for memrchrAdhemerval Zanella1-0/+1
2023-02-08string: Add libc_hidden_proto for strchrnulAdhemerval Zanella1-0/+1
2023-02-06string: Hook up the default implementation on test-strrchrAdhemerval Zanella1-14/+24
2023-02-06string: Hook up the default implementation on test-memrchrAdhemerval Zanella1-0/+7
2023-02-06string: Hook up the default implementation on test-memchrAdhemerval Zanella1-11/+20
2023-02-06string: Hook up the default implementation on test-strcpyAdhemerval Zanella1-10/+24
2023-02-06string: Hook up the default implementation on test-stpcpyAdhemerval Zanella1-11/+21
2023-02-06string: Hook up the default implementation on test-strncmpAdhemerval Zanella1-0/+16
2023-02-06string: Hook up the default implementation on test-strcmpAdhemerval Zanella1-0/+22
2023-02-06string: Hook up the default implementation on test-strchrAdhemerval Zanella1-15/+38
2023-02-06string: Hook up the default implementation on test-strnlenAdhemerval Zanella1-11/+24
2023-02-06string: Hook up the default implementation on test-strlenAdhemerval Zanella1-17/+14
2023-02-06string: Improve generic strrchr with memrchr and strlenAdhemerval Zanella1-17/+1
2023-02-06string: Improve generic memrchrAdhemerval Zanella1-157/+39
2023-02-06string: Improve generic strnlen with memchrAdhemerval Zanella1-132/+5
2023-02-06string: Improve generic memchrAdhemerval Zanella1-125/+51
2023-02-06string: Improve generic strcpyAdhemerval Zanella1-1/+5
2023-02-06string: Improve generic stpcpyAdhemerval Zanella1-6/+86
2023-02-06string: Improve generic strncmpAdhemerval Zanella1-37/+101
2023-02-06string: Improve generic strcmpAdhemerval Zanella1-16/+94
2023-02-06string: Improve generic strchrAdhemerval Zanella1-156/+8
2023-02-06string: Improve generic strchrnulAdhemerval Zanella1-133/+22
2023-02-06string: Improve generic strlenAdhemerval Zanella1-70/+22
2023-02-06Parameterize OP_T_THRES from memcopy.hRichard Henderson1-3/+0