about summary refs log tree commit diff
path: root/string
Commit message (Expand)AuthorAgeFilesLines
* wcsmbs: Ensure wcstr worst-case linear execution time (BZ 23865)Adhemerval Zanella2024-04-111-0/+172
* wcsmbs: Add test-wcsstrAdhemerval Zanella2024-04-111-53/+91
* string: Improve fortify with clangAdhemerval Zanella2024-02-271-22/+34
* Fix stringop-overflow warning in tst-strlcat2.Stefan Liebler2024-02-051-0/+1
* string: Use builtins for ffs and ffsllAdhemerval Zanella Netto2024-02-012-3/+13
* Refer to C23 in place of C2X in glibcJoseph Myers2024-02-011-3/+3
* string: Disable stack protector for memset in early static initializationAdhemerval Zanella2024-01-231-0/+1
* string: Add additional output in test-strchr failureNoah Goldstein2024-01-011-5/+12
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-01153-153/+153
* string: Add internal memswap implementationAdhemerval Zanella2023-10-312-0/+204
* Add strlcat/wcslcat testcase.Sunil K Pandey2023-10-172-0/+402
* Add strlcpy/wcslcpy testcaseSunil K Pandey2023-10-172-0/+323
* string: Fix tester build with fortify enable with gcc < 12Mahesh Bodapati2023-08-181-3/+8
* string: Fix tester build with fortify enable with gcc 6Adhemerval Zanella Netto2023-07-261-0/+9
* string: Fix tester with fortify enabledAdhemerval Zanella Netto2023-07-241-4/+8
* string: Fix bug-strncat1 with fortify enabledAdhemerval Zanella Netto2023-07-241-6/+8
* Exclude routines from fortificationFrédéric Bérat2023-07-051-0/+17
* string: strerror must not return NULL (bug 30555) fw/bug30555Florian Weimer2023-06-153-4/+87
* Implement strlcpy and strlcat [BZ #178]Florian Weimer2023-06-148-0/+314
* Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov2023-06-029-9/+9
* 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