aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_string.c
AgeCommit message (Collapse)AuthorFilesLines
2021-03-08Use a fixed-size reader stackDavid Robillard1-1/+1
This improves performance, and makes the reader more suitable for embedded or network-facing applications, at the cost of requiring the user to specify a maximum stack size.
2021-03-07Use char* for strings in public APIDavid Robillard1-6/+6
The constant casting just makes user code a mess, for no benefit.
2021-03-07Remove useless character countingDavid Robillard1-8/+3
2021-01-02Use email address instead of website for attributionDavid Robillard1-1/+1
2020-12-31Format all code with clang-formatDavid Robillard1-21/+21
2020-11-09Split out string testsDavid Robillard1-0/+64