Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2014-04-02 | remove struct elem entirely from hsearch.c | sin | -29/+22 |
2014-04-02 | implement hcreate_r, hdestroy_r and hsearch_r | sin | -30/+73 |
2013-10-29 | POSIX conformance fix: define struct entry in search.h | Szabolcs Nagy | -8/+8 |
2013-08-02 | make tdestroy allow null function pointer if no destructor is needed | Rich Felker | -1/+1 |
2013-08-02 | fix aliasing violations in tsearch functions | Rich Felker | -2/+10 |
2012-05-13 | search: add comments to tsearch_avl.c | nsz | -0/+6 |
2012-05-13 | search: add tdestroy (gnu extension) | nsz | -0/+21 |
2011-06-25 | XSI search.h API implementation by Szabolcs Nagy | Rich Felker | -0/+352 |