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.1
Age
Commit message (
Collapse
)
Author
2024-06-16
cxrefbas: computed warning now says ON/GOTO or ON/GOSUB, not just ON.
B. Watson
2024-06-13
major surgery: callback API, port dumpbas to use callbacks, add vxrefbas.
B. Watson
2024-06-07
dumpbas: added.
B. Watson
2024-06-03
add doc for protbas, remove protection options from unprotbas doc.
B. Watson
2024-05-30
unprotbas: tweak doc.
B. Watson
2024-05-30
unprotbas: tweak doc.
B. Watson
2024-05-29
unprotbas: improve -s option.
B. Watson
2024-05-29
unprotbas: add -s option.
B. Watson
2024-05-29
unprotbas: don't allow -x without -p or -pv, group options in doc.
B. Watson
2024-05-29
unprotbas: tweak doc.
B. Watson
2024-05-29
unprotbas: code readability (constants), mention rev B BASIC in doc.
B. Watson
2024-05-28
unprotbas: -p/-pc now actually inserts a new line of code with the bad offset.
B. Watson
2024-05-28
unprotbas: tweak doc.
B. Watson
2024-05-28
unprotbas: tweak doc.
B. Watson
2024-05-28
unprotbas: tweak doc.
B. Watson
2024-05-26
unprotbas: tweak doc.
B. Watson
2024-05-26
unprotbas: tweak doc.
B. Watson
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 to doc.
B. Watson
2024-05-25
unprotbas: don't corrupt memory if >256 vvtable entries.
B. Watson
2024-05-25
unprotbas: tweak doc.
B. Watson
2024-05-24
unprotbas: tweak doc.
B. Watson
2024-05-24
unprotbas: fix exit status.
B. Watson
2024-05-24
unprotbas: add -p/-pc/-pv to docs, plus verbose operation for them.
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: tweak docs.
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-18
unprotbas: grow variable name table, if needed.
B. Watson
2024-05-17
unprotbas: added; blob2xex: tweak docs.
B. Watson