summaryrefslogtreecommitdiff
path: root/libc/src/strings
AgeCommit message (Expand)Author
2025-11-05[libc] Migrate ctype_utils to use char instead of int where applicable. (#166...Alexey Samsonov
2025-06-06[libc] Correct x86_64 architecture for string(s) tests. (#143150)lntue
2025-06-04[libc] Expand usage of libc null checks. (#116262)Aly ElAshram
2025-03-12[libc] implement `strings/str{n}casecmp_l` (#130407)Connector Switch
2025-03-08[libc] implement `strings/ffs` (#129892)Connector Switch
2024-12-10[libc] move bcmp, bzero, bcopy, index, rindex, strcasecmp, strncasecmp to str...Nick Desaulniers