Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added more autcomplete tests, test updating items | James Booth | 2012-05-24 | 1 | -0/+115 |
| | |||||
* | Only update a contact if data changed | James Booth | 2012-05-24 | 1 | -16/+40 |
| | |||||
* | Autcomplete defaults to string data | James Booth | 2012-05-20 | 1 | -18/+19 |
| | | | | | | p_obj_autocomplete_new() can be used to create an autocompleter that stores arbitrary data structures passing memory management functions to get a string, copy and free | ||||
* | Simplified autocomplete api | James Booth | 2012-05-20 | 1 | -83/+79 |
| | | | | | Now stores memory management functions, passed on p_autocomplete_new | ||||
* | Handling of NULL free_func in prof_autocompelte | James Booth | 2012-05-20 | 1 | -3/+109 |
| | |||||
* | Autocomplete tests use heap instead of literals | James Booth | 2012-05-18 | 1 | -9/+33 |
| | |||||
* | Autocomplte uses default functions | James Booth | 2012-05-18 | 1 | -0/+133 |