Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-03-05 | fix lsearch and lfind to pass key as first arg to the compar callback | Szabolcs Nagy | 1 | -2/+2 |
2015-12-08 | fix tsearch, tfind, tdelete to handle null pointer input | Szabolcs Nagy | 1 | -0/+6 |
2015-12-08 | tsearch code cleanup | Szabolcs Nagy | 1 | -24/+28 |
2015-12-08 | fix tsearch to avoid crash on oom | Szabolcs Nagy | 1 | -1/+1 |
2015-12-08 | fix tdelete to properly balance the tree | Szabolcs Nagy | 1 | -5/+14 |
2014-04-02 | remove struct elem entirely from hsearch.c | sin | 1 | -29/+22 |
2014-04-02 | implement hcreate_r, hdestroy_r and hsearch_r | sin | 1 | -30/+73 |
2013-10-29 | POSIX conformance fix: define struct entry in search.h | Szabolcs Nagy | 1 | -8/+8 |
2013-08-02 | make tdestroy allow null function pointer if no destructor is needed | Rich Felker | 1 | -1/+1 |
2013-08-02 | fix aliasing violations in tsearch functions | Rich Felker | 1 | -2/+10 |
2012-05-13 | search: add comments to tsearch_avl.c | nsz | 1 | -0/+6 |
2012-05-13 | search: add tdestroy (gnu extension) | nsz | 1 | -0/+21 |
2011-06-25 | XSI search.h API implementation by Szabolcs Nagy | Rich Felker | 4 | -0/+352 |