cvs commit: src/lib/libarchive Makefile archive_entry.3 archive_entry.c archive_entry.h src/lib/libarchive/test test_entry.c

Tim Kientzle kientzle at FreeBSD.org
Fri Mar 14 16:00:54 PDT 2008


kientzle    2008-03-14 23:00:53 UTC

  FreeBSD src repository

  Modified files:
    lib/libarchive       Makefile archive_entry.3 archive_entry.c 
                         archive_entry.h 
    lib/libarchive/test  test_entry.c 
  Log:
  New public functions archive_entry_copy_link() and archive_entry_copy_link_w()
  override the currently set link value, whether that's a hardlink
  or a symlink.  Plus documentation update and tests.
  
  Revision  Changes    Path
  1.82      +2 -0      src/lib/libarchive/Makefile
  1.17      +2 -0      src/lib/libarchive/archive_entry.3
  1.50      +22 -0     src/lib/libarchive/archive_entry.c
  1.26      +2 -0      src/lib/libarchive/archive_entry.h
  1.4       +30 -1     src/lib/libarchive/test/test_entry.c


More information about the cvs-all mailing list