summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/tsearch.3
AgeCommit message (Expand)Author
2025-12-29tdestroy(3) man pageKonstantin Belousov
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
2017-07-14Follow up to r320992, properly escape the backslash so it renders properly.Brad Davis
2017-07-14Add a complete example to tsearch(3)Brad Davis
2016-10-15Improve phrasing of the STANDARDS section.Ed Schouten
2016-10-13Improve typing of POSIX search tree functions.Ed Schouten
2015-12-22Let tsearch()/tdelete() use an AVL tree.Ed Schouten
2006-06-23twalk() expects an `action' function not a comparison function.Giorgos Keramidas
2005-01-20Sort sections.Ruslan Ermilov
2004-07-02Mechanically kill hard sentence breaks.Ruslan Ermilov
2002-12-19mdoc(7) police: "The .Fa argument.".Ruslan Ermilov
2002-12-18mdoc(7) police: "The .Fn function".Ruslan Ermilov
2002-10-03Add missing const qualifier in tfind().Mike Barcroft
2002-09-06Style: One space between "restrict" qualifier and "*".Tim J. Robbins
2002-08-14 - Add the 'restrict' qualifier to match the IEEE Std 1003.1-2001Robert Drehmel
2001-09-07Move to using .In instead of .Fd #include <> for include mark-up.Jeroen Ruigrok van der Werven
2001-07-15Remove whitespace at EOL.Dima Dorfman
2001-02-05Fixed C error(s) in synopsis. Many were hiding under mdoc errors.Bruce Evans
2001-02-01mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov
2000-12-29Fixed typo not fixed in previous revision.Ruslan Ermilov
2000-11-06Fixed typos.Ruslan Ermilov
2000-07-01bring in binary search tree code.Alfred Perlstein