aboutsummaryrefslogtreecommitdiff
path: root/uxd.c
AgeCommit message (Collapse)Author
21 hoursadd -A (ASCII output) optionB. Watson
33 hoursfix -a opt, if multibyte char spans dump linesB. Watson
41 hoursdo not dump past end of -d argumentB. Watson
43 hoursuse freopen() correctlyB. Watson
44 hoursallow --help/--version anywhere in argvB. Watson
44 hoursbetter error message for multiple filenames or args after filenameB. Watson
45 hoursadd -a optionB. Watson
46 hourscommentaryB. Watson
46 hoursallow decimal (floating point) for numeric argsB. Watson
47 hoursadd T/t (terabytes) for numeric optionsB. Watson
48 hoursimprove -c parsing and docB. Watson
2 daysforce binary mode for stdin (might help with a windows port?)B. Watson
2 days-l arg: allow redundadnt b/B for bytes, error on any other suffixB. Watson
2 daysdon't allow >5 digits for -cB. Watson
2 daysfix alternating special colors with -cB. Watson
2 daysrename optarg, optind to avoid possible link issuesB. Watson
2 daysuse 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
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
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
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
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
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
9 daysadd options to --help message.B. Watson
9 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
10 dayscomment nitpickB. Watson
10 daysimplement -s and -S (seek) options.B. Watson