summaryrefslogtreecommitdiff
path: root/Libraries/LibC/string.h
AgeCommit message (Expand)Author
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling
2021-01-09LibC: Add explicit_bzero()Andreas Kling
2021-01-09LibC: Move bzero() and bcopy() per Dr. POSIXAndreas Kling
2020-09-12LibC: Don't advertise wrong functionsBen Wiederhake
2020-08-30LibC: Deprecate strcpy(), strncpy(), strcat() and strncat() :^)Sergey Bugaev
2020-08-26LibC: Deduplicate declaration of strcasecmpBen Wiederhake
2020-08-24LibC: Stub and test strlcpyBen Wiederhake
2020-08-13LibC: mark strdup & strndup as __attribute__((malloc))Muhammad Zahalqa
2020-08-01Kernel+LibC: Implement 'memmem'AnotherTest
2020-02-22LibC: Implement strchrnul()Shannon Booth
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-16LibC: Add strnlen()Andreas Kling
2019-11-10LibC: Add strtok_r() and make strtok() a wrapper around itAndreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling