Date: Thu, 5 Apr 2007 15:51:19 +0000 (UTC) From: Colin Percival <cperciva@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libarchive Makefile archive_read.3 archive_read.c archive_read_data_into_buffer.c Message-ID: <200704051551.l35FpKKl034789@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
cperciva 2007-04-05 15:51:19 UTC
FreeBSD src repository
Modified files:
lib/libarchive Makefile archive_read.3 archive_read.c
Removed files:
lib/libarchive archive_read_data_into_buffer.c
Log:
Move archive_read_data_into_buffer into archive_read.c, simplify its
implementation, and mark it as deprecated. It will be removed entirely
in libarchive 3.0 (in FreeBSD 8.0?) but there's no reason for anyone to
use it instead of archive_read_data.
Approved by: kientzle
Revision Changes Path
1.63 +0 -1 src/lib/libarchive/Makefile
1.32 +7 -4 src/lib/libarchive/archive_read.3
1.34 +16 -0 src/lib/libarchive/archive_read.c
1.7 +0 -50 src/lib/libarchive/archive_read_data_into_buffer.c (dead)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704051551.l35FpKKl034789>
