summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2025-05-22Use SPDX notation for licenses.Omar Pakker
2025-05-22Add patches to fix builds in Arch.Omar Pakker
This adds the following patches: - parsedate.y: match the extern references to their real definitions. This resolves function redefinition (to x(void*)) errors. - pilot-read-todos.c: pass pointer as size_t. The target function expects a size_t but an int is passed. Cast it.
2022-07-20Initial versionOmar Pakker