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)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to