summaryrefslogtreecommitdiffstats
path: root/src/dstring.h
AgeCommit message (Expand)Author
2023-12-18config: s/attr_format/attr_printf/Tavian Barnes
2023-12-18config: New variadic attr(...) macroTavian Barnes
2023-11-23dstring: Use the new REALLOC_FLEX() macroTavian Barnes
2023-11-09config: Add (de)allocator attributesTavian Barnes
2023-11-09config: s/BFS_FORMATTER/attr_format/Tavian Barnes
2023-10-04dstring: Limit the special dchar typedef to lint buildsTavian Barnes
2023-09-26dstring: New dchar typedef for dynamic stringsTavian Barnes
2023-07-13bfstd: Support wordesc() without allocatingTavian Barnes
2023-06-29dstring: Add some exact-size utility functionsTavian Barnes
2023-01-25Replace license boilerplate with SPDX tagsTavian Barnes
2022-12-08Add BFS_FORMATTER() to vprintf()-type functions tooTavian Barnes
2022-11-06config: Split out some of util.h into a new headerTavian Barnes
2022-04-16Source / Include Folder (#88)トトも