aboutsummaryrefslogtreecommitdiff
path: root/src/opts.c
AgeCommit message (Collapse)Author
13 daysunalf: Error checking for -n option.B. Watson
13 daysunalf: Add -n and -s options.B. Watson
2025-12-03unalf: Abort on ludicrously large sizes in the header. Add -F to bypass, ↵B. Watson
warn the user this may cause an infinite loop.
2025-11-29unalf: actually use timestamps from the alf header (and add -T option to not ↵B. Watson
use them).
2025-11-27Add -f (fix EOF junk) option to unalf.B. Watson
2025-11-22Get rid of dup error messages for invalid getopt() options.B. Watson
2025-11-21Add fatal: prefix to fatal error messages.B. Watson
2025-11-21Check for wildcards matching *.alf; generally this is an error.B. Watson
2025-11-18Improve alfsum usage a bit.B. Watson
2025-11-14Add -V/--version opt.B. Watson
2025-11-14Add command-line options.B. Watson