Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2016-03-02 | Add a testcase for the replacement bug fixed in the previous commit. | Eric Anholt | 3 | -0/+55 |
2016-03-02 | Fix replacement of deleted entries in the int set. | Eric Anholt | 3 | -0/+61 |
2016-03-02 | Fix compiler warning in delete_management. | Eric Anholt | 1 | -1/+0 |
2013-10-25 | Fix out-of-tree build. | Eric Anholt | 1 | -1/+1 |
2013-10-25 | Add set_contains and int_set_contains functions. | Carl Worth | 5 | -0/+12 |
2013-10-25 | Add new convenience function 'remove' (renaming former to 'remove_entry') | Carl Worth | 4 | -10/+17 |
2013-10-25 | Add a new int-set structure for a set of integers | Carl Worth | 10 | -0/+520 |