hush/archival/libunarchive
Denys Vlasenko aa4977d8e5 libunarchive: clean up dirty hacks. code shrank as a result
function                                             old     new   delta
cpio_main                                            526     539     +13
init_handle                                           57      58      +1
init_archive_deb_ar                                   34      35      +1
get_header_ar                                        408     409      +1
dpkg_main                                           3900    3901      +1
unpack_package                                       516     515      -1
rpm_main                                            1673    1672      -1
tar_main                                             774     767      -7
get_header_cpio                                      990     972     -18
data_extract_all                                     750     727     -23
get_header_tar                                      1631    1576     -55
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 5/6 up/down: 17/-105)           Total: -88 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2010-01-06 10:53:17 +01:00
..
data_align.c
data_extract_all.c libunarchive: clean up dirty hacks. code shrank as a result 2010-01-06 10:53:17 +01:00
data_extract_to_stdout.c
data_skip.c
decompress_bunzip2.c
decompress_uncompress.c
decompress_unlzma.c
decompress_unzip.c
filter_accept_all.c
filter_accept_list_reassign.c libunarchive: clean up dirty hacks. code shrank as a result 2010-01-06 10:53:17 +01:00
filter_accept_list.c
filter_accept_reject_list.c
find_list_entry.c
get_header_ar.c libunarchive: clean up dirty hacks. code shrank as a result 2010-01-06 10:53:17 +01:00
get_header_cpio.c libunarchive: clean up dirty hacks. code shrank as a result 2010-01-06 10:53:17 +01:00
get_header_tar_bz2.c
get_header_tar_gz.c
get_header_tar_lzma.c
get_header_tar.c libunarchive: clean up dirty hacks. code shrank as a result 2010-01-06 10:53:17 +01:00
header_list.c
header_skip.c
header_verbose_list.c libunarchive: clean up dirty hacks. code shrank as a result 2010-01-06 10:53:17 +01:00
init_handle.c
Kbuild libunarchive: move dpkg-specific things into dpkg.c. 0 byte size differences 2009-12-16 22:46:01 +01:00
open_transformer.c
seek_by_jump.c
seek_by_read.c
unpack_ar_archive.c