aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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 daysupdate VERSION to 0.2.1B. Watson
10 daysimplement -d (dump data) option.B. Watson
10 daysMakefile nitpick0.2.0B. Watson
10 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
11 daysman page nitpick.B. Watson
11 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
12 daysman page nitpickB. Watson
12 dayscomment nitpickB. Watson
12 daysimplement -s and -S (seek) options.B. Watson
12 daysimplement -b (bold) option.B. Watson
12 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
13 daysimplement -u option.B. Watson
13 daysdocument options in man page, implement -o.B. Watson
13 daysadd option parsing, implement -r option.B. Watson
13 daysAdd getopt.c (ancient but public domain).B. Watson
14 daysmention mac build in man page0.1.0B. Watson
14 daysMakefile: build with warnings, force C89.B. Watson
14 daysMakefile: mention GNU makeB. Watson
14 daysparameterize VERSION in man pageB. Watson
14 daysadd 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
2024-12-12trim README, minor man update.B. Watson