summaryrefslogtreecommitdiff
path: root/src/search/tsearch_avl.c
AgeCommit message (Expand)AuthorLines
2018-09-20new tsearch implementationSzabolcs Nagy-204/+0
2015-12-08fix tsearch, tfind, tdelete to handle null pointer inputSzabolcs Nagy-0/+6
2015-12-08tsearch code cleanupSzabolcs Nagy-24/+28
2015-12-08fix tsearch to avoid crash on oomSzabolcs Nagy-1/+1
2015-12-08fix tdelete to properly balance the treeSzabolcs Nagy-5/+14
2013-08-02fix aliasing violations in tsearch functionsRich Felker-2/+10
2012-05-13search: add comments to tsearch_avl.cnsz-0/+6
2011-06-25XSI search.h API implementation by Szabolcs NagyRich Felker-0/+171