Date: Mon, 27 Apr 2009 17:42:02 +0000 (UTC) From: Tim Kientzle <kientzle@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libarchive archive_read.c archive_read_private.h Message-ID: <200904271742.n3RHgF1i019784@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kientzle 2009-04-27 17:42:02 UTC FreeBSD src repository Modified files: lib/libarchive archive_read.c archive_read_private.h Log: SVN rev 191572 on 2009-04-27 17:42:02Z by kientzle Merge r988,r1064 from libarchive.googlecode.com: * Split whiny skip function to create a new best-effort skip_lenient() * Correctly increment the top-level file position only for the top filter * Simulate skip by reading against the current filter, not the top filter The latter two bugs aren't currently visible because no existing filter delegates skip operations. Revision Changes Path 1.49 +23 -12 src/lib/libarchive/archive_read.c 1.11 +1 -0 src/lib/libarchive/archive_read_private.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904271742.n3RHgF1i019784>