aboutsummaryrefslogtreecommitdiff
path: root/libbb/llist.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* delete tons of extra #includesvda2007-05-311-1/+0
* getopt32: fix llist_t options ordering. llist_rev is not unused.vda2007-04-081-11/+12
* ifupdown: code to deconstruct the state_list gracefullyvda2007-03-061-8/+27
* sort: fix multiple -k (was ignoring all except last)vda2007-02-171-1/+1
* - indentaldot2007-02-041-9/+20
* wget: wget $'-\207' ... should not be allowed to work. ever. :)vda2006-10-251-0/+14
* build system overhaulvda2006-10-051-8/+0
* - fix copy'n paste errors that got introduced when switching to the shorter b...aldot2006-09-131-1/+1
* Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate.rpjday2006-07-101-0/+1
* Change llist_add_* to take the address of the list rather than returning the newlandley2006-05-261-18/+10
* Slight sanity fix: data is void *, not char *. And it's called datalandley2006-05-261-3/+3
* Bug fix from Vladimir Oleynik, and suggestion I add my copyright noticelandley2006-05-111-2/+3
* Fiddling with llist to make memory management easier. Specifically, thelandley2006-05-081-10/+21
* Random in-passing tweak.landley2006-03-161-6/+2
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionlandley2006-03-061-4/+4
* - add llist_free_one() and llist_free() to libbb; Add a bit of documentation.aldot2005-10-061-13/+41
* - rename llist_add_to.c to llist.caldot2005-09-291-0/+43