aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/tsearch.3
Commit message (Expand)AuthorAgeFilesLines
* Follow up to r320992, properly escape the backslash so it renders properly.Brad Davis2017-07-141-2/+2
* Add a complete example to tsearch(3)Brad Davis2017-07-141-1/+59
* Improve phrasing of the STANDARDS section.Ed Schouten2016-10-151-2/+2
* Improve typing of POSIX search tree functions.Ed Schouten2016-10-131-7/+22
* Let tsearch()/tdelete() use an AVL tree.Ed Schouten2015-12-221-3/+7
* twalk() expects an `action' function not a comparison function.Giorgos Keramidas2006-06-231-1/+1
* Sort sections.Ruslan Ermilov2005-01-201-4/+4
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-2/+4
* mdoc(7) police: "The .Fa argument.".Ruslan Ermilov2002-12-191-1/+3
* mdoc(7) police: "The .Fn function".Ruslan Ermilov2002-12-181-5/+15
* Add missing const qualifier in tfind().Mike Barcroft2002-10-031-1/+1
* Style: One space between "restrict" qualifier and "*".Tim J. Robbins2002-09-061-1/+1
* - Add the 'restrict' qualifier to match the IEEE Std 1003.1-2001Robert Drehmel2002-08-141-1/+1
* Move to using .In instead of .Fd #include <> for include mark-up.Jeroen Ruigrok van der Werven2001-09-071-1/+1
* Remove whitespace at EOL.Dima Dorfman2001-07-151-2/+2
* Fixed C error(s) in synopsis. Many were hiding under mdoc errors.Bruce Evans2001-02-051-1/+1
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-1/+1
* Fixed typo not fixed in previous revision.Ruslan Ermilov2000-12-291-1/+1
* Fixed typos.Ruslan Ermilov2000-11-061-4/+4
* bring in binary search tree code.Alfred Perlstein2000-07-011-0/+118