aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
14 daystweak man page, fix Japanese text exampleB. Watson
14 dayscommentary (no code changes)B. Watson
14 daystweak 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
2024-12-12initial commitB. Watson