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