Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-11 | core: fix long lines | Sébastien Helleu | |
2015-01-01 | core: update copyright dates | Sébastien Helleu | |
2014-10-17 | core: call "callback_free" in functions arraylist_{remove|clear|free} | Sébastien Helleu | |
This fixes a memory leak in completions which are using this callback to free words in the completion list. | |||
2014-10-11 | core: fix search/insert of elements in sorted arraylist with duplicates | Sébastien Helleu | |
The pointer and index returned is now the first element found with the value (with the lower index if there are many elements with same value). And the index for insert is the last element with same value + 1 (the higher index + 1). | |||
2014-09-01 | core: add comment about argument "index" of function arraylist_search | Sébastien Helleu | |
2014-09-01 | core: reset data contents in function arraylist_clear if size_alloc_min > 0 | Sébastien Helleu | |
2014-09-01 | core: add extra check on arraylist pointer in arraylist functions | Sébastien Helleu | |
2014-09-01 | core: add functions to manage array lists | Sébastien Helleu | |