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