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