summaryrefslogtreecommitdiffstats
path: root/src/bfstd.c
Commit message (Expand)AuthorAgeFilesLines
* bfstd: New xmemdup() functionTavian Barnes2023-06-201-0/+8
* bfstd: New wordesc() function to shell-escape stringsTavian Barnes2023-06-161-0/+46
* bfstd: Add an aligned_alloc()/posix_memalign() wrapperTavian Barnes2023-06-141-0/+14
* Switch from assert() to bfs_assert()/bfs_verify()Tavian Barnes2023-05-181-2/+1
* Use bfs_bug("...") over assert(!"...")Tavian Barnes2023-05-181-1/+2
* 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-3/+3
* bfstd: Fix declaration order to match the right standard headersTavian Barnes2023-04-071-74/+74
* Replace license boilerplate with SPDX tagsTavian Barnes2023-01-251-15/+2
* bfstd: New wrappers for dirname()/basename()Tavian Barnes2023-01-191-5/+40
* Fix includesTavian Barnes2022-11-061-1/+0
* bfstd: Rename from util and reorganize itTavian Barnes2022-11-061-0/+512