Date: Mon, 16 May 2005 02:47:34 +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_read_open_file.c archive_read_support_compression_gzip.c archive_read_support_format_tar.c archive_write_open_file.c Message-ID: <200505160247.j4G2lYoc051929@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kientzle 2005-05-16 02:47:34 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) lib/libarchive archive_read_open_file.c archive_read_support_compression_gzip.c archive_read_support_format_cpio.c archive_read_support_format_tar.c archive_write_open_file.c Log: MFC a number of small changes from about 2 months ago: archive_write_open_file.c 1.11: Non-regular files can be added to an archive, even if output is going to that file. archive_read_support_compression_gzip.c 1.9: better error messages archive_read_open_file.c 1.8: better error messages archive_read_support_format_cpio.c 1.12: better handling of I/O errors archive_read_support_format_tar.c 1.31: better error handling Revision Changes Path 1.6.2.2 +15 -3 src/lib/libarchive/archive_read_open_file.c 1.7.2.2 +3 -0 src/lib/libarchive/archive_read_support_compression_gzip.c 1.11.2.1 +4 -1 src/lib/libarchive/archive_read_support_format_cpio.c 1.26.2.5 +5 -2 src/lib/libarchive/archive_read_support_format_tar.c 1.7.2.3 +9 -2 src/lib/libarchive/archive_write_open_file.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505160247.j4G2lYoc051929>