]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Stop using deprecated functions. Much remains to be replaced.
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Sun, 7 Oct 2012 04:29:29 +0000 (13:29 +0900)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Sun, 7 Oct 2012 04:29:29 +0000 (13:29 +0900)
commit3905ceaa51f1c9a5e2b486267064f6a0a4c2eb02
tree345e77913c86c223c51763fecf54e4766d976452
parent08e5985823058be70eb45bed9476a78725a3cccb
Stop using deprecated functions. Much remains to be replaced.
s/archive_write_set_compression_/archive_write_add_filter_/
48 files changed:
cpio/cpio.c
libarchive/test/test_acl_pax.c
libarchive/test/test_archive_write_set_filter_option.c
libarchive/test/test_archive_write_set_option.c
libarchive/test/test_archive_write_set_options.c
libarchive/test/test_empty_write.c
libarchive/test/test_filter_count.c
libarchive/test/test_open_fd.c
libarchive/test/test_open_file.c
libarchive/test/test_open_filename.c
libarchive/test/test_pax_filename_encoding.c
libarchive/test/test_read_data_large.c
libarchive/test/test_read_extract.c
libarchive/test/test_read_pax_truncated.c
libarchive/test/test_read_truncated.c
libarchive/test/test_read_truncated_filter.c
libarchive/test/test_tar_filenames.c
libarchive/test/test_ustar_filenames.c
libarchive/test/test_write_compress.c
libarchive/test/test_write_compress_bzip2.c
libarchive/test/test_write_compress_gzip.c
libarchive/test/test_write_compress_lzip.c
libarchive/test/test_write_compress_lzma.c
libarchive/test/test_write_compress_xz.c
libarchive/test/test_write_format_7zip.c
libarchive/test/test_write_format_cpio.c
libarchive/test/test_write_format_cpio_empty.c
libarchive/test/test_write_format_cpio_newc.c
libarchive/test/test_write_format_cpio_odc.c
libarchive/test/test_write_format_gnutar.c
libarchive/test/test_write_format_iso9660.c
libarchive/test/test_write_format_iso9660_boot.c
libarchive/test/test_write_format_iso9660_empty.c
libarchive/test/test_write_format_iso9660_filename.c
libarchive/test/test_write_format_iso9660_zisofs.c
libarchive/test/test_write_format_pax.c
libarchive/test/test_write_format_shar_empty.c
libarchive/test/test_write_format_tar.c
libarchive/test/test_write_format_tar_empty.c
libarchive/test/test_write_format_tar_sparse.c
libarchive/test/test_write_format_tar_ustar.c
libarchive/test/test_write_format_xar.c
libarchive/test/test_write_format_xar_empty.c
libarchive/test/test_write_format_zip.c
libarchive/test/test_write_format_zip_empty.c
libarchive/test/test_write_format_zip_no_compression.c
libarchive/test/test_write_zip_set_compression_store.c
tar/write.c