Date: Sun, 27 Jun 2004 01:15:31 +0000 (UTC) From: Tim Kientzle <kientzle@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libarchive archive.h archive_read.3 archive_read_extract.c archive_read_support_format_tar.c Message-ID: <200406270115.i5R1FV0A083048@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kientzle 2004-06-27 01:15:31 UTC
FreeBSD src repository
Modified files:
lib/libarchive archive.h archive_read.3
archive_read_data_into_buffer.c
archive_read_data_into_fd.c
archive_read_extract.c
archive_read_support_format_tar.c
Log:
Read gtar-style sparse archives.
This change also pointed out one API deficiency: the
archive_read_data_into_XXX functions were originally defined to return
the total bytes read. This is, of course, ambiguous when dealing with
non-contiguous files. Change it to just return a status value.
Revision Changes Path
1.13 +3 -3 src/lib/libarchive/archive.h
1.8 +4 -3 src/lib/libarchive/archive_read.3
1.4 +2 -2 src/lib/libarchive/archive_read_data_into_buffer.c
1.7 +3 -3 src/lib/libarchive/archive_read_data_into_fd.c
1.20 +1 -7 src/lib/libarchive/archive_read_extract.c
1.20 +141 -40 src/lib/libarchive/archive_read_support_format_tar.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406270115.i5R1FV0A083048>
