Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mq_tree_seek(): Mark as pure | Patrick McDermott | 2017-11-01 | 1 | -1/+1 |
* | mq_tree_remove(): New macro | Patrick McDermott | 2017-10-25 | 1 | -0/+5 |
* | mq_tree_remove(): Rename to mq_tree_remove_allocated() | Patrick McDermott | 2017-10-25 | 1 | -3/+3 |
* | mq_tree_insert_child*(), mq_tree_insert_sibling*(): Rename to mq_tree_append_*() | Patrick McDermott | 2017-10-24 | 1 | -6/+6 |
* | mq_tree_next(): Fix | Patrick McDermott | 2017-10-23 | 1 | -1/+1 |
* | mq_tree_foreach_child(): Remove function | Patrick McDermott | 2017-10-23 | 1 | -4/+0 |
* | mq_tree_first_child(): New macro | Patrick McDermott | 2017-10-23 | 1 | -0/+2 |
* | mq_tree_foreach_from(): New function | Patrick McDermott | 2017-10-23 | 1 | -0/+4 |
* | mq_tree_foreach*(): Accept only one user data argument | Patrick McDermott | 2017-10-23 | 1 | -3/+4 |
* | mq_tree_size(), mq_tree_position(): Fix conditional expressions | Patrick McDermott | 2017-10-23 | 1 | -2/+2 |
* | src/tree.h: Fix MQ_TREE() | Patrick McDermott | 2017-10-23 | 1 | -1/+1 |
* | MqTree: New type | Patrick McDermott | 2017-10-23 | 1 | -0/+85 |