clean up dns_parse_callback
[musl] / src / search /
2018-09-20 Szabolcs Nagynew tsearch implementation
2018-09-12 Rich Felkerreduce spurious inclusion of libc.h
2018-09-12 Rich Felkermake inadvertently exposed __h{create,delete,search...
2017-03-06 Szabolcs Nagyfix lsearch and lfind to pass key as first arg to the...
2015-12-08 Szabolcs Nagyfix tsearch, tfind, tdelete to handle null pointer...
2015-12-08 Szabolcs Nagytsearch code cleanup
2015-12-08 Szabolcs Nagyfix tsearch to avoid crash on oom
2015-12-08 Szabolcs Nagyfix tdelete to properly balance the tree
2014-04-02 sinremove struct elem entirely from hsearch.c
2014-04-02 sinimplement hcreate_r, hdestroy_r and hsearch_r
2013-10-29 Szabolcs NagyPOSIX conformance fix: define struct entry in search.h
2013-08-03 Rich Felkermake tdestroy allow null function pointer if no destruc...
2013-08-03 Rich Felkerfix aliasing violations in tsearch functions
2012-05-12 nszsearch: add comments to tsearch_avl.c
2012-05-12 nszsearch: add tdestroy (gnu extension)
2011-06-25 Rich FelkerXSI search.h API implementation by Szabolcs Nagy