/debian/

out/'>aboutsummaryrefslogtreecommitdiffstats
path: root/tcc/include/memory.h (unfollow)
iv class='content'>
Commit message (Collapse)AuthorFilesLines
2023-12-12fix archive and directory recursion errorsGravatar Peter McGoron 2-67/+125
Commit message (Collapse)AuthorFilesLines
2024-12-28more list workGravatar Peter McGoron 2-56/+94
2024-12-28refactor exceptions to be less verboseGravatar Peter McGoron 6-61/+86
2024-12-28refactor iterators to be closure objectsGravatar Peter McGoron 11-137/+231
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