summaryrefslogtreecommitdiffstats
path: root/tests/bfstd.c
AgeCommit message (Expand)Author
3 daysdiag: New helpers to include xstrerror(errno) automaticallyTavian Barnes
2024-04-19Rename config.h to prelude.hTavian Barnes
2024-04-19tests: Add ../src to the include pathTavian Barnes
2024-03-26bfstd: Escape ASCII tildesTavian Barnes
2024-03-21bfstd: New asciilen() functionTavian Barnes
2024-03-20bfstd: Check that wcwidth() is positiveTavian Barnes
2024-03-11Re-run include-what-you-useTavian Barnes
2024-03-07xtime: Call tzset() from main() instead of lazilyTavian Barnes
2024-02-29tests: New bfs_check() macroTavian Barnes
2024-01-12tests: Merge unit test executables into oneTavian Barnes
2023-10-05bfstd: Add a thread-safe wrapper for strerror()Tavian Barnes
2023-09-27Formatting fixesTavian Barnes
2023-09-06bfstd: Fix printable_len() off-by-oneTavian Barnes
2023-09-06bfstd: Fix an OOB string index in xmbrtowc()Tavian Barnes
2023-06-20alloc: New header for memory allocation utilitiesTavian Barnes
2023-05-19tests/bfstd: Use bfs_verify() over explicit abort()Tavian Barnes
2023-05-18Switch from assert() to bfs_assert()/bfs_verify()Tavian Barnes
2023-05-16config: Align after saturating in flex_sizeof()Tavian Barnes
2023-05-11config: Saturate on overflow in flex_sizeof()Tavian Barnes
2023-05-11config: Properly align flex_sizeof()Tavian Barnes
2023-01-25Replace license boilerplate with SPDX tagsTavian Barnes
2023-01-19bfstd: New wrappers for dirname()/basename()Tavian Barnes