freebsd-skq/usr.bin/tar
Colin Percival 0260ab4f4e Split the append_archive function (used for processing @<archive> directives)
into separate append_archive and append_archive_filename functions; the first
takes a "struct archive *" as input, while the second takes a filename, opens
the archive, and calls the first.

There should be no changes in behaviour as a result of this commit; it simply
reorganizes code to make more sense.  At some point in the future it may be
possible to share code between append_archive and read_archive, but not yet.

Discussed with:	kientzle
2007-03-31 10:14:03 +00:00
..
test Clarify the test comments in test-basic.sh. Have config.sh do a 2007-03-11 19:33:45 +00:00
bsdtar_platform.h bsdtar 2.0.23: 2007-03-11 10:36:42 +00:00
bsdtar.1 Correct the copyright messages: Make this a standard vanilla 2007-01-09 08:12:17 +00:00
bsdtar.c Issue a warning if there's a non-zero exit value. 2007-03-24 03:25:49 +00:00
bsdtar.h bsdtar 2.0.23: 2007-03-11 10:36:42 +00:00
config_freebsd.h bsdtar 2.0.23: 2007-03-11 10:36:42 +00:00
COPYING Correct the copyright messages: Make this a standard vanilla 2007-01-09 08:12:17 +00:00
getdate.y bsdtar 2.0.23: 2007-03-11 10:36:42 +00:00
Makefile Issue a warning if there's a non-zero exit value. 2007-03-24 03:25:49 +00:00
matching.c bsdtar 2.0.23: 2007-03-11 10:36:42 +00:00
read.c bsdtar 2.0.23: 2007-03-11 10:36:42 +00:00
tree.c bsdtar 2.0.23: 2007-03-11 10:36:42 +00:00
tree.h Correct the copyright messages: Make this a standard vanilla 2007-01-09 08:12:17 +00:00
util.c bsdtar 2.0.23: 2007-03-11 10:36:42 +00:00
write.c Split the append_archive function (used for processing @<archive> directives) 2007-03-31 10:14:03 +00:00