Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-12-15 | Fix nullability annotations for zix_canonical_path() and friends | David Robillard | 1 | -2/+2 | |
These functions can (and likely will) fail due to filesystem operations failing, rather than a (rare) failed allocation, so they should be nullable so clang can find potential null dereferences. | |||||
2022-11-02 | Improve documentation headings | David Robillard | 1 | -1/+1 | |
2022-10-23 | Add filesystem API | David Robillard | 1 | -0/+371 | |