index
:
uxd
master
UTF-8 hex dumper
urchlay -at- slackware _dot_ uk
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
9 days
remove opterr, reformat getopt.c
B. Watson
9 days
rename optopt
B. Watson
9 days
rename optarg, optind to avoid possible link issues
B. Watson
9 days
use fputs() rather than puts() for -t/-T (avoid extra newline)
B. Watson
9 days
fix -a option docs
B. Watson
9 days
document -- in man and --help
B. Watson
9 days
update --help
B. Watson
10 days
update man page
B. Watson
10 days
add note about aha(1) to man page
B. Watson
11 days
bump version number to 0.3.0.
B. Watson
11 days
update ChangeLog
B. Watson
11 days
update man page
B. Watson
11 days
alternating colors for specials
B. Watson
11 days
update man page
B. Watson
11 days
inverse special hilight for multibyte specials
B. Watson
11 days
remove unused HL_OVERLONG
B. Watson
11 days
> for out of range, update man mage
B. Watson
11 days
better printable forms of invalid unicode
B. Watson
11 days
update ChangeLog
B. Watson
11 days
clean up highlighting
B. Watson
13 days
tweak man page
B. Watson
14 days
update ChangeLog
B. Watson
14 days
add -j/-p/-w options.
B. Watson
14 days
update ChangeLog
B. Watson
14 days
add -t/-T (terminal setup) options.
B. Watson
14 days
blank before -i output, clarify "characters" means valid ones.
B. Watson
14 days
detect UTF-16 surrogates as bad, use red for overlong
B. Watson
14 days
variable name nitpick
B. Watson
14 days
fix derpage in is_overlong()
B. Watson
14 days
move more magic constants to #defines
B. Watson
14 days
update ChangeLog
B. Watson
14 days
fix byte count for missing continuation bytes.
B. Watson
14 days
don't check bad sequences for out-of-range
B. Watson
14 days
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
update ChangeLog
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
update VERSION to 0.2.1
B. Watson
2024-12-17
implement -d (dump data) option.
B. Watson
2024-12-16
Makefile nitpick
0.2.0
B. Watson
2024-12-16
playing with cosmocc.
B. Watson
2024-12-16
ChangeLog tweak
B. Watson
2024-12-16
Makefile: remove GNU make specific constructs
B. Watson
2024-12-16
add targets for testing with various compilers
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
[next]