index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
search
Age
Commit message (
Expand
)
Author
Lines
2018-09-20
new tsearch implementation
Szabolcs Nagy
-213
/
+200
2018-09-12
reduce spurious inclusion of libc.h
Rich Felker
-1
/
+0
2018-09-12
make inadvertently exposed __h{create,delete,search}_r functions static
Rich Felker
-6
/
+6
2017-03-05
fix lsearch and lfind to pass key as first arg to the compar callback
Szabolcs Nagy
-2
/
+2
2015-12-08
fix tsearch, tfind, tdelete to handle null pointer input
Szabolcs Nagy
-0
/
+6
2015-12-08
tsearch code cleanup
Szabolcs Nagy
-24
/
+28
2015-12-08
fix tsearch to avoid crash on oom
Szabolcs Nagy
-1
/
+1
2015-12-08
fix tdelete to properly balance the tree
Szabolcs Nagy
-5
/
+14
2014-04-02
remove struct elem entirely from hsearch.c
sin
-29
/
+22
2014-04-02
implement hcreate_r, hdestroy_r and hsearch_r
sin
-30
/
+73
2013-10-29
POSIX conformance fix: define struct entry in search.h
Szabolcs Nagy
-8
/
+8
2013-08-02
make tdestroy allow null function pointer if no destructor is needed
Rich Felker
-1
/
+1
2013-08-02
fix aliasing violations in tsearch functions
Rich Felker
-2
/
+10
2012-05-13
search: add comments to tsearch_avl.c
nsz
-0
/
+6
2012-05-13
search: add tdestroy (gnu extension)
nsz
-0
/
+21
2011-06-25
XSI search.h API implementation by Szabolcs Nagy
Rich Felker
-0
/
+352