Start 1.33.0 development cycle
[oweals/busybox.git] / libbb / llist.c
2017-10-05 Denys Vlasenkowhitespace and comment format fixes, no code changes
2011-05-16 Denys Vlasenkomain: free suid_config list after use
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2009-04-13 Denis Vlasenkomove llist_find_str from modutils to libbb
2009-01-13 Denis Vlasenkolibbb: shrink linked list ops (by xmaks AT email.cz)
2008-09-25 Bernhard Reutner... - update my name. No obj-code changes ;)
2008-09-13 Denis Vlasenkomodutils/*: rewrite by Timo Teras <timo.teras AT iki.fi>
2008-06-27 Denis Vlasenko*: introduce and use FAST_FUNC: regparm on i386, otherw...
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