about summary refs log tree commit diff
path: root/src/search
Commit message (Expand)AuthorAgeFilesLines
* new tsearch implementationSzabolcs Nagy2018-09-207-213/+200
* reduce spurious inclusion of libc.hRich Felker2018-09-121-1/+0
* make inadvertently exposed __h{create,delete,search}_r functions staticRich Felker2018-09-121-6/+6
* fix lsearch and lfind to pass key as first arg to the compar callbackSzabolcs Nagy2017-03-051-2/+2
* fix tsearch, tfind, tdelete to handle null pointer inputSzabolcs Nagy2015-12-081-0/+6
* tsearch code cleanupSzabolcs Nagy2015-12-081-24/+28
* fix tsearch to avoid crash on oomSzabolcs Nagy2015-12-081-1/+1
* fix tdelete to properly balance the treeSzabolcs Nagy2015-12-081-5/+14
* remove struct elem entirely from hsearch.csin2014-04-021-29/+22
* implement hcreate_r, hdestroy_r and hsearch_rsin2014-04-021-30/+73
* POSIX conformance fix: define struct entry in search.hSzabolcs Nagy2013-10-291-8/+8
* make tdestroy allow null function pointer if no destructor is neededRich Felker2013-08-021-1/+1
* fix aliasing violations in tsearch functionsRich Felker2013-08-021-2/+10
* search: add comments to tsearch_avl.cnsz2012-05-131-0/+6
* search: add tdestroy (gnu extension)nsz2012-05-131-0/+21
* XSI search.h API implementation by Szabolcs NagyRich Felker2011-06-254-0/+352