]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Use archive_matching API at both bsdcpio and bsdtar instead of lafe_exclude functions.
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Wed, 18 Jan 2012 05:30:38 +0000 (00:30 -0500)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Wed, 18 Jan 2012 05:30:38 +0000 (00:30 -0500)
commit718b5cc73c13b74fec294f34115385187cef7890
treef56a907ebda988f2e6a6071462c52396b422cef0
parent3edcf429772f4b8d56adfd17390c5569495abd1e
Use archive_matching API at both bsdcpio and bsdtar instead of lafe_exclude functions.
  - Remove libarchive_fe/matching.[ch], which are no longer needed.
  - Move cpio/test/test_pathmatch.c into libarchive/test/test_archive_pathmatch.c.

SVN-Revision: 4168
18 files changed:
Makefile.am
cpio/CMakeLists.txt
cpio/cpio.c
cpio/cpio.h
cpio/test/CMakeLists.txt
cpio/test/test_pathmatch.c [deleted file]
libarchive/archive_pathmatch.h
libarchive/test/CMakeLists.txt
libarchive/test/test_archive_pathmatch.c [new file with mode: 0644]
libarchive_fe/matching.c
libarchive_fe/matching.h
libarchive_fe/pathmatch.c [deleted file]
libarchive_fe/pathmatch.h [deleted file]
tar/CMakeLists.txt
tar/bsdtar.c
tar/bsdtar.h
tar/read.c
tar/write.c