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

Tim Kientzle kientzle at FreeBSD.org
Tue Apr 3 05:34:36 UTC 2007


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)


More information about the cvs-src mailing list