summaryrefslogtreecommitdiffstats
path: root/dstring.c
AgeCommit message (Expand)Author
2020-11-03dstring: New dstrvprintf() functionTavian Barnes
2020-10-13util: New BFS_FLEX_SIZEOF() macro for more precise flexible array allocationsTavian Barnes
2020-10-01dstring: Try to avoid calling vsnprintf() twice in dstrprintf()Tavian Barnes
2019-09-03dstring: New dstrndup() functionTavian Barnes
2019-05-23dstring: Add a printf()-style creation APITavian Barnes
2019-03-27dstring: Add a dstrdup() functionTavian Barnes
2019-02-09Add some documentation commentsTavian Barnes
2019-01-31dstring: Initialize freshly-allocated stringsTavian Barnes
2017-07-27Re-license under the BSD Zero Clause LicenseTavian Barnes
2017-06-10printf: Fix embedded nul bytesTavian Barnes
2016-05-22dstring: Clean up the API a bit.Tavian Barnes
2016-04-13dstring: Split out the dynamic string logic.Tavian Barnes