aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Fix hook_inline() breaking after a single callGravatar Willian Henrique 2022-03-191-0/+16
| | | | Committer note: I, mike, am a big dumb idiot. Thanks, Bill.
* Fix some old KV parser issuesGravatar Michael Smith 2022-03-191-7/+13
| | | | | | | - Implement conditionals in the lexer and reject or ignore them in callbacks. This will allow something to use them later if needed. - Make error handling less stupid (return a bool instead of using the state struct).
* Split up os.h, inline functions and fix some typosGravatar Michael Smith 2021-12-301-1/+0
|
* Initial public snapshotGravatar Michael Smith 2021-11-204-0/+362
With code from Bill. Thanks Bill!