Age | Commit message (Expand) | Author |
---|---|---|
2020-08-26 | LibC: Deduplicate declaration of strcasecmp | Ben Wiederhake |
2020-08-24 | LibC: Stub and test strlcpy | Ben Wiederhake |
2020-08-13 | LibC: mark strdup & strndup as __attribute__((malloc)) | Muhammad Zahalqa |
2020-08-01 | Kernel+LibC: Implement 'memmem' | AnotherTest |
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-11-10 | LibC: Add strtok_r() and make strtok() a wrapper around it | Andreas Kling |
2019-07-04 | Libraries: Create top level directory for libraries. | Andreas Kling |