summaryrefslogtreecommitdiff
path: root/src/minutils/s6-ps.c
AgeCommit message (Collapse)Author
2018-09-30 Fix clang build: rewrite avltreeb into avltreen, requires new skalibsLaurent Bercot
Thanks John Regan for the report. His fix idea duplicated the pointers to storage and freelist; there's no way to support a C99 avltreeb without duplicating the avltreen functionality, so I ended up scrapping avltreeb in skalibs.
2017-03-27 Make sure avltree indices (in s6-ps) are uint32_tLaurent Bercot
2017-03-12 Fix a few omissions2.3.0.0Laurent Bercot
2017-03-08 Make it build with skalibs-2.5.0.0Laurent Bercot
2017-01-08 Types fix, first passLaurent Bercot
Deeper fixes need to be done if the avltree.h API ever changes.
2015-01-15 Cosmetic fix: avltree_iter -> avltree_iter_nocancelLaurent Bercot
2014-09-19initial commitLaurent Bercot