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.1
Age
Commit message (
Collapse
)
Author
8 days
expand -c description in man page
B. Watson
8 days
fix -a option docs
B. Watson
8 days
document -- in man and --help
B. Watson
8 days
update --help
B. Watson
9 days
update man page
B. Watson
9 days
add note about aha(1) to man page
B. Watson
10 days
bump version number to 0.3.0.
B. Watson
10 days
update man page
B. Watson
10 days
alternating colors for specials
B. Watson
10 days
update man page
B. Watson
10 days
> for out of range, update man mage
B. Watson
12 days
tweak man page
B. Watson
12 days
add -j/-p/-w options.
B. Watson
12 days
add -t/-T (terminal setup) options.
B. Watson
13 days
blank before -i output, clarify "characters" means valid ones.
B. Watson
13 days
detect UTF-16 surrogates as bad, use red for overlong
B. Watson
13 days
uxd.c: add overlong sequence detection; ver.rst: regenerate
B. Watson
14 days
man page cleanup
B. Watson
14 days
implement -d (dump data) option.
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
fix usage in man page.
B. Watson
2024-12-16
add options to --help message.
B. Watson
2024-12-16
man page nitpick.
B. Watson
2024-12-16
implement -m (mono).
B. Watson
2024-12-15
tweak man page
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
man page nitpick
B. Watson
2024-12-15
implement -s and -S (seek) options.
B. Watson
2024-12-14
rename getopt() so we can compile with g++ if needed.
B. Watson
2024-12-14
add -l option, use longs for -s and -d.
B. Watson
2024-12-14
document all options (including unimplemented ones).
B. Watson
2024-12-14
implement -u option.
B. Watson
2024-12-14
document options in man page, implement -o.
B. Watson
2024-12-13
mention mac build in man page
0.1.0
B. Watson
2024-12-13
parameterize VERSION in man page
B. Watson
2024-12-13
tweak man page, fix Japanese text example
B. Watson
2024-12-13
tweak man page
B. Watson
2024-12-12
man page hint about "less -R"
B. Watson
2024-12-12
fix Makefile, dashes in hex dump, red for codepoints > U+10FFFF, fix spacing.
B. Watson
2024-12-12
update man page
B. Watson
2024-12-12
join hex bytes with dashes, inside a character
B. Watson
2024-12-12
UTF-16 warnings, better visible null & escape, handle BOM.
B. Watson
2024-12-12
trim README, minor man update.
B. Watson
2024-12-12
initial commit
B. Watson