From owner-cvs-src-old@FreeBSD.ORG Sun Mar 8 05:47:32 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D8B51065743 for ; Sun, 8 Mar 2009 05:47:31 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 62C1F8FC08 for ; Sun, 8 Mar 2009 05:47:31 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n285lV0x073973 for ; Sun, 8 Mar 2009 05:47:31 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n285lVL2073972 for cvs-src-old@freebsd.org; Sun, 8 Mar 2009 05:47:31 GMT (envelope-from kientzle@repoman.freebsd.org) Message-Id: <200903080547.n285lVL2073972@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kientzle@repoman.freebsd.org using -f From: Tim Kientzle Date: Sun, 8 Mar 2009 05:47:21 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/tar bsdtar.c bsdtar_platform.h getdate.y read.c siginfo.c tree.c util.c write.c src/usr.bin/tar/test main.c test.h test_0.c test_basic.c test_copy.c test_option_T.c test_option_s.c test_patterns.c test_patterns_2.tar.uu ... X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Mar 2009 05:47:33 -0000 kientzle 2009-03-08 05:47:21 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar.c bsdtar_platform.h getdate.y read.c siginfo.c tree.c util.c write.c usr.bin/tar/test main.c test.h test_0.c test_basic.c test_copy.c test_option_T.c test_option_s.c test_patterns.c test_strip_components.c test_symlink_dir.c test_version.c Added files: usr.bin/tar/test test_patterns_2.tar.uu test_patterns_3.tar.uu Removed files: usr.bin/tar/test test_patterns_2.tgz.uu test_patterns_3.tgz.uu Log: SVN rev 189520 on 2009-03-08 05:47:21Z by kientzle Merger r629-631,633-646,648,654,678,681,682 from libarchive.googlecode.com: Many changes for Windows compatibility. bsdtar_test now runs successfully on both POSIX platforms and Windows. Revision Changes Path 1.94 +16 -1 src/usr.bin/tar/bsdtar.c 1.29 +6 -0 src/usr.bin/tar/bsdtar_platform.h 1.10 +4 -0 src/usr.bin/tar/getdate.y 1.41 +8 -0 src/usr.bin/tar/read.c 1.3 +4 -0 src/usr.bin/tar/siginfo.c 1.8 +29 -2 src/usr.bin/tar/test/main.c 1.7 +6 -0 src/usr.bin/tar/test/test.h 1.3 +7 -2 src/usr.bin/tar/test/test_0.c 1.3 +31 -4 src/usr.bin/tar/test/test_basic.c 1.5 +8 -2 src/usr.bin/tar/test/test_copy.c 1.5 +21 -13 src/usr.bin/tar/test/test_option_T.c 1.2 +11 -0 src/usr.bin/tar/test/test_option_s.c 1.7 +8 -4 src/usr.bin/tar/test/test_patterns.c 1.1 +232 -0 src/usr.bin/tar/test/test_patterns_2.tar.uu (new) 1.2 +0 -9 src/usr.bin/tar/test/test_patterns_2.tgz.uu (dead) 1.1 +232 -0 src/usr.bin/tar/test/test_patterns_3.tar.uu (new) 1.2 +0 -8 src/usr.bin/tar/test/test_patterns_3.tgz.uu (dead) 1.4 +4 -0 src/usr.bin/tar/test/test_strip_components.c 1.2 +24 -3 src/usr.bin/tar/test/test_symlink_dir.c 1.3 +10 -7 src/usr.bin/tar/test/test_version.c 1.10 +33 -0 src/usr.bin/tar/tree.c 1.25 +34 -11 src/usr.bin/tar/util.c 1.83 +5 -0 src/usr.bin/tar/write.c