index
:
glibc.git
master
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
string
Age
Commit message (
Expand
)
Author
2024-08-01
Enhanced test coverage for strncmp, wcsncmp
Florian Weimer
2024-08-01
Enhance test coverage for strnlen, wcsnlen
Florian Weimer
2024-04-11
wcsmbs: Ensure wcstr worst-case linear execution time (BZ 23865)
Adhemerval Zanella
2024-04-11
wcsmbs: Add test-wcsstr
Adhemerval Zanella
2024-02-27
string: Improve fortify with clang
Adhemerval Zanella
2024-02-05
Fix stringop-overflow warning in tst-strlcat2.
Stefan Liebler
2024-02-01
string: Use builtins for ffs and ffsll
Adhemerval Zanella Netto
2024-02-01
Refer to C23 in place of C2X in glibc
Joseph Myers
2024-01-23
string: Disable stack protector for memset in early static initialization
Adhemerval Zanella
2024-01-01
string: Add additional output in test-strchr failure
Noah Goldstein
2024-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
2023-10-31
string: Add internal memswap implementation
Adhemerval Zanella
2023-10-17
Add strlcat/wcslcat testcase.
Sunil K Pandey
2023-10-17
Add strlcpy/wcslcpy testcase
Sunil K Pandey
2023-08-18
string: Fix tester build with fortify enable with gcc < 12
Mahesh Bodapati
2023-07-26
string: Fix tester build with fortify enable with gcc 6
Adhemerval Zanella Netto
2023-07-24
string: Fix tester with fortify enabled
Adhemerval Zanella Netto
2023-07-24
string: Fix bug-strncat1 with fortify enabled
Adhemerval Zanella Netto
2023-07-05
Exclude routines from fortification
Frédéric Bérat
2023-06-15
string: strerror must not return NULL (bug 30555)
Florian Weimer
2023-06-14
Implement strlcpy and strlcat [BZ #178]
Florian Weimer
2023-06-02
Fix all the remaining misspellings -- BZ 25337
Paul Pluzhnikov
2023-04-21
string: Add tests for strndup (BZ #30266)
Joe Simmons-Talbott
2023-04-21
string: Add tests for strdup (BZ #30266)
Joe Simmons-Talbott
2023-04-21
string: Allow use of test-string.h for non-ifunc implementations.
Joe Simmons-Talbott
2023-04-06
<string.h>: Make strchrnul, strcasestr, memmem available by default
Florian Weimer
2023-03-02
Fix stringop-overflow warning in test-strncat.
Stefan Liebler
2023-02-08
string: Disable stack protector in early static initialization
Adhemerval Zanella
2023-02-08
string: Add libc_hidden_proto for memrchr
Adhemerval Zanella
2023-02-08
string: Add libc_hidden_proto for strchrnul
Adhemerval Zanella
2023-02-06
string: Hook up the default implementation on test-strrchr
Adhemerval Zanella
2023-02-06
string: Hook up the default implementation on test-memrchr
Adhemerval Zanella
2023-02-06
string: Hook up the default implementation on test-memchr
Adhemerval Zanella
2023-02-06
string: Hook up the default implementation on test-strcpy
Adhemerval Zanella
2023-02-06
string: Hook up the default implementation on test-stpcpy
Adhemerval Zanella
2023-02-06
string: Hook up the default implementation on test-strncmp
Adhemerval Zanella
2023-02-06
string: Hook up the default implementation on test-strcmp
Adhemerval Zanella
2023-02-06
string: Hook up the default implementation on test-strchr
Adhemerval Zanella
2023-02-06
string: Hook up the default implementation on test-strnlen
Adhemerval Zanella
2023-02-06
string: Hook up the default implementation on test-strlen
Adhemerval Zanella
2023-02-06
string: Improve generic strrchr with memrchr and strlen
Adhemerval Zanella
2023-02-06
string: Improve generic memrchr
Adhemerval Zanella
2023-02-06
string: Improve generic strnlen with memchr
Adhemerval Zanella
2023-02-06
string: Improve generic memchr
Adhemerval Zanella
2023-02-06
string: Improve generic strcpy
Adhemerval Zanella
2023-02-06
string: Improve generic stpcpy
Adhemerval Zanella
2023-02-06
string: Improve generic strncmp
Adhemerval Zanella
2023-02-06
string: Improve generic strcmp
Adhemerval Zanella
2023-02-06
string: Improve generic strchr
Adhemerval Zanella
2023-02-06
string: Improve generic strchrnul
Adhemerval Zanella
[next]