Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Apr 2007 05:34:36 +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.h.in archive_read_support_format_ar.c archive_write_set_format_ar.c libarchive-formats.5 src/lib/libarchive/test test_read_format_ar.c test_write_format_ar.c
Message-ID:  <200704030534.l335Ya72090014@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kientzle    2007-04-03 05:34:36 UTC

  FreeBSD src repository

  Modified files:
    lib/libarchive       archive.h.in libarchive-formats.5 
  Added files:
    lib/libarchive       archive_read_support_format_ar.c 
                         archive_write_set_format_ar.c 
    lib/libarchive/test  test_read_format_ar.c 
                         test_write_format_ar.c 
  Log:
  'ar' format support for libarchive, contributed by Kai Wang.
  
  Revision  Changes    Path
  1.41      +6 -0      src/lib/libarchive/archive.h.in
  1.1       +585 -0    src/lib/libarchive/archive_read_support_format_ar.c (new)
  1.1       +492 -0    src/lib/libarchive/archive_write_set_format_ar.c (new)
  1.13      +16 -0     src/lib/libarchive/libarchive-formats.5
  1.1       +104 -0    src/lib/libarchive/test/test_read_format_ar.c (new)
  1.1       +173 -0    src/lib/libarchive/test/test_write_format_ar.c (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704030534.l335Ya72090014>