summaryrefslogtreecommitdiffstats
path: root/tools
ModeNameSize
-rw-r--r--Makefile.am120logstatsplainblame
-rw-r--r--dumpiso.c7941logstatsplainblame
-rw-r--r--sendiso.c9490logstatsplainblame
-rw-r--r--testlibraw.c7251logstatsplainblame
This makes iterators much more flexible while keeping their abstract nature. New iterators can be made by a programmer with different methods. Existing iterator types cannot be programatically extended. This would likely require implementation support: either CLOS-style classes or a more limited single-dispatch interface system. 2024-12-28refactor tests, add working code for listGravatar Peter McGoron 6-36/+205 2024-12-28convert to chickenGravatar Peter McGoron 4-65/+63