summaryrefslogtreecommitdiffstats
path: root/src/xspawn.c
Commit message (Expand)AuthorAgeFilesLines
* alloc: New header for memory allocation utilitiesTavian Barnes2023-06-201-1/+2
* list: Return the removed item from SLIST_POP()Tavian Barnes2023-05-201-3/+1
* config: Provide <stdalign.h> and <stdbool.h>Tavian Barnes2023-05-111-1/+0
* style: Don't use tabs to indent preprocessor directivesTavian Barnes2023-05-031-1/+1
* list: Use macros instead of type-erased listsTavian Barnes2023-03-311-7/+8
* xspawn: Use list.h for the action listTavian Barnes2023-03-291-19/+17
* Replace license boilerplate with SPDX tagsTavian Barnes2023-01-251-15/+2
* Fix includesTavian Barnes2022-11-061-0/+2
* bfstd: Rename from util and reorganize itTavian Barnes2022-11-061-1/+1
* config: Split out some of util.h into a new headerTavian Barnes2022-11-061-0/+1
* util: Get rid of BFS_HAS_INCLUDE() wrapper for __has_include()Tavian Barnes2022-11-061-1/+1
* xspawn: Use _PATH_DEFPATH if _CS_PATH is not definedTavian Barnes2022-11-061-2/+10
* util: Stub out confstr() on AndroidTavian Barnes2022-10-171-3/+5
* Source / Include Folder (#88)トトも2022-04-161-0/+318