OSDN Git Service

ar.c now uses a linked list to process headers, uses getopt, new internal function...
authorGlenn L McGrath <bug1@ihug.co.nz>
Fri, 25 Aug 2000 03:50:10 +0000 (03:50 -0000)
committerGlenn L McGrath <bug1@ihug.co.nz>
Fri, 25 Aug 2000 03:50:10 +0000 (03:50 -0000)
commit06aeb6c417dd9d113949714486a6e6337ef70b97
tree0f002c36314483775fa2a248ae1c8b5346c70030
parent4d5ac2f346d01e51cde9c44431067138bd586f36
ar.c now uses a linked list to process headers, uses getopt, new internal function extractAr(srcFD, dstFd, filename) to make it easily accessable to other busybox functions.

moved copySubFile from ar.c to utilities.c

modified dd.c to use fullWrite

modified copyFile in utilities.c to use copySubFile
applets/usage.c
ar.c
archival/ar.c
coreutils/dd.c
dd.c
internal.h
usage.c
utility.c