summaryrefslogtreecommitdiffstats
path: root/src/dstring.c
Commit message (Collapse)AuthorAgeFilesLines
* dstring: Add missing va_end() to dstrvcatf() error pathTavian Barnes8 days1-0/+1
|
* Rename config.h to prelude.hTavian Barnes13 days1-1/+1
|
* Re-run include-what-you-useTavian Barnes2024-03-111-0/+2
|
* dstring: Use the new REALLOC_FLEX() macroTavian Barnes2023-11-231-45/+59
| | | | | | While I'm at it, switch the capacity to include the NUL byte, so that it could be used by __counted_by() for example. And fix a theoretical provenance issue.
* Formatting fixesTavian Barnes2023-09-271-2/+2
|
* dstring: New dchar typedef for dynamic stringsTavian Barnes2023-09-261-27/+28
|
* bfstd: Support wordesc() without allocatingTavian Barnes2023-07-131-0/+22
|
* dstring: Add some exact-size utility functionsTavian Barnes2023-06-291-16/+41
|
* dstring: Allow dstreserve(NULL, n)Tavian Barnes2023-06-291-1/+7
|
* alloc: New header for memory allocation utilitiesTavian Barnes2023-06-201-1/+2
|
* Use bfs_bug("...") over assert(!"...")Tavian Barnes2023-05-181-2/+2
|
* config: s/BFS_FLEX_SIZEOF/flex_sizeof/Tavian Barnes2023-05-101-1/+1
|
* Replace license boilerplate with SPDX tagsTavian Barnes2023-01-251-15/+2
| | | | | | | And while I'm at it, remove years from copyright declarations. Link: https://spdx.dev/about/ Link: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/
* Source / Include Folder (#88)トトも2022-04-161-0/+220
Moved Source Files Into `src` Folder