Date: Wed, 30 Dec 2009 06:12:03 +0000 (UTC) From: Tim Kientzle <kientzle@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libarchive Makefile archive.h archive_read_support_compression_all.c archive_read_support_compression_uu.c src/lib/libarchive/test Makefile test_read_uu.c Message-ID: <200912300612.nBU6CJDq020452@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kientzle 2009-12-30 06:12:03 UTC FreeBSD src repository Modified files: lib/libarchive Makefile archive.h archive_read_support_compression_all.c lib/libarchive/test Makefile Added files: lib/libarchive archive_read_support_compression_uu.c lib/libarchive/test test_read_uu.c Log: SVN rev 201248 on 2009-12-30 06:12:03Z by kientzle UU decoder. Now that libarchive can recursively taste input streams, you can do things like this: tar xvf archive.tar.gz.uu Revision Changes Path 1.102 +1 -0 src/lib/libarchive/Makefile 1.36 +2 -0 src/lib/libarchive/archive.h 1.11 +2 -0 src/lib/libarchive/archive_read_support_compression_all.c 1.1 +627 -0 src/lib/libarchive/archive_read_support_compression_uu.c (new) 1.40 +1 -0 src/lib/libarchive/test/Makefile 1.1 +134 -0 src/lib/libarchive/test/test_read_uu.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912300612.nBU6CJDq020452>