aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-25unprotbas: don't corrupt memory if >256 vvtable entries.B. Watson
2024-05-25unprotbas: tweak doc.B. Watson
2024-05-24unprotbas: tweak doc.B. Watson
2024-05-24unprotbas: error if -pv and already var-protected.B. Watson
2024-05-24unprotbas: fix exit status.B. Watson
2024-05-24unprotbas: error if protecting vars but there are none, or protecting code bu...B. Watson
2024-05-24unprotbas: stricter option checking.B. Watson
2024-05-24unprotbas: add -p/-pc/-pv to docs, plus verbose operation for them.B. Watson
2024-05-24unprotbas: implement protection (-p/-pc/-pv).B. Watson
2024-05-23unprotbas: document findings about ERROR 4.B. Watson
2024-05-22unprotbas: handle corner case where 129 vars are in the table.B. Watson
2024-05-22unprotbas: implement -r option (needs more testing though).B. Watson
2024-05-19unprotbas: use die() for binary data to stdout.B. Watson
2024-05-19unprotbas: check for bad memmove and too-small input file.B. Watson
2024-05-19jindroush/{acvt,adir}/Makefile: de-verbosify.B. Watson
2024-05-19chkbas: fix typo, part deux.B. Watson
2024-05-19chkbas: fix typo.B. Watson
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