index
:
uxd
master
UTF-8 hex dumper
urchlay -at- slackware _dot_ uk
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
uxd.c
Age
Commit message (
Expand
)
Author
2 days
add -A (ASCII output) option
B. Watson
3 days
fix -a opt, if multibyte char spans dump lines
B. Watson
3 days
do not dump past end of -d argument
B. Watson
3 days
use freopen() correctly
B. Watson
3 days
allow --help/--version anywhere in argv
B. Watson
3 days
better error message for multiple filenames or args after filename
B. Watson
3 days
add -a option
B. Watson
3 days
commentary
B. Watson
3 days
allow decimal (floating point) for numeric args
B. Watson
3 days
add T/t (terabytes) for numeric options
B. Watson
4 days
improve -c parsing and doc
B. Watson
4 days
force binary mode for stdin (might help with a windows port?)
B. Watson
4 days
-l arg: allow redundadnt b/B for bytes, error on any other suffix
B. Watson
4 days
don't allow >5 digits for -c
B. Watson
4 days
fix alternating special colors with -c
B. Watson
4 days
rename optarg, optind to avoid possible link issues
B. Watson
4 days
use fputs() rather than puts() for -t/-T (avoid extra newline)
B. Watson
6 days
alternating colors for specials
B. Watson
6 days
inverse special hilight for multibyte specials
B. Watson
6 days
remove unused HL_OVERLONG
B. Watson
6 days
> for out of range, update man mage
B. Watson
6 days
better printable forms of invalid unicode
B. Watson
6 days
clean up highlighting
B. Watson
9 days
add -j/-p/-w options.
B. Watson
9 days
add -t/-T (terminal setup) options.
B. Watson
9 days
blank before -i output, clarify "characters" means valid ones.
B. Watson
9 days
detect UTF-16 surrogates as bad, use red for overlong
B. Watson
9 days
variable name nitpick
B. Watson
9 days
fix derpage in is_overlong()
B. Watson
9 days
move more magic constants to #defines
B. Watson
9 days
fix byte count for missing continuation bytes.
B. Watson
9 days
don't check bad sequences for out-of-range
B. Watson
9 days
uxd.c: add overlong sequence detection; ver.rst: regenerate
B. Watson
10 days
turn some magic constants into #defines
B. Watson
10 days
require at least 1 digit for parse_number()
B. Watson
10 days
fix highlighting of 0x7f (delete) character
B. Watson
10 days
commentary
B. Watson
10 days
man page cleanup
B. Watson
10 days
fix -l option when used with -s/-S, accept k/K/m/M/g/G suffixes for -s/-S/-o/-l.
B. Watson
10 days
implement -d (dump data) option.
B. Watson
10 days
fix prototype for next_normal_hilite(); commentary
B. Watson
10 days
do not allow negative -l limit.
B. Watson
10 days
add -1 option, error checking for parse_number()
B. Watson
11 days
add options to --help message.
B. Watson
11 days
implement -m (mono).
B. Watson
11 days
add -i (info) option.
B. Watson
11 days
implement -c (colors) option.
B. Watson
11 days
implement UXD_OPTS and NO_COLOR environment vars, add -n option
B. Watson
12 days
comment nitpick
B. Watson
12 days
implement -s and -S (seek) options.
B. Watson
[next]