Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-04 | til_str: introduce til_str_chomp() | Vito Caputo | |
Helper for trimming off a trailing CRNL or NL if present Clearly I once knew perl if this is the name that came to mind | |||
2023-07-04 | til_str: fix va_start/va_end usage in til_str_newf() | Vito Caputo | |
You can't just reuse the ap in multiple calls to vsnprintf without restarting... fixed in the obvious way | |||
2023-06-12 | til_str: add preliminary growable string type | Vito Caputo | |
Preparation for eliminating open_memstream() usage... |