aboutsummaryrefslogtreecommitdiff
path: root/libbb/llist.c
AgeCommit message (Expand)Author
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