summaryrefslogtreecommitdiffstats
path: root/include/search.h
Commit message (Collapse)AuthorAgeFilesLines
* Breath deep and take __P out of the system include files.imp2002-03-231-10/+7
| | | | | | # This appears to not break X11, but I'm having problems compiling the # glide part of the server with or without this patch, so I can't tell # for sure.
* fix spelling errors.alfred2000-07-071-13/+0
| | | | Pointed out by: bde
* cleanup the tsearch import.alfred2000-07-061-1/+4
| | | | | | | | | | | | remove (comment out) functions defined or depricated elsewhere: bsearch, lfind, lsearch, insque, remque change hcreate to take a size_t rather than uint (essentially the same) since hcreate/hdestroy are now in <search.h>, remove private search.h in lib/libc/db/hash/ add $FreeBSD tags to hsearch.c
* bring in binary search tree code.alfred2000-07-011-0/+66
Obtained from: NetBSD
OpenPOWER on IntegriCloud