Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-09 | tweak previous; | Jason McIntyre | |
2011-07-09 | Document the newly added FOREACH_SAFE marcos. | Paul Irofti | |
2010-05-05 | Move the return values of RB_INSERT, RB_REMOVE, SPLAY_INSERT and | Nicholas Marriott | |
SPLAY_REMOVE closer to whether the macros are documents rather than in a separate section. Also describe the actual return values of the remove macros. Tweaked version of a diff from Tim van der Molen. ok jmc henning | |||
2009-01-28 | Document the return value of RB_INSERT in tree(3). | Stefan Sperling | |
wording fixes and ok henning@ | |||
2009-01-28 | Document the difference between RB_FIND and RB_NFIND in tree(3). | Stefan Sperling | |
Added text was copied from comments found in sys/tree.h. "go ahead, if something's wrong with it, jmc will fix it" mcbride@ | |||
2008-12-21 | fix example comparison function to work with large ranges of numbers. ok ↵ | Ted Unangst | |
djm otto | |||
2008-11-30 | fixes from Jacek Masiulaniec, tweaked by otto and myself; | Jason McIntyre | |
2008-05-12 | Remove clauses 3 and 4 from the license to match the license on | Todd C. Miller | |
tree.h. OK'd by Niels. | |||
2008-05-11 | Add RB_PROTOTYPE_STATIC, RB_GENERATE_STATIC, RB_PREV, RB_NFIND, | Todd C. Miller | |
and RB_FOREACH_REVERSE from FreeBSD. OK deraadt@ | |||
2007-12-24 | bool -> int | Otto Moerbeek | |
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2005-04-16 | Give a complete, working example how to use the tree macros. The | Otto Moerbeek | |
existing descripion is rather terse, and without an example it's hard to get going. ok millert@ mpech@ jmc@ | |||
2004-02-17 | typos; | Jason McIntyre | |
from Maxim Tsyplakov; | |||
2003-11-05 | correct errors in code examples; from Dries Schellekens; | Jason McIntyre | |
ok niels@ | |||
2003-05-20 | typos; | Jason McIntyre | |
2002-11-08 | Time to cleanup: | Mike Pechkin | |
o) start new sentence on a new line; o) wrap long lines; o) don't use .Pp before/after .Sh, .Ss; o) OpenBSD -> .Ox; o) typos; o) close .Rs; o) use space between arguments in tag, for example: .Xr blabla ) . miod@ ok | |||
2002-06-12 | correct prototypes | Niels Provos | |
2002-06-11 | document return values | Niels Provos | |
2002-04-22 | fix example showing how to properly free a tree; pointed out by dugsong@ | Niels Provos | |
2002-04-08 | sync *_{MIN,MAX} synopsis with reality. ok provos@ | Dug Song | |
2002-03-25 | document the {SPLAY,RB}_INITIALIZER and {SPLAY,RB}_EMPTY() macros | Mike Frantzen | |
2002-03-19 | Free/tree typos. | Vincent Labrecque | |
ok provos@ | |||
2002-02-24 | queue.h like implementation of splay and red-black trees | Niels Provos | |