hush/archival
Glenn L McGrath e2b345a6d8 Implemented new ar functionality unique to busybox ar (i think), the -R
option enable a Recursive extraction (or listing) to take place.

i.e. if any files being extracted are themselves ar archives then
busybox ar will extract their contents as well.

e.g. take bar.deb and do (with GNU ar) ar -q foo.deb b.ar
then with busybox ar can do ar -x b.ar data.tar.gz

-R isnt used for anything in GNU ar so i think it should be ok, could
have used long options

This functionality will become (more) usufull with tar, gz support.
2000-09-09 14:50:04 +00:00
..
ar.c Implemented new ar functionality unique to busybox ar (i think), the -R 2000-09-09 14:50:04 +00:00
gunzip.c Fixed a stupid thinko preventing zcat from doing its job, thanks 2000-09-01 16:25:33 +00:00
gzip.c Sigh. Seems I screwed up last time. This fixed detecting 2000-09-01 00:33:06 +00:00
tar.c Allow compilation when not using BB_FEATURE_TAR_EXCLUDE, and fix 2000-09-04 16:51:55 +00:00