]> git.ipfire.org Git - thirdparty/util-linux.git/commit
hexdump: add highlighting support
authorOndrej Oprala <ooprala@redhat.com>
Tue, 21 Jan 2014 16:13:56 +0000 (17:13 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 10 Feb 2014 15:01:37 +0000 (16:01 +0100)
commit098ab0778f5a46ab4519c8404fd4ba8ec137368b
tree62e319ce561e1b9e725312ae66d7f4d7d28824ea
parent68f7b572bac36d4d1777e34e5b7a1107255b1e34
hexdump: add highlighting support

[kzak@redhat.com: - fix coding style,
                  - use xalloc in all code,
  - fix strtol usage]

Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
35 files changed:
tests/expected/hexdump/highlighting [new file with mode: 0644]
tests/expected/hexdump/highlighting-1b_char-1 [new file with mode: 0644]
tests/expected/hexdump/highlighting-1b_char-2 [new file with mode: 0644]
tests/expected/hexdump/highlighting-1b_char-3 [new file with mode: 0644]
tests/expected/hexdump/highlighting-1b_octal-1 [new file with mode: 0644]
tests/expected/hexdump/highlighting-1b_octal-2 [new file with mode: 0644]
tests/expected/hexdump/highlighting-1b_octal-3 [new file with mode: 0644]
tests/expected/hexdump/highlighting-1b_octal-4 [new file with mode: 0644]
tests/expected/hexdump/highlighting-1b_octal-5 [new file with mode: 0644]
tests/expected/hexdump/highlighting-1b_octal-6 [new file with mode: 0644]
tests/expected/hexdump/highlighting-1b_octal-7 [new file with mode: 0644]
tests/expected/hexdump/highlighting-1b_octal-8 [new file with mode: 0644]
tests/expected/hexdump/highlighting-1b_octal-9 [new file with mode: 0644]
tests/expected/hexdump/highlighting-2b_dec-1 [new file with mode: 0644]
tests/expected/hexdump/highlighting-2b_dec-2 [new file with mode: 0644]
tests/expected/hexdump/highlighting-2b_dec-3 [new file with mode: 0644]
tests/expected/hexdump/highlighting-2b_dec-4 [new file with mode: 0644]
tests/expected/hexdump/highlighting-2b_dec-5 [new file with mode: 0644]
tests/expected/hexdump/highlighting-2b_dec-6 [new file with mode: 0644]
tests/expected/hexdump/highlighting-2b_dec-7 [new file with mode: 0644]
tests/expected/hexdump/highlighting-4b_dec-1 [new file with mode: 0644]
tests/expected/hexdump/highlighting-4b_dec-2 [new file with mode: 0644]
tests/expected/hexdump/highlighting-4b_dec-3 [new file with mode: 0644]
tests/expected/hexdump/highlighting-4b_dec-4 [new file with mode: 0644]
tests/expected/hexdump/highlighting-4b_dec-5 [new file with mode: 0644]
tests/expected/hexdump/highlighting-4b_dec-6 [new file with mode: 0644]
tests/expected/hexdump/highlighting-4b_dec-7 [new file with mode: 0644]
tests/expected/hexdump/highlighting-canon-1 [new file with mode: 0644]
tests/expected/hexdump/highlighting-canon-2 [new file with mode: 0644]
tests/ts/hexdump/highlighting [new file with mode: 0755]
text-utils/hexdump-display.c
text-utils/hexdump-parse.c
text-utils/hexdump.1
text-utils/hexdump.c
text-utils/hexdump.h