summaryrefslogtreecommitdiff
path: root/src/search/hsearch.c
AgeCommit message (Expand)AuthorLines
2018-09-12reduce spurious inclusion of libc.hRich Felker-1/+0
2018-09-12make inadvertently exposed __h{create,delete,search}_r functions staticRich Felker-6/+6
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
2011-06-25XSI search.h API implementation by Szabolcs NagyRich Felker-0/+118