Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
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 | |
this change is to align with a change in the glibc interface. | ||||
2013-08-02 | fix aliasing violations in tsearch functions | Rich Felker | -2/+10 | |
patch by nsz. the actual object the caller has storing the tree root has type void *, so accessing it as struct node * is not valid. instead, simply access the value, move it to a temporary of the appropriate type and work from there, then move the result back. | ||||
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 | |