summaryrefslogtreecommitdiff
path: root/share/man/man3/tree.3
AgeCommit message (Expand)Author
2011-07-09tweak previous;Jason McIntyre
2011-07-09Document the newly added FOREACH_SAFE marcos.Paul Irofti
2010-05-05Move the return values of RB_INSERT, RB_REMOVE, SPLAY_INSERT andNicholas Marriott
2009-01-28Document the return value of RB_INSERT in tree(3).Stefan Sperling
2009-01-28Document the difference between RB_FIND and RB_NFIND in tree(3).Stefan Sperling
2008-12-21fix example comparison function to work with large ranges of numbers. ok djm...Ted Unangst
2008-11-30fixes from Jacek Masiulaniec, tweaked by otto and myself;Jason McIntyre
2008-05-12Remove clauses 3 and 4 from the license to match the license onTodd C. Miller
2008-05-11Add RB_PROTOTYPE_STATIC, RB_GENERATE_STATIC, RB_PREV, RB_NFIND,Todd C. Miller
2007-12-24bool -> intOtto Moerbeek
2007-05-31convert to new .Dd format;Jason McIntyre
2005-04-16Give a complete, working example how to use the tree macros. TheOtto Moerbeek
2004-02-17typos;Jason McIntyre
2003-11-05correct errors in code examples; from Dries Schellekens;Jason McIntyre
2003-05-20typos;Jason McIntyre
2002-11-08Time to cleanup:Mike Pechkin
2002-06-12correct prototypesNiels Provos
2002-06-11document return valuesNiels Provos
2002-04-22fix example showing how to properly free a tree; pointed out by dugsong@Niels Provos
2002-04-08sync *_{MIN,MAX} synopsis with reality. ok provos@Dug Song
2002-03-25document the {SPLAY,RB}_INITIALIZER and {SPLAY,RB}_EMPTY() macrosMike Frantzen
2002-03-19 Free/tree typos.Vincent Labrecque
2002-02-24queue.h like implementation of splay and red-black treesNiels Provos