aboutsummaryrefslogtreecommitdiff
path: root/include/search.h
Commit message (Expand)AuthorAgeFilesLines
* Improve typing of POSIX search tree functions.Ed Schouten2016-10-131-9/+14
* Replace implementation of hsearch() by one that scales.Ed Schouten2015-12-271-4/+1
* Let tsearch()/tdelete() use an AVL tree.Ed Schouten2015-12-221-1/+2
* Add re-entrant versions of the hash functions based on the GNU api.Pedro F. Giffuni2014-07-211-2/+18
* Revert r268826:Pedro F. Giffuni2014-07-181-5/+3
* Minor sorting to match the NetBSD headerPedro F. Giffuni2014-07-181-3/+5
* - Remove the lsearch() and lfind() functions and their manpage fromRobert Drehmel2002-10-161-0/+4
* - Remove the old insque() and remque() functions and their manualRobert Drehmel2002-10-161-3/+7
* Fix various style(9) bugs:Mike Barcroft2002-10-031-12/+16
* Style: One space between "restrict" qualifier and "*".Tim J. Robbins2002-09-061-1/+1
* o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft2002-08-211-4/+4
* - Add the 'restrict' qualifier to match the IEEE Std 1003.1-2001Robert Drehmel2002-08-141-1/+2
* Breath deep and take __P out of the system include files.Warner Losh2002-03-231-10/+7
* fix spelling errors.Alfred Perlstein2000-07-071-13/+0
* cleanup the tsearch import.Alfred Perlstein2000-07-061-1/+4
* bring in binary search tree code.Alfred Perlstein2000-07-011-0/+66