12 Commits (6ffdc4579ffb34f4aab69ab4c081badabc7c0a9a)

Author SHA1 Message Date
Szabolcs Nagy 3abb094d19 fix tsearch, tfind, tdelete to handle null pointer input 11 years ago
Szabolcs Nagy 8994908b19 tsearch code cleanup 11 years ago
Szabolcs Nagy bc9744763a fix tsearch to avoid crash on oom 11 years ago
Szabolcs Nagy e4f9d81168 fix tdelete to properly balance the tree 11 years ago
sin 141d3b5c2a remove struct elem entirely from hsearch.c 12 years ago
sin fe1ba7dbf1 implement hcreate_r, hdestroy_r and hsearch_r 12 years ago
Szabolcs Nagy b7d3210196 POSIX conformance fix: define struct entry in search.h 13 years ago
Rich Felker d3a98ff69a make tdestroy allow null function pointer if no destructor is needed 13 years ago
Rich Felker 2d2da648f6 fix aliasing violations in tsearch functions 13 years ago
nsz 6255c4c6a5 search: add comments to tsearch_avl.c 14 years ago
nsz d197d6421c search: add tdestroy (gnu extension) 14 years ago
Rich Felker febbd12d00 XSI search.h API implementation by Szabolcs Nagy 15 years ago