Age | Commit message (Expand) | 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 |
2009-01-28 | Document the return value of RB_INSERT in tree(3). | Stefan Sperling |
2009-01-28 | Document the difference between RB_FIND and RB_NFIND in tree(3). | Stefan Sperling |
2008-12-21 | fix example comparison function to work with large ranges of numbers. ok djm... | Ted Unangst |
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 |
2008-05-11 | Add RB_PROTOTYPE_STATIC, RB_GENERATE_STATIC, RB_PREV, RB_NFIND, | Todd C. Miller |
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 |
2004-02-17 | typos; | Jason McIntyre |
2003-11-05 | correct errors in code examples; from Dries Schellekens; | Jason McIntyre |
2003-05-20 | typos; | Jason McIntyre |
2002-11-08 | Time to cleanup: | Mike Pechkin |
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 |
2002-02-24 | queue.h like implementation of splay and red-black trees | Niels Provos |