summaryrefslogtreecommitdiffstats
path: root/src/xspawn.c
AgeCommit message (Expand)Author
2023-06-20alloc: New header for memory allocation utilitiesTavian Barnes
2023-05-20list: Return the removed item from SLIST_POP()Tavian Barnes
2023-05-11config: Provide <stdalign.h> and <stdbool.h>Tavian Barnes
2023-05-03style: Don't use tabs to indent preprocessor directivesTavian Barnes
2023-03-31list: Use macros instead of type-erased listsTavian Barnes
2023-03-29xspawn: Use list.h for the action listTavian Barnes
2023-01-25Replace license boilerplate with SPDX tagsTavian Barnes
2022-11-06Fix includesTavian Barnes
2022-11-06bfstd: Rename from util and reorganize itTavian Barnes
2022-11-06config: Split out some of util.h into a new headerTavian Barnes
2022-11-06util: Get rid of BFS_HAS_INCLUDE() wrapper for __has_include()Tavian Barnes
2022-11-06xspawn: Use _PATH_DEFPATH if _CS_PATH is not definedTavian Barnes
2022-10-17util: Stub out confstr() on AndroidTavian Barnes
2022-04-16Source / Include Folder (#88)トトも