summaryrefslogtreecommitdiff
path: root/int-set.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-02Do a full search when adding new itemsJason Ekstrand1-4/+12
2016-03-02Fix replacement of deleted entries in the int set.Eric Anholt1-1/+3
2013-10-25Add set_contains and int_set_contains functions.Carl Worth1-0/+12
2013-10-25Add new convenience function 'remove' (renaming former to 'remove_entry')Carl Worth1-1/+19
2013-10-25Add a new int-set structure for a set of integersCarl Worth1-0/+316