Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-04 | til_str: mechanical rename s/seed/string/ | Vito Caputo | |
I get why I called this seed at the time as it was the starting string of a potentially larger buildup... but it's just ambiguous naming with the other more descriptive uses of seed in the tree, and isn't even really appropriate. | |||
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-06-12 | til_str: add preliminary growable string type | Vito Caputo | |
Preparation for eliminating open_memstream() usage... |