summaryrefslogtreecommitdiffstats
path: root/src/xspawn.h
Commit message (Collapse)AuthorAgeFilesLines
* Rename config.h to prelude.hTavian Barnes14 days1-1/+1
|
* xspawn: Implement bfs_spawn_addopen()Tavian Barnes2024-03-271-0/+8
|
* xspawn: Detect posix_spawn() supportTavian Barnes2023-11-191-1/+7
|
* xspawn: API tweaksTavian Barnes2023-11-151-17/+16
|
* xspawn: Wrap the real posix_spawn() if possibleTavian Barnes2023-11-061-2/+13
| | | | Fixes #47.
* list: Use macros instead of type-erased listsTavian Barnes2023-03-311-2/+2
|
* xspawn: Use list.h for the action listTavian Barnes2023-03-291-2/+2
|
* Replace license boilerplate with SPDX tagsTavian Barnes2023-01-251-15/+2
| | | | | | | And while I'm at it, remove years from copyright declarations. Link: https://spdx.dev/about/ Link: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/
* Source / Include Folder (#88)トトも2022-04-161-0/+123
Moved Source Files Into `src` Folder