| Commit message (Expand) | Author | Age | Files | Lines |
* | bfstd: Work around a FreeBSD-specific msan issue | Tavian Barnes | 2023-09-06 | 1 | -4/+23 |
* | bfstd: Skip a whole loop in dollar_quote() if possible | Tavian Barnes | 2023-09-06 | 1 | -2/+1 |
* | bfstd: Fix printable_len() off-by-one | Tavian Barnes | 2023-09-06 | 1 | -2/+2 |
* | bfstd: Fix an OOB string index in xmbrtowc() | Tavian Barnes | 2023-09-06 | 1 | -6/+2 |
* | bfstd: Don't label a declaration | Tavian Barnes | 2023-08-08 | 1 | -1/+1 |
* | bfstd: Check multiple chars at once for isascii() | Tavian Barnes | 2023-08-07 | 1 | -3/+20 |
* | bfstd: Speed up wordesc() by caching isprint()/isspace() | Tavian Barnes | 2023-08-07 | 1 | -2/+29 |
* | bfstd: Add an ASCII fast path to wordesc() | Tavian Barnes | 2023-07-13 | 1 | -59/+100 |
* | bfstd: Support wordesc() without allocating | Tavian Barnes | 2023-07-13 | 1 | -38/+54 |
* | bfstd: Quote the whole string the same way in wordesc() | Tavian Barnes | 2023-07-13 | 1 | -77/+101 |
* | bfstd: Use $'\n' etc. over $'\x0A' | Tavian Barnes | 2023-07-13 | 1 | -5/+35 |
* | bfstd: Escape '!' in wordesc() | Tavian Barnes | 2023-07-13 | 1 | -2/+2 |
* | wordesc: Also escape non-printable chars | Tavian Barnes | 2023-07-06 | 1 | -30/+115 |
* | bfstd: Add a getprogname() wrapper | Tavian Barnes | 2023-06-24 | 1 | -0/+15 |
* | alloc: New header for memory allocation utilities | Tavian Barnes | 2023-06-20 | 1 | -13/+0 |
* | bfstd: New xmemdup() function | Tavian Barnes | 2023-06-20 | 1 | -0/+8 |
* | bfstd: New wordesc() function to shell-escape strings | Tavian Barnes | 2023-06-16 | 1 | -0/+46 |
* | bfstd: Add an aligned_alloc()/posix_memalign() wrapper | Tavian Barnes | 2023-06-14 | 1 | -0/+14 |
* | Switch from assert() to bfs_assert()/bfs_verify() | Tavian Barnes | 2023-05-18 | 1 | -2/+1 |
* | Use bfs_bug("...") over assert(!"...") | Tavian Barnes | 2023-05-18 | 1 | -1/+2 |
* | config: Provide <stdalign.h> and <stdbool.h> | Tavian Barnes | 2023-05-11 | 1 | -1/+0 |
* | style: Don't use tabs to indent preprocessor directives | Tavian Barnes | 2023-05-03 | 1 | -3/+3 |
* | bfstd: Fix declaration order to match the right standard headers | Tavian Barnes | 2023-04-07 | 1 | -74/+74 |
* | Replace license boilerplate with SPDX tags | Tavian Barnes | 2023-01-25 | 1 | -15/+2 |
* | bfstd: New wrappers for dirname()/basename() | Tavian Barnes | 2023-01-19 | 1 | -5/+40 |
* | Fix includes | Tavian Barnes | 2022-11-06 | 1 | -1/+0 |
* | bfstd: Rename from util and reorganize it | Tavian Barnes | 2022-11-06 | 1 | -0/+512 |