summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/string.h
AgeCommit message (Expand)Author
2023-06-05LibC: Fix memmem signature complianceEmily Trau
2023-02-08LibC: Add strcasestr()Julian Offenhäuser
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-13LibC: Expose AK::timing_safe_compare via `timingsafe_memcmp(..)`Brian Gianforcaro
2022-01-10LibC: Implement strsep()Linus Groh
2022-01-04LibC: Include `strings.h` in `string.h`Jesse Buhagiar
2021-12-28LibC: Add rindex() and index() APIsBrian Gianforcaro
2021-12-21LibC: Remove deprecation warnings from "unsafe" string functionsTim Schumacher
2021-05-25LibC: Implement strerror_r()Gunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling