aboutsummaryrefslogtreecommitdiff
path: root/libbb/llist.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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