Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix aliasing violations in tsearch functions | Rich Felker | 2013-08-02 | 1 | -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. | ||||
* | search: add comments to tsearch_avl.c | nsz | 2012-05-13 | 1 | -0/+6 |
| | |||||
* | XSI search.h API implementation by Szabolcs Nagy | Rich Felker | 2011-06-25 | 1 | -0/+171 |