about summary refs log tree commit diff
path: root/src/search/hsearch.c
Commit message (Expand)AuthorAgeFilesLines
* reduce spurious inclusion of libc.hRich Felker2018-09-121-1/+0
* make inadvertently exposed __h{create,delete,search}_r functions staticRich Felker2018-09-121-6/+6
* remove struct elem entirely from hsearch.csin2014-04-021-29/+22
* implement hcreate_r, hdestroy_r and hsearch_rsin2014-04-021-30/+73
* POSIX conformance fix: define struct entry in search.hSzabolcs Nagy2013-10-291-8/+8
* XSI search.h API implementation by Szabolcs NagyRich Felker2011-06-251-0/+118