Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-01 | core: update copyright dates | Sébastien Helleu | |
2022-01-17 | core: update copyright dates | Sébastien Helleu | |
2021-01-02 | core: update copyright dates | Sébastien Helleu | |
2020-04-27 | api: add functions completion_new, completion_search and completion_free ↵ | Sébastien Helleu | |
(issue #1484) | |||
2020-01-04 | core: update copyright dates | Sébastien Helleu | |
2019-01-01 | core: update copyright dates | Sébastien Helleu | |
2018-11-29 | core: use https for links to GNU GPL license | Sébastien Helleu | |
2018-01-07 | core: fix some styles | Sébastien Helleu | |
2018-01-05 | core: update copyright dates | Sébastien Helleu | |
2017-05-22 | core: fix potential use of NULL pointer in function arraylist_clear | Sébastien Helleu | |
2017-03-30 | core: make "callback_cmp" optional in call to function arraylist_new() | Sébastien Helleu | |
If no callback is given, a default callback is used, which just compares pointers. | |||
2017-01-01 | core: update copyright dates | Sébastien Helleu | |
2016-01-01 | core: update copyright dates | Sébastien Helleu | |
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 | |