summaryrefslogtreecommitdiff
path: root/include/search.h
AgeCommit message (Expand)Author
2025-12-29libc: add glibc-compatible tdestroy(3)Konstantin Belousov
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2016-10-13Improve typing of POSIX search tree functions.Ed Schouten
2015-12-27Replace implementation of hsearch() by one that scales.Ed Schouten
2015-12-22Let tsearch()/tdelete() use an AVL tree.Ed Schouten
2014-07-21Add re-entrant versions of the hash functions based on the GNU api.Pedro F. Giffuni
2014-07-18Revert r268826:Pedro F. Giffuni
2014-07-18Minor sorting to match the NetBSD headerPedro F. Giffuni
2002-10-16 - Remove the lsearch() and lfind() functions and their manpage fromRobert Drehmel
2002-10-16 - Remove the old insque() and remque() functions and their manualRobert Drehmel
2002-10-03Fix various style(9) bugs:Mike Barcroft
2002-09-06Style: One space between "restrict" qualifier and "*".Tim J. Robbins
2002-08-21o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft
2002-08-14 - Add the 'restrict' qualifier to match the IEEE Std 1003.1-2001Robert Drehmel
2002-03-23Breath deep and take __P out of the system include files.Warner Losh
2000-07-07fix spelling errors.Alfred Perlstein
2000-07-06cleanup the tsearch import.Alfred Perlstein
2000-07-01bring in binary search tree code.Alfred Perlstein