Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s/fileno\(stdin\)/STDIN_FILENO/g | Eric Andersen | 2004-03-27 | 1 | -1/+1 |
| | | | | s/fileno\(stdout\)/STDOUT_FILENO/g | ||||
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -2/+2 |
| | |||||
* | Fix option handling, -i or -t must be given, if both ignore the -t. | Glenn L McGrath | 2004-02-25 | 1 | -39/+44 |
| | | | | Use bb_getopt_ulflags. | ||||
* | Dont unlink when testing ! | Glenn L McGrath | 2003-08-28 | 1 | -5/+15 |
| | | | | | | | Always preserve creation date Disable the -p option its for modification date Remove some cpio header debugging noise Syncronise file listing behaviour with upstream. | ||||
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -2/+2 |
| | |||||
* | rpm applet by Laurence Anderson | Glenn L McGrath | 2002-12-10 | 1 | -159/+1 |
| | |||||
* | Move add_to_list from libunarchive to libbb so it can be of more general use ↵ | Glenn L McGrath | 2002-12-08 | 1 | -1/+1 |
| | | | | (eg ifupdown). Changed the name to llist_add_to as i plan on adding more llist_ functions as needed (e.g. llist_free). | ||||
* | Change filter paramaters, filters can be more powefull now | Glenn L McGrath | 2002-11-04 | 1 | -3/+3 |
| | |||||
* | Abstract read and seek in unarchiving code, convert bunzip to file ↵ | Glenn L McGrath | 2002-11-03 | 1 | -5/+7 |
| | | | | descriptors, support tar -j | ||||
* | New common unarchive code. | Glenn L McGrath | 2002-09-25 | 1 | -36/+180 |
| | |||||
* | Recovering from my previous commit | Glenn L McGrath | 2001-10-25 | 1 | -0/+1 |
| | |||||
* | unarchive function changed to support both exclude and include lists, ↵ | Glenn L McGrath | 2001-10-13 | 1 | -1/+1 |
| | | | | applets that use unarchive changed to match. | ||||
* | Allow the unarchive() extract_list variable to be NULL, meaning extract all | Glenn L McGrath | 2001-07-14 | 1 | -6/+9 |
| | |||||
* | Allow unarchive to redirect stdout (tobe used by dpkg applet) | Glenn L McGrath | 2001-07-11 | 1 | -1/+1 |
| | |||||
* | Nore unarchive (and doc) fixes from Laurence Anderson | Glenn L McGrath | 2001-06-24 | 1 | -4/+3 |
| | |||||
* | cpio applet, and changes to associated code | Glenn L McGrath | 2001-06-22 | 1 | -0/+93 |