Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reduce spurious inclusion of libc.h | Rich Felker | 2018-09-12 | 1 | -1/+0 |
* | make inadvertently exposed __h{create,delete,search}_r functions static | Rich Felker | 2018-09-12 | 1 | -6/+6 |
* | remove struct elem entirely from hsearch.c | sin | 2014-04-02 | 1 | -29/+22 |
* | implement hcreate_r, hdestroy_r and hsearch_r | sin | 2014-04-02 | 1 | -30/+73 |
* | POSIX conformance fix: define struct entry in search.h | Szabolcs Nagy | 2013-10-29 | 1 | -8/+8 |
* | XSI search.h API implementation by Szabolcs Nagy | Rich Felker | 2011-06-25 | 1 | -0/+118 |