| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the red-black tree example -Wmissing-prototypes clean by providing |  florian | 2019-05-10 | 1 | -2/+6 |
* | ansify |  jca | 2017-07-24 | 1 | -3/+3 |
* | some Xr; from michal mazurek |  jmc | 2016-03-14 | 1 | -2/+4 |
* | update NAME section to include all documented functions, |  jmc | 2015-11-10 | 1 | -3/+3 |
* | obvious cases of missing .An; |  schwarze | 2014-09-08 | 1 | -3/+4 |
* | no longer any need to quote macro lines with >9 args; |  jmc | 2013-08-14 | 1 | -3/+3 |
* | use fancy .In macros for includes. from Jan Klemkow. ok jmc schwarze |  tedu | 2013-06-05 | 1 | -3/+3 |
* | tweak previous; |  jmc | 2011-07-09 | 1 | -7/+12 |
* | Document the newly added FOREACH_SAFE marcos. |  pirofti | 2011-07-09 | 1 | -2/+13 |
* | Move the return values of RB_INSERT, RB_REMOVE, SPLAY_INSERT and |  nicm | 2010-05-05 | 1 | -19/+15 |
* | Document the return value of RB_INSERT in tree(3). |  stsp | 2009-01-28 | 1 | -1/+6 |
* | Document the difference between RB_FIND and RB_NFIND in tree(3). |  stsp | 2009-01-28 | 1 | -2/+7 |
* | fix example comparison function to work with large ranges of numbers. ok djm otto |  tedu | 2008-12-21 | 1 | -3/+3 |
* | fixes from Jacek Masiulaniec, tweaked by otto and myself; |  jmc | 2008-11-30 | 1 | -9/+9 |
* | Remove clauses 3 and 4 from the license to match the license on |  millert | 2008-05-12 | 1 | -7/+2 |
* | Add RB_PROTOTYPE_STATIC, RB_GENERATE_STATIC, RB_PREV, RB_NFIND, |  millert | 2008-05-11 | 1 | -15/+40 |
* | bool -> int |  otto | 2007-12-24 | 1 | -4/+4 |
* | convert to new .Dd format; |  jmc | 2007-05-31 | 1 | -2/+2 |
* | Give a complete, working example how to use the tree macros. The |  otto | 2005-04-16 | 1 | -1/+75 |
* | typos; |  jmc | 2004-02-17 | 1 | -3/+3 |
* | correct errors in code examples; from Dries Schellekens; |  jmc | 2003-11-05 | 1 | -10/+11 |
* | typos; |  jmc | 2003-05-20 | 1 | -15/+15 |
* | Time to cleanup: |  mpech | 2002-11-08 | 1 | -21/+27 |
* | correct prototypes |  provos | 2002-06-12 | 1 | -5/+5 |
* | document return values |  provos | 2002-06-11 | 1 | -1/+18 |
* | fix example showing how to properly free a tree; pointed out by dugsong@ |  provos | 2002-04-22 | 1 | -2/+5 |
* | sync *_{MIN,MAX} synopsis with reality. ok provos@ |  dugsong | 2002-04-08 | 1 | -5/+5 |
* | document the {SPLAY,RB}_INITIALIZER and {SPLAY,RB}_EMPTY() macros |  frantzen | 2002-03-25 | 1 | -1/+33 |
* | Free/tree typos. |  vincent | 2002-03-19 | 1 | -3/+3 |
* | queue.h like implementation of splay and red-black trees |  provos | 2002-02-24 | 1 | -0/+401 |