index
:
bw-atari8-tools
master
Atari 8-bit utilities for *nix
urchlay -at- slackware _dot_ uk
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unprotbas.c
Age
Commit message (
Collapse
)
Author
2024-05-25
unprotbas: do not try to read tokenized BASIC from stdin if it's a terminal.
B. Watson
2024-05-25
unprotbas: add --help and --version.
B. Watson
2024-05-25
unprotbas: add -p/-pc/-pv to usage.
B. Watson
2024-05-25
unprotbas: don't corrupt memory if >256 vvtable entries.
B. Watson
2024-05-24
unprotbas: error if -pv and already var-protected.
B. Watson
2024-05-24
unprotbas: fix exit status.
B. Watson
2024-05-24
unprotbas: error if protecting vars but there are none, or protecting code ↵
B. Watson
but there is none.
2024-05-24
unprotbas: stricter option checking.
B. Watson
2024-05-24
unprotbas: add -p/-pc/-pv to docs, plus verbose operation for them.
B. Watson
2024-05-24
unprotbas: implement protection (-p/-pc/-pv).
B. Watson
2024-05-23
unprotbas: document findings about ERROR 4.
B. Watson
2024-05-22
unprotbas: handle corner case where 129 vars are in the table.
B. Watson
2024-05-22
unprotbas: implement -r option (needs more testing though).
B. Watson
2024-05-19
unprotbas: use die() for binary data to stdout.
B. Watson
2024-05-19
unprotbas: check for bad memmove and too-small input file.
B. Watson
2024-05-19
unprotbas: implement -v option, fix doc about line 32768.
B. Watson
2024-05-19
unprotbas: tweak docs.
B. Watson
2024-05-19
unprotbas: exit status 2 for unprotected program; add -c (check only).
B. Watson
2024-05-19
unprotbas: fix thinko in variable name generation.
B. Watson
2024-05-19
unprotbas: clean up output.
B. Watson
2024-05-19
unprotbas: clean up output, remove stale TODO comment.
B. Watson
2024-05-19
unprotbas: remove dead code.
B. Watson
2024-05-19
unprotbas: smarter variable name table resizing.
B. Watson
2024-05-18
unprotbas: grow variable name table, if needed.
B. Watson
2024-05-17
unprotbas: added; blob2xex: tweak docs.
B. Watson