summaryrefslogtreecommitdiff
path: root/include/search.h
AgeCommit message (Expand)Author
2005-07-06The source array of lsearch() shouldn't be "const".drochner
2005-03-22* Add restrict qualifiers to tdelete() function arguments.kleink
2005-02-03de-__P -- the hack is long since useless. Discussed with christos,perry
2003-07-26netbsd.org->NetBSD.orgsalo
2000-12-20deal with bsearch duplicate declaration.christos
2000-06-13Remove 'extern' from function declarations.simonb
1999-02-22Add internal structure used by the t* routines, protected via an ifdefchristos
1999-02-16Per XSI5, make ENTRY.data a typeless pointer.kleink
1999-02-16Per XSI5, let hcreate() take a size_t argument.kleink
1995-08-08Added declarations for hsearch(), hdestroy(), and hcreate().jtc
1995-07-30add prototypes for tsearch, etc. functionsjtc
1995-04-29Winning Strategies has placed this code into the Public Domain.jtc
1994-10-26new RCS ID format.cgd
1994-05-21add _BSD's to ansi typescgd
1994-01-29Fix spelling error in Copyright noticejtc
1993-10-22Added prototypes for lfind() and lsearch().jtc
1993-10-21Define size_t if it hasn't been allready.jtc
1993-10-21Added X/Open 1170's <search.h> header --- it only declares bsearch, insque,jtc