aboutsummaryrefslogtreecommitdiff
path: root/string
AgeCommit message (Expand)Author
2024-02-27string: Improve fortify with clangAdhemerval Zanella
2024-02-05Fix stringop-overflow warning in tst-strlcat2.Stefan Liebler
2024-02-01string: Use builtins for ffs and ffsllAdhemerval Zanella Netto
2024-02-01Refer to C23 in place of C2X in glibcJoseph Myers
2024-01-23string: Disable stack protector for memset in early static initializationAdhemerval Zanella
2024-01-01string: Add additional output in test-strchr failureNoah Goldstein
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-10-31string: Add internal memswap implementationAdhemerval Zanella
2023-10-17Add strlcat/wcslcat testcase.Sunil K Pandey
2023-10-17Add strlcpy/wcslcpy testcaseSunil K Pandey
2023-08-18string: Fix tester build with fortify enable with gcc < 12Mahesh Bodapati
2023-07-26string: Fix tester build with fortify enable with gcc 6Adhemerval Zanella Netto
2023-07-24string: Fix tester with fortify enabledAdhemerval Zanella Netto
2023-07-24string: Fix bug-strncat1 with fortify enabledAdhemerval Zanella Netto
2023-07-05Exclude routines from fortificationFrédéric Bérat
2023-06-15string: strerror must not return NULL (bug 30555)Florian Weimer
2023-06-14Implement strlcpy and strlcat [BZ #178]Florian Weimer
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov
2023-04-21string: Add tests for strndup (BZ #30266)Joe Simmons-Talbott
2023-04-21string: Add tests for strdup (BZ #30266)Joe Simmons-Talbott
2023-04-21string: Allow use of test-string.h for non-ifunc implementations.Joe Simmons-Talbott
2023-04-06<string.h>: Make strchrnul, strcasestr, memmem available by defaultFlorian Weimer
2023-03-02Fix stringop-overflow warning in test-strncat.Stefan Liebler
2023-02-08string: Disable stack protector in early static initializationAdhemerval Zanella
2023-02-08string: Add libc_hidden_proto for memrchrAdhemerval Zanella
2023-02-08string: Add libc_hidden_proto for strchrnulAdhemerval Zanella
2023-02-06string: Hook up the default implementation on test-strrchrAdhemerval Zanella
2023-02-06string: Hook up the default implementation on test-memrchrAdhemerval Zanella
2023-02-06string: Hook up the default implementation on test-memchrAdhemerval Zanella
2023-02-06string: Hook up the default implementation on test-strcpyAdhemerval Zanella
2023-02-06string: Hook up the default implementation on test-stpcpyAdhemerval Zanella
2023-02-06string: Hook up the default implementation on test-strncmpAdhemerval Zanella
2023-02-06string: Hook up the default implementation on test-strcmpAdhemerval Zanella
2023-02-06string: Hook up the default implementation on test-strchrAdhemerval Zanella
2023-02-06string: Hook up the default implementation on test-strnlenAdhemerval Zanella
2023-02-06string: Hook up the default implementation on test-strlenAdhemerval Zanella
2023-02-06string: Improve generic strrchr with memrchr and strlenAdhemerval Zanella
2023-02-06string: Improve generic memrchrAdhemerval Zanella
2023-02-06string: Improve generic strnlen with memchrAdhemerval Zanella
2023-02-06string: Improve generic memchrAdhemerval Zanella
2023-02-06string: Improve generic strcpyAdhemerval Zanella
2023-02-06string: Improve generic stpcpyAdhemerval Zanella
2023-02-06string: Improve generic strncmpAdhemerval Zanella
2023-02-06string: Improve generic strcmpAdhemerval Zanella
2023-02-06string: Improve generic strchrAdhemerval Zanella
2023-02-06string: Improve generic strchrnulAdhemerval Zanella
2023-02-06string: Improve generic strlenAdhemerval Zanella
2023-02-06Parameterize OP_T_THRES from memcopy.hRichard Henderson
2023-02-06Parameterize op_t from memcopy.hAdhemerval Zanella
2023-02-06Replace rawmemchr (s, '\0') with strchrWilco Dijkstra