]> git.ipfire.org Git - thirdparty/util-linux.git/commit
hexdump: new usage(), xalloc and err.h stuff
authorSami Kerola <kerolasa@iki.fi>
Sat, 12 Feb 2011 20:55:53 +0000 (21:55 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 21 Feb 2011 13:38:23 +0000 (14:38 +0100)
commit85bf44b714ab184907eb448eba389218956d6a51
treebe829d3b7f32bcc4583712b923d59998e87da8f8
parent4dad230ffb1a6a2e91bfc2a89c821b0b3e47b9ea
hexdump: new usage(), xalloc and err.h stuff

New usage help screen and print version switch. Also fixes to
exit codes, util linux xmalloc replaced emalloc and every error
print is using libc error function.

[kzak@redhat.com: - minor changes in formatting and coding style]

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Signed-off-by: Karel Zak <kzak@redhat.com>
text-utils/Makefile.am
text-utils/display.c
text-utils/hexdump.c
text-utils/hexdump.h
text-utils/hexsyntax.c
text-utils/parse.c