aboutsummaryrefslogtreecommitdiff
path: root/man (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-03-03pthreads.h: avoid undefined behaviorTheo Buehler1-3/+8
You can't pass a function pointer through a void pointer. So wrap the pthread callback in a struct. Fixes #966
2024-03-03zap stray whitespaceTheo Buehler1-1/+1
2024-03-03Update .github/workflows/release_by_tag.ymlIlya Shipitsin1-1/+2
Co-authored-by: Joshua Sing <joshua@hypera.dev>