aboutsummaryrefslogtreecommitdiff
path: root/uxd.c
AgeCommit message (Expand)Author
12 dayscomment nitpickB. Watson
12 daysimplement -s and -S (seek) options.B. Watson
12 daysimplement -b (bold) option.B. Watson
12 daysrename getopt() so we can compile with g++ if needed.B. Watson
13 daysadd -l option, use longs for -s and -d.B. Watson
13 daysimplement -u option.B. Watson
13 daysdocument options in man page, implement -o.B. Watson
13 daysadd option parsing, implement -r option.B. Watson
14 daysadd version info, use MYCFLAGS for user flagsB. Watson
14 dayscommentary (no code changes)B. Watson
2024-12-12fix Makefile, dashes in hex dump, red for codepoints > U+10FFFF, fix spacing.B. Watson
2024-12-12remove bogus commentB. 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-12initial commitB. Watson