aboutsummaryrefslogtreecommitdiff
path: root/uxd.c
AgeCommit message (Expand)Author
10 daysimplement -b (bold) option.B. Watson
11 daysrename getopt() so we can compile with g++ if needed.B. Watson
11 daysadd -l option, use longs for -s and -d.B. Watson
11 daysimplement -u option.B. Watson
11 daysdocument options in man page, implement -o.B. Watson
11 daysadd option parsing, implement -r option.B. Watson
12 daysadd version info, use MYCFLAGS for user flagsB. Watson
12 dayscommentary (no code changes)B. Watson
13 daysfix Makefile, dashes in hex dump, red for codepoints > U+10FFFF, fix spacing.B. Watson
13 daysremove bogus commentB. Watson
13 daysjoin hex bytes with dashes, inside a characterB. Watson
13 daysUTF-16 warnings, better visible null & escape, handle BOM.B. Watson
13 daysinitial commitB. Watson