OSDN Git Service

*: teach tar et. al. to understand .xz by heart
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 30 May 2010 02:18:13 +0000 (04:18 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 30 May 2010 02:18:13 +0000 (04:18 +0200)
commit6948f210ed443f8153e0ba751e77bec8a0c6c8d4
tree134443f225a788cbb4fda7b4713ee2bc535fb126
parentfb6c76cb6eaade5693b7e99c33846c902689f1db
*: teach tar et. al. to understand .xz by heart

function                                             old     new   delta
unpack_xz_stream                                       -    4126   +4126
setup_unzip_on_fd                                     80     150     +70
open_zipped                                          113     131     +18
unpack_unxz                                            5      12      +7
send_tree                                            360     353      -7
unpack_xz_stream_stdin                              3953       -   -3953
------------------------------------------------------------------------------
(add/remove: 1/1 grow/shrink: 3/1 up/down: 4221/-3960)        Total: 261 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
archival/bbunzip.c
archival/libunarchive/decompress_unxz.c
include/libbb.h
include/unarchive.h
libbb/read.c