Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-25 | wget: wget $'-\207' ... should not be allowed to work. ever. :) | Denis Vlasenko | |
So fix wget & getopt32. Also fix multiple --header options order: add and use rev_llist. | |||
2006-10-05 | build system overhaul | Denis Vlasenko | |
2006-09-13 | - fix copy'n paste errors that got introduced when switching to the shorter ↵ | Bernhard Reutner-Fischer | |
boilerplate. No object code changes. | |||
2006-07-10 | Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate. | "Robert P. J. Day" | |
2006-05-26 | Change llist_add_* to take the address of the list rather than returning the new | Rob Landley | |
head, and change all the callers. | |||
2006-05-26 | Slight sanity fix: data is void *, not char *. And it's called data | Rob Landley | |
almost everywhere, so be consistent. | |||
2006-05-11 | Bug fix from Vladimir Oleynik, and suggestion I add my copyright notice | Rob Landley | |
to the file. | |||
2006-05-08 | Fiddling with llist to make memory management easier. Specifically, the | Rob Landley | |
option to delete the contents of the list when we delete the list is a good thing. | |||
2006-03-16 | Random in-passing tweak. | Rob Landley | |
2006-03-06 | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | |
definitions. (That should only be on prototypes.) | |||
2005-10-06 | - add llist_free_one() and llist_free() to libbb; Add a bit of documentation. | Bernhard Reutner-Fischer | |
- change llist_add_to_end as proposed by vodz in http://busybox.net/lists/busybox/2005-September/016411.html - remove unneeded includes, add short boilerplate and copyright to llist.c - move COMM_LEN from find_pid_by_name to libbb.h and use it in procps_status_t - add reverse_pidlist() to find_pid_by_name. Will be needed for pidof. | |||
2005-09-29 | - rename llist_add_to.c to llist.c | Bernhard Reutner-Fischer | |
- move llist_add_to_end() from ifupdown.c to libbb/llist.c |