aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-10add ksiders binaries to .gitignore.B. Watson
2024-05-10convert ksiders man pages to RST, part the last.B. Watson
2024-05-10convert ksiders man pages to RST, part 4.B. Watson
2024-05-10convert ksiders man pages to RST, part 3.B. Watson
2024-05-10convert ksiders man pages to RST, part 2.B. Watson
2024-05-10convert ksiders man pages to RST, part 1 (atrdir).B. Watson
2024-05-10import ken siders atr utilities.B. Watson
2024-05-09fenders: hack to support DOS 2.5 extended files.B. Watson
2024-05-08fenders: report errors and exit if axe fails for -b, -d options.B. Watson
2024-05-08atrcheck: detect fenders 3-sector loader.B. Watson
2024-05-08fenders: add -I, -d, -b options.B. Watson
2024-05-05atrcheck: classify DOS type (WIP, not complete).B. Watson
2024-05-04Makefile: install symlinks in dev dir, for testing.B. Watson
2024-05-03update docs.B. Watson
2024-05-01TODO: update.B. Watson
2024-05-01Makefile: clean target: remove all man pages.B. Watson
2024-05-01xexamine: handle embedded run/init addresses in segments >2 bytes.B. Watson
2024-05-01xexcat: warn if 1st segment contains init address.B. Watson
2024-05-01manhdr7.rst: added.B. Watson
2024-05-01xex(5): tweak.B. Watson
2024-05-01atascii(7): added.B. Watson
2024-05-01xex(5): add examples.B. Watson
2024-04-30xex(5): add pseudo-EBNF.B. Watson
2024-04-30xexamine: report errors.B. Watson
2024-04-30xex.c: detect short reads.B. Watson
2024-04-29xexcat: error reporting for DOS 1.0 detection.B. Watson
2024-04-29xexcat: detect DOS 1.0 files (and abort).B. Watson
2024-04-29xexcat: add -1 option for DOS 1.0 output.B. Watson
2024-04-29xex1to2: added.B. Watson
2024-04-29xex.c: add xex_get_run_addr() and xex_get_init_addr().B. Watson
2024-04-29Update TODO.B. Watson
2024-04-29xex(5): started on.B. Watson
2024-04-28Makefile: fix fenders target (derp).B. Watson
2024-04-28xexcat: tweak doc.B. Watson
2024-04-27xexcat: implement -f2.B. Watson
2024-04-27xexsplit: fix help output.B. Watson
2024-04-27xexcat: dasm -f1 conversion (working) and -f2 (stub only).B. Watson
2024-04-27f2toxex: remove, rethought this and decided xexcat will do this job.B. Watson
2024-04-26f2toxex: added (stub).B. Watson
2024-04-26xfd2atr: fix grammar in doc.B. Watson
2024-04-26manftr.rst: add blob2xex and xexamine to "see also" section.B. Watson
2024-04-26Makefile: remove explicit rule for fenders.B. Watson
2024-04-26note to self.B. Watson
2024-04-26xexsplit: add -r (raw output) option.B. Watson
2024-04-26Makefile: rebuild man pages automatically if header/footer gets changed.B. Watson
2024-04-26blob2xex: tweak doc.B. Watson
2024-04-26blob2xex: tweak doc.B. Watson
2024-04-26xexamine: fix init addresses being printed as Run (introduced in 7a7b256), su...B. Watson
2024-04-26Makefile: get rid of explicit rules where implicit ones will do.B. Watson
2024-04-25xexamine: add -d (decimal) option.B. Watson