aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2024-12-12trim README, minor man update.B. Watson
2024-12-12initial commitB. Watson