aboutsummaryrefslogtreecommitdiff
path: root/uxd.c
AgeCommit message (Expand)Author
3 daysfix alternating special colors with -cB. Watson
3 daysrename optarg, optind to avoid possible link issuesB. Watson
3 daysuse fputs() rather than puts() for -t/-T (avoid extra newline)B. Watson
5 daysalternating colors for specialsB. Watson
5 daysinverse special hilight for multibyte specialsB. Watson
5 daysremove unused HL_OVERLONGB. Watson
5 days> for out of range, update man mageB. Watson
5 daysbetter printable forms of invalid unicodeB. Watson
5 daysclean up highlightingB. Watson
8 daysadd -j/-p/-w options.B. Watson
8 daysadd -t/-T (terminal setup) options.B. Watson
8 daysblank before -i output, clarify "characters" means valid ones.B. Watson
8 daysdetect UTF-16 surrogates as bad, use red for overlongB. Watson
8 daysvariable name nitpickB. Watson
8 daysfix derpage in is_overlong()B. Watson
8 daysmove more magic constants to #definesB. Watson
8 daysfix byte count for missing continuation bytes.B. Watson
8 daysdon't check bad sequences for out-of-rangeB. Watson
8 daysuxd.c: add overlong sequence detection; ver.rst: regenerateB. Watson
9 daysturn some magic constants into #definesB. Watson
9 daysrequire at least 1 digit for parse_number()B. Watson
9 daysfix highlighting of 0x7f (delete) characterB. Watson
9 dayscommentaryB. Watson
9 daysman page cleanupB. Watson
9 daysfix -l option when used with -s/-S, accept k/K/m/M/g/G suffixes for -s/-S/-o/-l.B. Watson
9 daysimplement -d (dump data) option.B. Watson
9 daysfix prototype for next_normal_hilite(); commentaryB. Watson
9 daysdo not allow negative -l limit.B. Watson
9 daysadd -1 option, error checking for parse_number()B. Watson
10 daysadd options to --help message.B. Watson
10 daysimplement -m (mono).B. Watson
10 daysadd -i (info) option.B. Watson
10 daysimplement -c (colors) option.B. Watson
10 daysimplement UXD_OPTS and NO_COLOR environment vars, add -n optionB. Watson
11 dayscomment nitpickB. Watson
11 daysimplement -s and -S (seek) options.B. Watson
11 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
12 daysimplement -u option.B. Watson
12 daysdocument options in man page, implement -o.B. Watson
12 daysadd option parsing, implement -r option.B. Watson
13 daysadd version info, use MYCFLAGS for user flagsB. Watson
13 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
14 daysinitial commitB. Watson