aboutsummaryrefslogtreecommitdiff
path: root/libbb/llist.c
AgeCommit message (Expand)Author
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2011-05-16main: free suid_config list after useDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2009-04-13move llist_find_str from modutils to libbbDenis Vlasenko
2009-01-13libbb: shrink linked list ops (by xmaks AT email.cz)Denis Vlasenko
2008-09-25- update my name. No obj-code changes ;)Bernhard Reutner-Fischer
2008-09-13modutils/*: rewrite by Timo Teras <timo.teras AT iki.fi>Denis Vlasenko
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko
2007-05-31delete tons of extra #includesDenis Vlasenko
2007-04-08getopt32: fix llist_t options ordering. llist_rev is not unused.Denis Vlasenko
2007-03-06ifupdown: code to deconstruct the state_list gracefullyDenis Vlasenko
2007-02-17sort: fix multiple -k (was ignoring all except last)Denis Vlasenko
2007-02-04- indentBernhard Reutner-Fischer
2006-10-25wget: wget $'-\207' ... should not be allowed to work. ever. :)Denis Vlasenko
2006-10-05build system overhaulDenis Vlasenko
2006-09-13- fix copy'n paste errors that got introduced when switching to the shorter b...Bernhard Reutner-Fischer
2006-07-10Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate."Robert P. J. Day"
2006-05-26Change llist_add_* to take the address of the list rather than returning the newRob Landley
2006-05-26Slight sanity fix: data is void *, not char *. And it's called dataRob Landley
2006-05-11Bug fix from Vladimir Oleynik, and suggestion I add my copyright noticeRob Landley
2006-05-08Fiddling with llist to make memory management easier. Specifically, theRob Landley
2006-03-16Random in-passing tweak.Rob Landley
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley
2005-10-06- add llist_free_one() and llist_free() to libbb; Add a bit of documentation.Bernhard Reutner-Fischer
2005-09-29- rename llist_add_to.c to llist.cBernhard Reutner-Fischer