summaryrefslogtreecommitdiffstats
path: root/share/man/man3/tree.3 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make the red-black tree example -Wmissing-prototypes clean by providingflorian2019-05-101-2/+6
* ansifyjca2017-07-241-3/+3
* some Xr; from michal mazurekjmc2016-03-141-2/+4
* update NAME section to include all documented functions,jmc2015-11-101-3/+3
* obvious cases of missing .An;schwarze2014-09-081-3/+4
* no longer any need to quote macro lines with >9 args;jmc2013-08-141-3/+3
* use fancy .In macros for includes. from Jan Klemkow. ok jmc schwarzetedu2013-06-051-3/+3
* tweak previous;jmc2011-07-091-7/+12
* Document the newly added FOREACH_SAFE marcos.pirofti2011-07-091-2/+13
* Move the return values of RB_INSERT, RB_REMOVE, SPLAY_INSERT andnicm2010-05-051-19/+15
* Document the return value of RB_INSERT in tree(3).stsp2009-01-281-1/+6
* Document the difference between RB_FIND and RB_NFIND in tree(3).stsp2009-01-281-2/+7
* fix example comparison function to work with large ranges of numbers. ok djm ottotedu2008-12-211-3/+3
* fixes from Jacek Masiulaniec, tweaked by otto and myself;jmc2008-11-301-9/+9
* Remove clauses 3 and 4 from the license to match the license onmillert2008-05-121-7/+2
* Add RB_PROTOTYPE_STATIC, RB_GENERATE_STATIC, RB_PREV, RB_NFIND,millert2008-05-111-15/+40
* bool -> intotto2007-12-241-4/+4
* convert to new .Dd format;jmc2007-05-311-2/+2
* Give a complete, working example how to use the tree macros. Theotto2005-04-161-1/+75
* typos;jmc2004-02-171-3/+3
* correct errors in code examples; from Dries Schellekens;jmc2003-11-051-10/+11
* typos;jmc2003-05-201-15/+15
* Time to cleanup:mpech2002-11-081-21/+27
* correct prototypesprovos2002-06-121-5/+5
* document return valuesprovos2002-06-111-1/+18
* fix example showing how to properly free a tree; pointed out by dugsong@provos2002-04-221-2/+5
* sync *_{MIN,MAX} synopsis with reality. ok provos@dugsong2002-04-081-5/+5
* document the {SPLAY,RB}_INITIALIZER and {SPLAY,RB}_EMPTY() macrosfrantzen2002-03-251-1/+33
* Free/tree typos.vincent2002-03-191-3/+3
* queue.h like implementation of splay and red-black treesprovos2002-02-241-0/+401