Age | Commit message (Expand) | Author |
---|---|---|
2020-02-22 | LibC: Implement strchrnul() | Shannon Booth |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2020-01-16 | LibC: Add strnlen() | Andreas Kling |
2019-12-27 | LibC: Remove some functions we had two of | Andreas Kling |
2019-12-15 | Kernel+FileManager: Disallow watch_file() in unsupported file systems | Andreas Kling |
2019-11-10 | LibC: Add strtok_r() and make strtok() a wrapper around it | Andreas Kling |
2019-10-17 | LibC: Better strtok implementation (string.h) | Jonah Alligood |
2019-10-17 | LibC: strtok is now implemented (string.h) | Jonah Alligood |
2019-10-17 | LibC: sys_errlist should be const char* const | Andreas Kling |
2019-07-29 | Kernel+AK: Remove AK/StdLibExtras.cpp, moving kernel stuff to Kernel/. | Andreas Kling |
2019-07-09 | LibC: Provide generic versions of memcpy() and memset() for non-i386 builds. | Andreas Kling |
2019-07-04 | Libraries: Create top level directory for libraries. | Andreas Kling |