summaryrefslogtreecommitdiffstats
path: root/src/diag.c
AgeCommit message (Expand)Author
2023-07-13bfstd: Support wordesc() without allocatingTavian Barnes
2023-06-24bfstd: Add a getprogname() wrapperTavian Barnes
2023-06-22diag: New bfs_loc type for source locationsTavian Barnes
2023-06-16diag: Shell-escape arguments for argv warnings/errorsTavian Barnes
2023-05-18Switch from assert() to bfs_assert()/bfs_verify()Tavian Barnes
2023-05-18diag: New bfs_abort() and bfs_bug() macrosTavian Barnes
2023-01-25Replace license boilerplate with SPDX tagsTavian Barnes
2023-01-19bfstd: New wrappers for dirname()/basename()Tavian Barnes
2022-12-05expr: Rename bfs_expr_has_children() to _is_parent()Tavian Barnes
2022-11-29expr: Remove the synthetic flagTavian Barnes
2022-11-06Fix includesTavian Barnes
2022-11-06bfstd: Rename from util and reorganize itTavian Barnes
2022-04-16Source / Include Folder (#88)トトも