cvs commit: src/lib/libarchive archive.h archive_read.3 archive_read_extract.c archive_read_support_format_tar.c

Tim Kientzle kientzle at FreeBSD.org
Sat Jun 26 18:15:39 PDT 2004


kientzle    2004-06-27 01:15:31 UTC

  FreeBSD src repository

  Modified files:
    lib/libarchive       archive.h archive_read.3 
                         archive_read_data_into_buffer.c 
                         archive_read_data_into_fd.c 
                         archive_read_extract.c 
                         archive_read_support_format_tar.c 
  Log:
  Read gtar-style sparse archives.
  
  This change also pointed out one API deficiency: the
  archive_read_data_into_XXX functions were originally defined to return
  the total bytes read.  This is, of course, ambiguous when dealing with
  non-contiguous files.  Change it to just return a status value.
  
  Revision  Changes    Path
  1.13      +3 -3      src/lib/libarchive/archive.h
  1.8       +4 -3      src/lib/libarchive/archive_read.3
  1.4       +2 -2      src/lib/libarchive/archive_read_data_into_buffer.c
  1.7       +3 -3      src/lib/libarchive/archive_read_data_into_fd.c
  1.20      +1 -7      src/lib/libarchive/archive_read_extract.c
  1.20      +141 -40   src/lib/libarchive/archive_read_support_format_tar.c


More information about the cvs-src mailing list