summaryrefslogtreecommitdiffstats
path: root/text-utils/hexdump.c
Commit message (Expand)AuthorAgeFilesLines
* misc: consolidate version printing and close_stdout()Karel Zak2019-04-161-4/+3Star
* misc: consolidate macro style USAGE_HELP_OPTIONSRuediger Meier2017-06-291-2/+2
* misc: introduce print_usage_help_options()Ruediger Meier2017-06-271-2/+1Star
* misc: cosmetics, remove argument from usage(FILE*)Ruediger Meier2017-06-261-3/+4
* misc: remove superfluous null pointer checks for optargRuediger Meier2017-06-221-1/+1
* Use --help suggestion on invalid optionKarel Zak2016-12-191-1/+1
* hexdump: certain long options should not accept argumentsPhil Ruffwind2016-03-061-3/+3
* colors: cleanup man pages, add hint to usage()Karel Zak2015-02-251-0/+2
* textual: add a docstring to most of the utilitiesBenno Schulenberg2015-01-061-0/+4
* hexdump: remove deprecation messageSami Kerola2014-10-011-6/+1Star
* textual: remove some inconsistent periods from error messagesBenno Schulenberg2014-08-111-1/+1
* lib/colors: check for /etc/terminal-colors.d/[util].disableOndrej Oprala2014-03-111-2/+2
* hexdump: add highlighting supportOndrej Oprala2014-02-101-1/+22
* hexdump: don't access hex after freeing itAndrew Vagin2014-01-061-1/+5
* hexdump: use xcalloc()Karel Zak2014-01-061-1/+2
* hexdump: Create struct hexdump containing previously global variables.Ondrej Oprala2013-12-021-42/+40Star
* hexdump: rename struct _fs to struct hexdump_fs and remove its typedefOndrej Oprala2013-12-021-5/+5
* hexdump: rename struct _fu to struct hexdump_fu and remove its typedefOndrej Oprala2013-12-021-2/+2
* hexdump: Rename struct _pr to struct hexdump_pr and remove it's typedefOndrej Oprala2013-12-021-2/+2
* hexdump: rename rewrite to rewrite_rulesOndrej Oprala2013-12-021-1/+1
* hexdump: rename add to add_fmtOndrej Oprala2013-12-021-16/+16
* hexdump: Merge hexsyntax.c into hexdump.cOndrej Oprala2013-12-021-1/+116
* hexdump: catch memory leaksOndrej Oprala2013-11-081-0/+24
* hexdump: simplify newsyntax argumentsOndrej Oprala2013-11-081-1/+1
* hexdump: rename next{fs,fu,pr} to {fs,fu,pr}listOndrej Oprala2013-11-081-2/+2
* hexdump: formatting and variable name cleanupOndrej Oprala2013-11-081-4/+2Star
* hexdump: cleanup of redundant symbols/repeating literalsOndrej Oprala2013-11-081-1/+1
* hexdump: use list.h queues and rewrite redundant for cyclesOndrej Oprala2013-11-081-7/+14
* hexdump: revert global exitval variable changeSami Kerola2013-09-101-2/+2
* hexdump: remove unnecessary global variablesSami Kerola2013-07-011-2/+2
* textual: spell and encode the name of Arkadiusz Miƛkiewicz correctlyBenno Schulenberg2013-02-061-1/+1
* hexdump: fix shadow declarationSami Kerola2012-07-261-1/+1
* hexdump: fix comparison of distinct pointer typesKarel Zak2012-05-231-1/+1
* text-utils: verify writing to streams was successfulSami Kerola2012-04-041-0/+2
* hexdump: use strtosize() for -n and -sKarel Zak2012-03-211-1/+1
* 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
* hexdump: remove od functionality in favor to GNU coreutils odSami Kerola2010-12-301-3/+6
* 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