Age | Commit message (Expand) | Author |
2022-03-29 | man pages: add missing word, The foo() ... -> The foo() function ... | Christian Weisgerber |
2022-03-29 | man pages: add missing commas in enumerations | Christian Weisgerber |
2020-12-30 | Document STAILQ macros. OK mpi@ denis@ jmc@ | Todd C. Miller |
2020-07-13 | Near the beginning of the DESCRIPTION, provide a tiny table showing | Ingo Schwarze |
2019-12-30 | espie@ pointed out this page failed to mention the lists are intrusive, | Ingo Schwarze |
2017-01-12 | TAILQ_CONCAT() takes 3 arguments. | Martin Pieuchot |
2016-03-14 | some Xr; from michal mazurek | Jason McIntyre |
2015-11-19 | Add SIMPLEQ_CONCAT and TAILQ_CONCAT for moving one queue onto the end | Todd C. Miller |
2015-11-10 | update NAME section to include all documented functions, | Jason McIntyre |
2015-10-10 | Added missing curly bracket into LIST_EMPTY example. | Tobias Stoeckmann |
2014-09-13 | Retire the CIRCLEQ_* and *_END macros here, noting why they were deprecated. | Philip Guenther |
2013-08-14 | no longer any need to quote macro lines with >9 args; | Jason McIntyre |
2013-06-05 | use fancy .In macros for includes. from Jan Klemkow. ok jmc schwarze | Ted Unangst |
2012-11-17 | For macro arguments that are type or member names, consistently | Philip Guenthe |
2012-04-11 | SLIST_REMOVE_NEXT -> SLIST_REMOVE_AFTER for better consistency and | Christian Weisgerber |
2012-03-06 | Avoid warning from gcc in TAILQ usage example. | Christiano F. Haesbaert |
2012-01-11 | Mark the ..._FOREACH_SAFE macros consistently with .FN. | Alexander Bluhm |
2012-01-11 | Remove SLIST_FOREACH_PREVPTR from src tree, it is not used anymore. | Alexander Bluhm |
2011-07-09 | tweak previous; | Jason McIntyre |
2011-07-09 | Document the newly added FOREACH_SAFE marcos. | Paul Irofti |
2011-07-03 | Add a SIMPLEQ_REMOVE_NEXT() macro analogous to SLIST_REMOVE_NEXT(). | Matthew Dempsky |
2009-03-01 | zap trailing whitespace; | Jason McIntyre |
2009-02-25 | fix examples of list deletion to not leak memory. | Bob Beck |
2008-07-27 | Get TAILQ_REPLACE and CIRCLEQ_REPLACE prototypes right. | Stefan Kempf |
2008-03-31 | some missing bits; from Girish Venkatachalam | Jason McIntyre |
2007-12-24 | some fixes from Girish Venkatachalam; as far as i can see, otto has already | Jason McIntyre |
2007-12-16 | fix TAILQ_PREV; from Girish Venkatachalam | Jason McIntyre |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2006-01-12 | remove headp stuff, which is unused; | Jason McIntyre |
2006-01-12 | add an example of a singly-linked list; | Jason McIntyre |
2006-01-11 | missing full stop; from ray lai | Jason McIntyre |
2006-01-06 | fix typo; from ray lai; | Jason McIntyre |
2005-10-27 | Avoid using queue internals in the examples, add a few rules to | Otto Moerbeek |
2005-01-04 | typo | Jared Yanovich |
2004-08-16 | correct a mistake in a code example; diff from Lawrence Teo; | Jason McIntyre |
2004-06-03 | Sync man page with macros: | Jean-Francois Brousseau |
2004-04-08 | swap the last two parameters to TAILQ_FOREACH_REVERSE. matches what FreeBSD | Henning Brauer |
2003-12-16 | Add SLIST_FOREACH_PREVPTR and SLIST_REMOVE_NEXT. SLIST_FOREACH_PREVPTR | Todd C. Miller |
2003-12-05 | Fix pasto in SLIST_REMOVE synopsis; deraadt@ OK | Todd C. Miller |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-20 | typos; | Jason McIntyre |
2003-05-17 | Emphasize that TAILQ_FOREACH and TAILQ_FOREACH_REVERSE are the | Kenneth R Westerback |
2003-04-16 | fix an example on SIMPLEQ_REMOVE_HEAD(); from cjeker@diehard.n-r-g.com | Michael Shalayeff |
2003-03-09 | Use "np != NULL", not just "np" in TAILQ example for consistency | Todd C. Miller |
2003-01-15 | s/TAIL_FIRST/TAILQ_FIRST/ | Todd C. Miller |
2002-12-07 | document ALL the args to TAILQ_FOREACH_REVERSE | Marco S Hyman |
2002-11-07 | Fix CIRCLEQ example; Hector A. Paterno | Todd C. Miller |
2002-04-26 | add missing `entry' parameter to LIST_NEXT() in the list freeing example. | Wilbern Cobb |
2002-02-24 | Fix TAILQ_NEXT() example. First param is listelm, not head. | Kenneth R Westerback |
2002-02-03 | document SLIST_REMOVE; vedge@csoft.org (pr2373) | Jason Wright |