summaryrefslogtreecommitdiff
path: root/Libraries/LibC/string.cpp
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-11-14LibC: strtok_r() should not go past the last tokenAndreas Kling
2020-11-14LibC: Fix OOB access in strerror() with invalid inputAndreas Kling
2020-11-01Kernel+LibC: Don't allow a directory to become a subdirectory of itselfAndreas Kling
2020-10-02Everywhere: Fix typosNico Weber
2020-09-27LibC: Add EPFNOSUPPORT error numberLuke
2020-08-24LibC: Implement strlcpyBen Wiederhake
2020-08-24LibC: Stub and test strlcpyBen Wiederhake
2020-08-24LibC: Prevent slowness and overrun in strdup/strndupBen Wiederhake
2020-08-21AK+LibC+Kernel: Move the implementation of memmem to AKAnotherTest
2020-08-01Kernel+LibC: Implement 'memmem'AnotherTest
2020-07-27AK+LibC: Always use REP MOVSB/STOSB for memcpy()/memset()Andreas Kling
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-12-27LibC: Remove some functions we had two ofAndreas Kling
2019-12-15Kernel+FileManager: Disallow watch_file() in unsupported file systemsAndreas Kling
2019-11-10LibC: Add strtok_r() and make strtok() a wrapper around itAndreas Kling
2019-10-17LibC: Better strtok implementation (string.h)Jonah Alligood
2019-10-17LibC: strtok is now implemented (string.h)Jonah Alligood
2019-10-17LibC: sys_errlist should be const char* constAndreas Kling
2019-07-29Kernel+AK: Remove AK/StdLibExtras.cpp, moving kernel stuff to Kernel/.Andreas Kling
2019-07-09LibC: Provide generic versions of memcpy() and memset() for non-i386 builds.Andreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling