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