summaryrefslogtreecommitdiffstats
path: root/include/search.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r307227 and r307343:ed2016-10-291-9/+14
* Replace implementation of hsearch() by one that scales.ed2015-12-271-4/+1
* Let tsearch()/tdelete() use an AVL tree.ed2015-12-221-1/+2
* Add re-entrant versions of the hash functions based on the GNU api.pfg2014-07-211-2/+18
* Revert r268826:pfg2014-07-181-5/+3
* Minor sorting to match the NetBSD headerpfg2014-07-181-3/+5
* - Remove the lsearch() and lfind() functions and their manpage fromrobert2002-10-161-0/+4
* - Remove the old insque() and remque() functions and their manualrobert2002-10-161-3/+7
* Fix various style(9) bugs:mike2002-10-031-12/+16
* Style: One space between "restrict" qualifier and "*".tjr2002-09-061-1/+1
* o Merge <machine/ansi.h> and <machine/types.h> into a new headermike2002-08-211-4/+4
* - Add the 'restrict' qualifier to match the IEEE Std 1003.1-2001robert2002-08-141-1/+2
* Breath deep and take __P out of the system include files.imp2002-03-231-10/+7
* fix spelling errors.alfred2000-07-071-13/+0
* cleanup the tsearch import.alfred2000-07-061-1/+4
* bring in binary search tree code.alfred2000-07-011-0/+66
OpenPOWER on IntegriCloud