Age | Commit message (Expand) | Author |
2024-06-18 | docs: move "General Options" to genopts.rst, include it where needed. | B. Watson |
2024-06-18 | cxrefbas and renumbas: free allocated memory on exit. | B. Watson |
2024-06-17 | renumbas: list which lines ref a nonexistent line. | B. Watson |
2024-06-17 | renumbas: fix out-of-range error formatting. | B. Watson |
2024-06-17 | renumbas: rewrite with callback API. | B. Watson |
2024-06-17 | cxrefbas: break out table building stuff for use with renumbas. | B. Watson |
2024-06-17 | cxrefbas: update doc. | B. Watson |
2024-06-17 | cxrefbas: update doc. | B. Watson |
2024-06-17 | cxrefbas: show ref type in output. | B. Watson |
2024-06-17 | cxrefbas: handle IF <x> THEN <lineno>. | B. Watson |
2024-06-16 | cxrefbas: computed warning now says ON/GOTO or ON/GOSUB, not just ON. | B. Watson |
2024-06-16 | cxrefbas: added. | B. Watson |
2024-06-15 | vxrefbas: WIP. | B. Watson |
2024-06-15 | vxrefbas: WIP. | B. Watson |
2024-06-13 | vxrefbas: WIP. | B. Watson |
2024-06-13 | vxrefbas: WIP. | B. Watson |
2024-06-13 | add renumbas. | B. Watson |
2024-06-13 | add missing files. | B. Watson |
2024-06-13 | major surgery: callback API, port dumpbas to use callbacks, add vxrefbas. | B. Watson |
2024-06-09 | dumpbas: update man page. | B. Watson |
2024-06-09 | dumpbas: update man page. | B. Watson |
2024-06-08 | atascii: escape | character. | B. Watson |
2024-06-08 | dumpbas: clean up code, work on doc. | B. Watson |
2024-06-07 | Tweak README and Makefile. | 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-06-03 | protbas: split off protection functions from unprotbas. | B. Watson |
2024-06-03 | unprotbas: split off utility functions/etc to bas.c. | B. Watson |
2024-05-31 | unprotbas: add MAX_PROG_SIZE constant. | B. Watson |
2024-05-31 | unprotbas: warnings for overly-long files. | B. Watson |
2024-05-31 | unprotbas: rename some functions. | B. Watson |
2024-05-31 | unprotbas: detect truncated files, count invalid offsets. | B. Watson |
2024-05-31 | unprotbas: do not allow -r/-w with -c. | B. Watson |
2024-05-31 | unprotbas: English 101, periods at ends of sentences. | B. Watson |
2024-05-31 | unprotbas: capitalize stderr messages. | B. Watson |
2024-05-31 | unprotbas: detect if trailing "garbage" is all the same byte (not just zero). | B. Watson |
2024-05-31 | unprotbas: stop allowing 3 filenames. | B. Watson |
2024-05-31 | unprotbas: tweak error msg. | B. Watson |
2024-05-30 | unprotbas: tweak doc. | B. Watson |
2024-05-30 | unprotbas: tweak doc. | B. Watson |
2024-05-29 | unprotbas: consistently prefix hex with $ in verbose output. | B. Watson |
2024-05-29 | unprotbas: with -v, show whether trailing garbage is all zeroes. | 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: 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 |