xxd: new applet
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 25 Jan 2017 00:58:00 +0000 (01:58 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 25 Jan 2017 00:58:00 +0000 (01:58 +0100)
commit0f4364775fbc0b716024d5211325045c40b431c9
tree9f1bbe20c313154a2f9678816e55eb1944e6a622
parent2181fb4af8680730e0157310ffeeb3a35768beb0
xxd: new applet

Yet Another Hexdumper

function                                             old     new   delta
xxd_main                                               -     364    +364
packed_usage                                       31046   31116     +70
applet_names                                        2560    2564      +4
applet_main                                         1476    1480      +4
rewrite                                             1022    1013      -9
------------------------------------------------------------------------------
(add/remove: 2/0 grow/shrink: 3/1 up/down: 442/-9)            Total: 433 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
libbb/dump.c
util-linux/hexdump.c
util-linux/hexdump_xxd.c [new file with mode: 0644]