Commit message (Expand) | Author | Age | |
---|---|---|---|
* | flex_array: avoid divisions when accessing elements | Jesse Gross | 2011-05-26 |
* | flex_array: flex_array_prealloc takes a number of elements, not an end | Eric Paris | 2011-04-28 |
* | flex_array: fix flex_array_put_ptr macro to be valid C | Eric Paris | 2010-11-30 |
* | flex_array: add helpers to get and put to make pointers easy to use | Eric Paris | 2010-08-09 |
* | flex_array: introduce DEFINE_FLEX_ARRAY | David Rientjes | 2009-09-22 |
* | flex_array: add flex_array_shrink function | David Rientjes | 2009-09-22 |
* | flex_array: add flex_array_clear function | David Rientjes | 2009-09-22 |
* | flex_array: convert element_nr formals to unsigned | David Rientjes | 2009-08-26 |
* | flex_array: declare parts member to have incomplete type | David Rientjes | 2009-08-26 |
* | lib: flexible array implementation | Dave Hansen | 2009-07-29 |