cvs commit: src/lib/libarchive archive_private.h archive_read.c
archive_read_extract.c archive_write.c
Tim Kientzle
kientzle at FreeBSD.org
Thu Jun 3 23:29:48 GMT 2004
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
More information about the cvs-src
mailing list