summaryrefslogtreecommitdiffstats
path: root/src/main.c
AgeCommit message (Expand)Author
2023-12-16main: Warn if setlocale() failsTavian Barnes
2023-11-23darray: RemoveTavian Barnes
2023-06-26thread: Wrap more pthread APIsTavian Barnes
2023-06-20alloc: New header for memory allocation utilitiesTavian Barnes
2023-06-12ioq: Implement an async I/O queueTavian Barnes
2023-06-12atomic: Add shorthands for explicit atomic operationsTavian Barnes
2023-06-12lock: Add wrappers for POSIX synchronization primitivesTavian Barnes
2023-05-25main: Add some missing headers to the overviewTavian Barnes
2023-05-11config: Provide <stdalign.h> and <stdbool.h>Tavian Barnes
2023-01-25Replace license boilerplate with SPDX tagsTavian 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-05-11main: Avoid a gotoTavian Barnes
2022-04-16Source / Include Folder (#88)トトも