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