aboutsummaryrefslogtreecommitdiff
path: root/uxd.c
AgeCommit message (Expand)Author
2 daysadd -A (ASCII output) optionB. Watson
3 daysfix -a opt, if multibyte char spans dump linesB. Watson
3 daysdo not dump past end of -d argumentB. Watson
3 daysuse freopen() correctlyB. Watson
3 daysallow --help/--version anywhere in argvB. Watson
3 daysbetter error message for multiple filenames or args after filenameB. Watson
3 daysadd -a optionB. Watson
3 dayscommentaryB. Watson
3 daysallow decimal (floating point) for numeric argsB. Watson
3 daysadd T/t (terabytes) for numeric optionsB. Watson
4 daysimprove -c parsing and docB. Watson
4 daysforce binary mode for stdin (might help with a windows port?)B. Watson
4 days-l arg: allow redundadnt b/B for bytes, error on any other suffixB. Watson
4 daysdon't allow >5 digits for -cB. Watson
4 daysfix alternating special colors with -cB. Watson
4 daysrename optarg, optind to avoid possible link issuesB. Watson
4 daysuse fputs() rather than puts() for -t/-T (avoid extra newline)B. Watson
6 daysalternating colors for specialsB. Watson
6 daysinverse special hilight for multibyte specialsB. Watson
6 daysremove unused HL_OVERLONGB. Watson
6 days> for out of range, update man mageB. Watson
6 daysbetter printable forms of invalid unicodeB. Watson
6 daysclean up highlightingB. Watson
9 daysadd -j/-p/-w options.B. Watson
9 daysadd -t/-T (terminal setup) options.B. Watson
9 daysblank before -i output, clarify "characters" means valid ones.B. Watson
9 daysdetect UTF-16 surrogates as bad, use red for overlongB. Watson
9 daysvariable name nitpickB. Watson
9 daysfix derpage in is_overlong()B. Watson
9 daysmove more magic constants to #definesB. Watson
9 daysfix byte count for missing continuation bytes.B. Watson
9 daysdon't check bad sequences for out-of-rangeB. Watson
9 daysuxd.c: add overlong sequence detection; ver.rst: regenerateB. Watson
10 daysturn some magic constants into #definesB. Watson
10 daysrequire at least 1 digit for parse_number()B. Watson
10 daysfix highlighting of 0x7f (delete) characterB. Watson
10 dayscommentaryB. Watson
10 daysman page cleanupB. Watson
10 daysfix -l option when used with -s/-S, accept k/K/m/M/g/G suffixes for -s/-S/-o/-l.B. Watson
10 daysimplement -d (dump data) option.B. Watson
10 daysfix prototype for next_normal_hilite(); commentaryB. Watson
10 daysdo not allow negative -l limit.B. Watson
10 daysadd -1 option, error checking for parse_number()B. Watson
11 daysadd options to --help message.B. Watson
11 daysimplement -m (mono).B. Watson
11 daysadd -i (info) option.B. Watson
11 daysimplement -c (colors) option.B. Watson
11 daysimplement UXD_OPTS and NO_COLOR environment vars, add -n optionB. Watson
12 dayscomment nitpickB. Watson
12 daysimplement -s and -S (seek) options.B. Watson