summaryrefslogtreecommitdiff
path: root/strmap.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-11strmap: take advantage of FLEXPTR_ALLOC_STR when relevantLibravatar Elijah Newren1-16/+19
2020-11-11strmap: enable allocations to come from a mem_poolLibravatar Elijah Newren1-9/+22
2020-11-06strmap: add a strset sub-typeLibravatar Elijah Newren1-0/+17
2020-11-06strmap: split create_entry() out of strmap_put()Libravatar Elijah Newren1-14/+23
2020-11-04strmap: add functions facilitating use as a string->int mapLibravatar Elijah Newren1-0/+11
2020-11-04strmap: enable faster clearing and reusing of strmapsLibravatar Elijah Newren1-0/+6
2020-11-04strmap: add more utility functionsLibravatar Elijah Newren1-0/+20
2020-11-02strmap: new utility functionsLibravatar Elijah Newren1-0/+99