aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-19unprotbas: tweak docs.B. Watson
2024-05-19unprotbas: implement -v option, fix doc about line 32768.B. Watson
2024-05-19README.txt: renamed from README, tweaked.B. Watson
2024-05-19unprotbas: tweak docs.B. Watson
2024-05-19unprotbas: exit status 2 for unprotected program; add -c (check only).B. Watson
2024-05-19unprotbas: fix thinko in variable name generation.B. Watson
2024-05-19unprotbas: clean up output.B. Watson
2024-05-19unprotbas: clean up output, remove stale TODO comment.B. Watson
2024-05-19unprotbas: remove dead code.B. Watson
2024-05-19unprotbas: smarter variable name table resizing.B. Watson
2024-05-18unprotbas: grow variable name table, if needed.B. Watson
2024-05-17unprotbas: added; blob2xex: tweak docs.B. Watson
2024-05-16blob2xex: get rid of un-triggerable warning.B. Watson
2024-05-16blob2xex: warn on address wraparound.B. Watson
2024-05-16blob2xex: 2nd and further segments load consecutively, if no -l options for t...B. Watson
2024-05-16Add Jindrich Kubec's tools.B. Watson
2024-05-10Makefile: install ksiders/ docs in DOCDIR.B. Watson
2024-05-10add more stuff to .gitignore.B. Watson
2024-05-10Makefile: add ksiders/ subdir, clean up non-root installs.B. Watson
2024-05-10ksiders: tweak README.txt.B. Watson
2024-05-10atr.txt: convert to *nix line endings.B. Watson
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