summaryrefslogtreecommitdiff
path: root/src/search
AgeCommit message (Expand)AuthorLines
2014-04-02remove struct elem entirely from hsearch.csin-29/+22
2014-04-02implement hcreate_r, hdestroy_r and hsearch_rsin-30/+73
2013-10-29POSIX conformance fix: define struct entry in search.hSzabolcs Nagy-8/+8
2013-08-02make tdestroy allow null function pointer if no destructor is neededRich Felker-1/+1
2013-08-02fix aliasing violations in tsearch functionsRich Felker-2/+10
2012-05-13search: add comments to tsearch_avl.cnsz-0/+6
2012-05-13search: add tdestroy (gnu extension)nsz-0/+21
2011-06-25XSI search.h API implementation by Szabolcs NagyRich Felker-0/+352