]> git.ozlabs.org Git - ccan/history - ccan/strmap/strmap.h
base64: fix for unsigned chars (e.g. ARM).
[ccan] / ccan / strmap / strmap.h
2022-06-26 Rusty Russellstrmap: add strmap_getn for non-terminated string search.
2016-02-02 David Gibsonstrmap: Convert to using TCON_WRAP() instead of plain...
2011-12-01 Rusty Russellstrset, strmap: invert iterator function meaning.
2011-12-01 Rusty Russellstrmap: allow const arguments to strset_iterate().
2011-11-01 Rusty Russellstrmap: set errno to ENOENT even if we return NULL.
2011-10-26 Rusty Russellstrmap: set errno on strmap_add() failures.
2011-09-28 Rusty Russellstrmap: new module for ordered map of strings using...