aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
9 daysmanftr.rst: add listbas(1).B. Watson
9 dayslistbas: update docs.B. Watson
9 dayslistbas: pipe through a8eol or a8utf8; do not write ATASCII to terminal; add ...B. Watson
10 daysfix unicode hyphens in docs.B. Watson
10 dayslistbas: added (list basic programs, very barebones for now).B. Watson
10 daysbas.c: terminate walk_code() loop correctly.B. Watson
12 daysprotbas: fix WTFery in fixcode().B. Watson
12 daysrenumbas: add *useless* -b option (just for shiggles).B. Watson
12 daysall basic tools: help message goes to stdout, not stderr.B. Watson
12 daysprotbas: port to callback API.B. Watson
12 daysbas.c: add on_trailing_garbage callback.B. Watson
2024-06-18add unmac65.xex to git.B. Watson
2024-06-18update .gitignore.B. Watson
2024-06-18README.txt: add new utilities to list.B. Watson
2024-06-18update doc.B. Watson
2024-06-18bas.c: regularize warning text.B. Watson
2024-06-18vxrefbas: abort if program is variable-protected.B. Watson
2024-06-18update doc.B. Watson
2024-06-18cxrefbas and renumbas: round fractional line numbers like BASIC does.B. Watson
2024-06-18cxrefbas and renumbas: detect variable in ON/GO(TO|SUB) line list.B. Watson
2024-06-18cxrefbas and renumbas: support LIST.B. Watson
2024-06-18tweak doc.B. Watson
2024-06-18docs: move "General Options" to genopts.rst, include it where needed.B. Watson
2024-06-18cxrefbas and renumbas: free allocated memory on exit.B. Watson
2024-06-17renumbas: list which lines ref a nonexistent line.B. Watson
2024-06-17renumbas: fix out-of-range error formatting.B. Watson
2024-06-17renumbas: rewrite with callback API.B. Watson
2024-06-17cxrefbas: break out table building stuff for use with renumbas.B. Watson
2024-06-17cxrefbas: update doc.B. Watson
2024-06-17cxrefbas: update doc.B. Watson
2024-06-17cxrefbas: show ref type in output.B. Watson
2024-06-17cxrefbas: handle IF <x> THEN <lineno>.B. Watson
2024-06-16cxrefbas: computed warning now says ON/GOTO or ON/GOSUB, not just ON.B. Watson
2024-06-16cxrefbas: added.B. Watson
2024-06-15vxrefbas: WIP.B. Watson
2024-06-15vxrefbas: WIP.B. Watson
2024-06-13vxrefbas: WIP.B. Watson
2024-06-13vxrefbas: WIP.B. Watson
2024-06-13add renumbas.B. Watson
2024-06-13add missing files.B. Watson
2024-06-13major surgery: callback API, port dumpbas to use callbacks, add vxrefbas.B. Watson
2024-06-09dumpbas: update man page.B. Watson
2024-06-09dumpbas: update man page.B. Watson
2024-06-08atascii: escape | character.B. Watson
2024-06-08dumpbas: clean up code, work on doc.B. Watson
2024-06-07Tweak README and Makefile.B. Watson
2024-06-07dumpbas: added.B. Watson
2024-06-03add doc for protbas, remove protection options from unprotbas doc.B. Watson
2024-06-03protbas: split off protection functions from unprotbas.B. Watson
2024-06-03unprotbas: split off utility functions/etc to bas.c.B. Watson