about summary refs log tree commit diff
path: root/src/search/tsearch_avl.c
Commit message (Expand)AuthorAgeFilesLines
* fix tsearch, tfind, tdelete to handle null pointer inputSzabolcs Nagy2015-12-081-0/+6
* tsearch code cleanupSzabolcs Nagy2015-12-081-24/+28
* fix tsearch to avoid crash on oomSzabolcs Nagy2015-12-081-1/+1
* fix tdelete to properly balance the treeSzabolcs Nagy2015-12-081-5/+14
* fix aliasing violations in tsearch functionsRich Felker2013-08-021-2/+10
* search: add comments to tsearch_avl.cnsz2012-05-131-0/+6
* XSI search.h API implementation by Szabolcs NagyRich Felker2011-06-251-0/+171