summaryrefslogtreecommitdiffstats
path: root/text-utils/hexdump.c
Commit message (Collapse)AuthorAgeFilesLines
* hexdump: fix comparison of distinct pointer typesKarel Zak2012-05-231-1/+1
| | | | | | | | display.c: In function ‘get’: display.c:262:117: warning: comparison of distinct pointer types lacks a cast [enabled by default] Signed-off-by: Karel Zak <kzak@redhat.com>
* text-utils: verify writing to streams was successfulSami Kerola2012-04-041-0/+2
| | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* hexdump: use strtosize() for -n and -sKarel Zak2012-03-211-1/+1
| | | | | | | | strtosize() is based on uintmax_t and supports all possible suffixes (B,M,G,T ...) Reported-by: Simon de Vlieger <simon@ikanobori.jp> Signed-off-by: Karel Zak <kzak@redhat.com>
* hexdump: don't include err.h directlyKarel Zak2011-04-121-1/+2
|
* hexdump: new usage(), xalloc and err.h stuffSami Kerola2011-02-211-5/+5
| | | | | | | | | | | 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>
* hexdump: remove od functionality in favor to GNU coreutils odSami Kerola2010-12-301-3/+6
| | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* Imported from util-linux-2.11o tarball.Karel Zak2006-12-071-1/+1
|
* Imported from util-linux-2.11b tarball.Karel Zak2006-12-071-1/+1
|
* Imported from util-linux-2.10m tarball.Karel Zak2006-12-071-5/+4Star
|
* Imported from util-linux-2.9v tarball.Karel Zak2006-12-071-0/+9
|
* Imported from util-linux-2.8 tarball.Karel Zak2006-12-071-10/+0Star
|
* Imported from util-linux-2.7.1 tarball.Karel Zak2006-12-071-3/+2Star
|
* Imported from util-linux-2.2 tarball.Karel Zak2006-12-071-0/+79