]> git.ozlabs.org Git - ccan/history - ccan/strmap
tal: support destructors with an extra argument.
[ccan] / ccan / strmap /
2016-11-21 David GibsonMerge Makefile rewrite into master
2016-11-06 Rusty Russellasort, cdump, htable, list, noerr, strmap, tal/link...
2016-11-06 Rusty RussellMark unused arguments in many modules.
2016-08-30 Rusty RussellMerge remote-tracking branch 'origin/pr/48'
2016-08-30 Rusty RussellMerge remote-tracking branch 'origin/pr/50'
2016-08-29 Jon Griffithsstrmap: Set the license for strmap to CC0
2016-02-02 David Gibsonstrmap: Convert to using TCON_WRAP() instead of plain...
2015-09-29 Rusty Russellccanlint: enhance and streamline "output" testing lines.
2014-06-16 David Gibsonccan: Correct some poor conventions in _info includes
2012-11-01 Rusty RussellRelicense all public domain modules to CC0.
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...