aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
6 hoursMan page: group diagnostics into fatal errors and warnings.B. Watson
17 hoursAdd fatal: prefix to fatal error messages.B. Watson
26 hoursDocument new warning.B. Watson
26 hoursCheck for wildcards matching *.alf; generally this is an error.B. Watson
27 hoursComplain if extracted file size doesn't match orig size in ALF header.B. Watson
28 hoursCommentary.B. Watson
28 hoursRefer to Atari programs by original names (LZ and DZ, not ALF and UNALF).B. Watson
31 hoursIsolate ported 6502 code to its own file (asmcode.c).B. Watson
39 hoursFix Makefile so it works with non-GNU makes.B. Watson
40 hoursAdd LICENSE.txt, clean up doc dir in "make install".B. Watson
2 daysExpand alfsum man page a bit.B. Watson
3 daysNitpick in man page.B. Watson
3 daysNitpick in man page.B. Watson
3 daysNitpick in man page.B. Watson
3 daysFix typo in Makefile.B. Watson
3 daysREADME_Windows.txt was a source file, move to src/.B. Watson
3 daysDocument Makefile a bit.B. Watson
3 daysFix STRIP=no in Makefile.B. Watson
3 daysFix line endings and VERSION in windows .zip release.B. Watson
3 daysFix SEE ALSO in unalf man page.B. Watson
3 daysFix typo in in man page.B. Watson
3 daysEmphasis on *all* in -aa, in man page.B. Watson
3 daysClarify -a text file detection in man page.B. Watson
4 daysInstall binaries stripped by default.B. Watson
4 daysImprove alfsum usage a bit.B. Watson
4 daysTweak man page.B. Watson
4 daysFix set_self() for windows.B. Watson
4 daysWith -v, print midnight as 12:00a and noon as 12:00p.B. Watson
4 daysBetter text file detection for -aa; convert tabs with -a or -aa.B. Watson
5 daysUse snprintf(), not sprintf().B. Watson
5 daysGet rid of unused goto labels.B. Watson
5 daysAdd manftr.rst (SEE ALSO man page section).B. Watson
5 daysUpdate clean target.B. Watson
5 daysAdd windows binary release target.B. Watson
6 daysUpdate man page.B. Watson
7 daysSpecial case underscores in filenames, in sanity check.B. Watson
7 daysImprove & document filename & size sanity-checking.B. Watson
7 daysSanity-check and warn for bad Atari filenames. Needs refinement.B. Watson
7 daysSanity-check header sizes.B. Watson
7 daysFix buglet in listalf.c.B. Watson
7 daysActually use RST2MAN var in Makefile.B. Watson
8 daysAdd -V/--version opt.B. Watson
8 daysAdd -h/--help option.B. Watson
8 daysForce null terminator on filename, s/strcpy/strncpy/g.B. Watson
8 daysExit status 2 for bad checksums, print report with -t.B. Watson
8 daysPrint real filename in checksum errs, with -t.B. Watson
8 daysAdd "make install".B. Watson
8 daysEmbed version in unalf and man page.B. Watson
8 daysGenerate usage message from comments in the .rst.B. Watson
8 daysDo not exit on checksum error.B. Watson