Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jun 2004 16:29:48 -0700 (PDT)
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 archive_private.h archive_read.c archive_read_extract.c archive_write.c
Message-ID:  <200406032329.i53NTmtL057999@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kientzle    2004/06/03 16:29:47 PDT

  FreeBSD src repository

  Modified files:
    lib/libarchive       archive_private.h archive_read.c 
                         archive_read_extract.c archive_write.c 
  Log:
  Refactor the extraction code somewhat.  In particular,
  push extract data down into archive_read_extract.c and out
  of the library-global archive_private.h; push dir-specific
  mode/time fixup down into dir restore function; now that the
  fixup list is file-local, I can use somewhat more natural
  naming.
  
  Oh, yeah, update a bunch of comments to match current reality.
  
  Revision  Changes    Path
  1.12      +1 -2      src/lib/libarchive/archive_private.h
  1.8       +0 -1      src/lib/libarchive/archive_read.c
  1.14      +104 -116  src/lib/libarchive/archive_read_extract.c
  1.7       +0 -1      src/lib/libarchive/archive_write.c



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