1. 827c4e6 fix lsearch and lfind to pass key as first arg to the compar callback by Szabolcs Nagy · 7 years ago
  2. 3abb094 fix tsearch, tfind, tdelete to handle null pointer input by Szabolcs Nagy · 9 years ago
  3. 8994908 tsearch code cleanup by Szabolcs Nagy · 9 years ago
  4. bc97447 fix tsearch to avoid crash on oom by Szabolcs Nagy · 9 years ago
  5. e4f9d81 fix tdelete to properly balance the tree by Szabolcs Nagy · 9 years ago
  6. 141d3b5 remove struct elem entirely from hsearch.c by sin · 10 years ago
  7. fe1ba7d implement hcreate_r, hdestroy_r and hsearch_r by sin · 10 years ago
  8. b7d3210 POSIX conformance fix: define struct entry in search.h by Szabolcs Nagy · 11 years ago
  9. d3a98ff make tdestroy allow null function pointer if no destructor is needed by Rich Felker · 11 years ago
  10. 2d2da64 fix aliasing violations in tsearch functions by Rich Felker · 11 years ago
  11. 6255c4c search: add comments to tsearch_avl.c by nsz · 12 years ago
  12. d197d64 search: add tdestroy (gnu extension) by nsz · 12 years ago
  13. febbd12 XSI search.h API implementation by Szabolcs Nagy by Rich Felker · 13 years ago