aboutsummaryrefslogtreecommitdiff
path: root/uxd.1
AgeCommit message (Collapse)Author
12 daysadd -j/-p/-w options.B. Watson
12 daysadd -t/-T (terminal setup) options.B. Watson
12 daysblank before -i output, clarify "characters" means valid ones.B. Watson
12 daysdetect UTF-16 surrogates as bad, use red for overlongB. Watson
13 daysuxd.c: add overlong sequence detection; ver.rst: regenerateB. Watson
14 daysman page cleanupB. Watson
14 daysimplement -d (dump data) option.B. Watson
2024-12-16do not allow negative -l limit.B. Watson
2024-12-16add -1 option, error checking for parse_number()B. Watson
2024-12-16fix usage in man page.B. Watson
2024-12-16add options to --help message.B. Watson
2024-12-16man page nitpick.B. Watson
2024-12-16implement -m (mono).B. Watson
2024-12-15tweak man pageB. Watson
2024-12-15add -i (info) option.B. Watson
2024-12-15implement -c (colors) option.B. Watson
2024-12-15implement UXD_OPTS and NO_COLOR environment vars, add -n optionB. Watson
2024-12-15man page nitpickB. Watson
2024-12-15implement -s and -S (seek) options.B. Watson
2024-12-14rename getopt() so we can compile with g++ if needed.B. Watson
2024-12-14add -l option, use longs for -s and -d.B. Watson
2024-12-14document all options (including unimplemented ones).B. Watson
2024-12-14implement -u option.B. Watson
2024-12-14document options in man page, implement -o.B. Watson
2024-12-13mention mac build in man page0.1.0B. Watson
2024-12-13parameterize VERSION in man pageB. Watson
2024-12-13tweak man page, fix Japanese text exampleB. Watson
2024-12-13tweak man pageB. Watson
2024-12-12man page hint about "less -R"B. Watson
2024-12-12fix Makefile, dashes in hex dump, red for codepoints > U+10FFFF, fix spacing.B. Watson
2024-12-12update man pageB. Watson
2024-12-12join hex bytes with dashes, inside a characterB. Watson
2024-12-12UTF-16 warnings, better visible null & escape, handle BOM.B. Watson
2024-12-12trim README, minor man update.B. Watson
2024-12-12initial commitB. Watson