allow 8-bit characters
[oweals/busybox.git] / libbb / llist.c
2007-05-31 Denis Vlasenkodelete tons of extra #includes
2007-04-08 Denis Vlasenkogetopt32: fix llist_t options ordering. llist_rev is...
2007-03-06 Denis Vlasenkoifupdown: code to deconstruct the state_list gracefully
2007-02-17 Denis Vlasenkosort: fix multiple -k (was ignoring all except last)
2007-02-04 Bernhard Reutner... - indent
2006-10-25 Denis Vlasenkowget: wget $'-\207' ... should not be allowed to work...
2006-10-05 Denis Vlasenkobuild system overhaul
2006-09-13 Bernhard Reutner... - fix copy'n paste errors that got introduced when...
2006-07-10 "Robert P. J. Day"Replace current verbose GPL stuff in libbb/*.c with...
2006-05-26 Rob LandleyChange llist_add_* to take the address of the list...
2006-05-26 Rob LandleySlight sanity fix: data is void *, not char *. And...
2006-05-11 Rob LandleyBug fix from Vladimir Oleynik, and suggestion I add...
2006-05-08 Rob LandleyFiddling with llist to make memory management easier...
2006-03-16 Rob LandleyRandom in-passing tweak.
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2005-10-06 Bernhard Reutner... - add llist_free_one() and llist_free() to libbb; Add...
2005-09-29 Bernhard Reutner... - rename llist_add_to.c to llist.c