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