summaryrefslogtreecommitdiff
path: root/Libraries/LibC/string.cpp
AgeCommit message (Expand)Author
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