aboutsummaryrefslogtreecommitdiff
path: root/uxd.c
AgeCommit message (Expand)Author
12 daysimplement -d (dump data) option.B. Watson
12 daysfix prototype for next_normal_hilite(); commentaryB. Watson
12 daysdo not allow negative -l limit.B. Watson
12 daysadd -1 option, error checking for parse_number()B. Watson
13 daysadd options to --help message.B. Watson
13 daysimplement -m (mono).B. Watson
13 daysadd -i (info) option.B. Watson
13 daysimplement -c (colors) option.B. Watson
13 daysimplement UXD_OPTS and NO_COLOR environment vars, add -n optionB. Watson
14 dayscomment nitpickB. Watson
14 daysimplement -s and -S (seek) options.B. Watson
14 daysimplement -b (bold) option.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-14implement -u option.B. Watson
2024-12-14document options in man page, implement -o.B. Watson
2024-12-14add option parsing, implement -r option.B. Watson
2024-12-13add version info, use MYCFLAGS for user flagsB. Watson
2024-12-13commentary (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