summaryrefslogtreecommitdiff
path: root/libbb/llist.c
Commit message (Expand)AuthorAgeFilesLines
* whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-1/+0
* main: free suid_config list after useDenys Vlasenko2011-05-161-1/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* move llist_find_str from modutils to libbbDenis Vlasenko2009-04-131-0/+10
* libbb: shrink linked list ops (by xmaks AT email.cz)Denis Vlasenko2009-01-131-36/+18
* - update my name. No obj-code changes ;)Bernhard Reutner-Fischer2008-09-251-1/+1
* modutils/*: rewrite by Timo Teras <timo.teras AT iki.fi>Denis Vlasenko2008-09-131-2/+0
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-6/+6
* delete tons of extra #includesDenis Vlasenko2007-05-311-1/+0
* getopt32: fix llist_t options ordering. llist_rev is not unused.Denis Vlasenko2007-04-081-11/+12
* ifupdown: code to deconstruct the state_list gracefullyDenis Vlasenko2007-03-061-8/+27
* sort: fix multiple -k (was ignoring all except last)Denis Vlasenko2007-02-171-1/+1
* - indentBernhard Reutner-Fischer2007-02-041-9/+20
* wget: wget $'-\207' ... should not be allowed to work. ever. :)Denis Vlasenko2006-10-251-0/+14
* build system overhaulDenis Vlasenko2006-10-051-8/+0
* - fix copy'n paste errors that got introduced when switching to the shorter b...Bernhard Reutner-Fischer2006-09-131-1/+1
* Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate."Robert P. J. Day"2006-07-101-0/+1
* Change llist_add_* to take the address of the list rather than returning the newRob Landley2006-05-261-18/+10
* Slight sanity fix: data is void *, not char *. And it's called dataRob Landley2006-05-261-3/+3
* Bug fix from Vladimir Oleynik, and suggestion I add my copyright noticeRob Landley2006-05-111-2/+3
* Fiddling with llist to make memory management easier. Specifically, theRob Landley2006-05-081-10/+21
* Random in-passing tweak.Rob Landley2006-03-161-6/+2
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-4/+4
* - add llist_free_one() and llist_free() to libbb; Add a bit of documentation.Bernhard Reutner-Fischer2005-10-061-13/+41
* - rename llist_add_to.c to llist.cBernhard Reutner-Fischer2005-09-291-0/+43