Date: Sun, 7 Feb 2010 02:00:26 +0000 (UTC) From: Tim Kientzle <kientzle@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/usr.bin/tar Makefile bsdtar.c bsdtar.h config_freebsd.h line_reader.c line_reader.h matching.c matching.h pathmatch.c pathmatch.h read.c util.c write.c Message-ID: <201002070200.o1720mCu030455@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kientzle 2010-02-07 02:00:26 UTC
FreeBSD src repository
Modified files:
usr.bin/tar Makefile bsdtar.c bsdtar.h
config_freebsd.h matching.c read.c util.c
write.c
Added files:
usr.bin/tar line_reader.c line_reader.h matching.h
pathmatch.c pathmatch.h
Log:
SVN rev 203593 on 2010-02-07 02:00:26Z by kientzle
Merge a bunch of refactoring from Joerg Sonnenberger to
isolate common code used by tar and cpio (and useful to other
libarchive clients). The functions here are prefixed with
"lafe" (libarchive front-end) to indicate their use.
Revision Changes Path
1.50 +2 -0 src/usr.bin/tar/Makefile
1.106 +5 -4 src/usr.bin/tar/bsdtar.c
1.43 +3 -12 src/usr.bin/tar/bsdtar.h
1.10 +0 -3 src/usr.bin/tar/config_freebsd.h
1.1 +171 -0 src/usr.bin/tar/line_reader.c (new)
1.1 +37 -0 src/usr.bin/tar/line_reader.h (new)
1.19 +78 -277 src/usr.bin/tar/matching.c
1.1 +46 -0 src/usr.bin/tar/matching.h (new)
1.1 +255 -0 src/usr.bin/tar/pathmatch.c (new)
1.1 +42 -0 src/usr.bin/tar/pathmatch.h (new)
1.48 +12 -6 src/usr.bin/tar/read.c
1.30 +46 -107 src/usr.bin/tar/util.c
1.94 +26 -23 src/usr.bin/tar/write.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002070200.o1720mCu030455>
