Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix tsearch, tfind, tdelete to handle null pointer input | Szabolcs Nagy | 2015-12-08 | 1 | -0/+6 |
* | tsearch code cleanup | Szabolcs Nagy | 2015-12-08 | 1 | -24/+28 |
* | fix tsearch to avoid crash on oom | Szabolcs Nagy | 2015-12-08 | 1 | -1/+1 |
* | fix tdelete to properly balance the tree | Szabolcs Nagy | 2015-12-08 | 1 | -5/+14 |
* | 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 |
* | make tdestroy allow null function pointer if no destructor is needed | Rich Felker | 2013-08-02 | 1 | -1/+1 |
* | fix aliasing violations in tsearch functions | Rich Felker | 2013-08-02 | 1 | -2/+10 |
* | search: add comments to tsearch_avl.c | nsz | 2012-05-13 | 1 | -0/+6 |
* | search: add tdestroy (gnu extension) | nsz | 2012-05-13 | 1 | -0/+21 |
* | XSI search.h API implementation by Szabolcs Nagy | Rich Felker | 2011-06-25 | 4 | -0/+352 |