Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Jun 2007 05:47:00 +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 Makefile archive.h.in archive_write_set_format.c archive_write_set_format_by_name.c archive_write_set_format_cpio_newc.c src/lib/libarchive/test Makefile test_write_format_cpio.c
Message-ID:  <200706220547.l5M5l0Qa043242@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kientzle    2007-06-22 05:47:00 UTC

  FreeBSD src repository

  Modified files:
    lib/libarchive       Makefile archive.h.in 
                         archive_write_set_format.c 
                         archive_write_set_format_by_name.c 
    lib/libarchive/test  Makefile 
  Added files:
    lib/libarchive       archive_write_set_format_cpio_newc.c 
    lib/libarchive/test  test_write_format_cpio.c 
  Log:
  Support for writing the 'newc' cpio format, plus a minimal test harness
  for the cpio formats.
  
  Thanks to: Rudolf Marek
  Approved by: re@
  
  Revision  Changes    Path
  1.73      +1 -0      src/lib/libarchive/Makefile
  1.45      +1 -0      src/lib/libarchive/archive.h.in
  1.5       +1 -0      src/lib/libarchive/archive_write_set_format.c
  1.7       +2 -0      src/lib/libarchive/archive_write_set_format_by_name.c
  1.1       +274 -0    src/lib/libarchive/archive_write_set_format_cpio_newc.c (new)
  1.8       +2 -0      src/lib/libarchive/test/Makefile
  1.1       +112 -0    src/lib/libarchive/test/test_write_format_cpio.c (new)



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