aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
11 daysfix highlighting of 0x7f (delete) characterB. Watson
11 dayscommentaryB. Watson
11 daysman page cleanupB. Watson
11 daysfix -l option when used with -s/-S, accept k/K/m/M/g/G suffixes for -s/-S/-o/-l.B. Watson
11 daysupdate VERSION to 0.2.1B. Watson
11 daysimplement -d (dump data) option.B. Watson
11 daysMakefile nitpick0.2.0B. Watson
11 daysplaying with cosmocc.B. Watson
11 daysChangeLog tweakB. Watson
11 daysMakefile: remove GNU make specific constructsB. Watson
11 daysadd targets for testing with various compilersB. Watson
11 daysfix prototype for next_normal_hilite(); commentaryB. Watson
11 daysdo not allow negative -l limit.B. Watson
11 daysadd -1 option, error checking for parse_number()B. Watson
11 daysadd ChangeLogB. Watson
11 daysfix usage in man page.B. Watson
11 daysadd options to --help message.B. Watson
12 daysman page nitpick.B. Watson
12 daysimplement -m (mono).B. Watson
12 daystweak man pageB. Watson
12 daysadd -i (info) option.B. Watson
12 daysimplement -c (colors) option.B. Watson
12 daysimplement UXD_OPTS and NO_COLOR environment vars, add -n optionB. Watson
13 daysman page nitpickB. Watson
13 dayscomment nitpickB. Watson
13 daysimplement -s and -S (seek) options.B. Watson
13 daysimplement -b (bold) option.B. Watson
13 daysrename getopt() so we can compile with g++ if needed.B. Watson
13 daysadd -l option, use longs for -s and -d.B. Watson
13 daysdocument all options (including unimplemented ones).B. Watson
14 daysimplement -u option.B. Watson
14 daysdocument options in man page, implement -o.B. Watson
14 daysadd option parsing, implement -r option.B. Watson
14 daysAdd getopt.c (ancient but public domain).B. Watson
2024-12-13mention mac build in man page0.1.0B. Watson
2024-12-13Makefile: build with warnings, force C89.B. Watson
2024-12-13Makefile: mention GNU makeB. Watson
2024-12-13parameterize VERSION in man pageB. Watson
2024-12-13add version info, use MYCFLAGS for user flagsB. Watson
2024-12-13tweak man page, fix Japanese text exampleB. Watson
2024-12-13commentary (no code changes)B. Watson
2024-12-13tweak man pageB. Watson
2024-12-12add install target to MakefileB. Watson
2024-12-12man page hint about "less -R"B. Watson
2024-12-12fix Makefile, dashes in hex dump, red for codepoints > U+10FFFF, fix spacing.B. Watson
2024-12-12update man pageB. Watson
2024-12-12remove bogus commentB. Watson
2024-12-12join hex bytes with dashes, inside a characterB. Watson
2024-12-12UTF-16 warnings, better visible null & escape, handle BOM.B. Watson
2024-12-12add .gitignoreB. Watson