about summary refs log tree commit diff stats
path: root/test_prof_autocomplete.c
Commit message (Collapse)AuthorAgeFilesLines
* Added more autcomplete tests, test updating itemsJames Booth2012-05-241-0/+115
|
* Only update a contact if data changedJames Booth2012-05-241-16/+40
|
* Autcomplete defaults to string dataJames Booth2012-05-201-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 apiJames Booth2012-05-201-83/+79
| | | | | Now stores memory management functions, passed on p_autocomplete_new
* Handling of NULL free_func in prof_autocompelteJames Booth2012-05-201-3/+109
|
* Autocomplete tests use heap instead of literalsJames Booth2012-05-181-9/+33
|
* Autocomplte uses default functionsJames Booth2012-05-181-0/+133