Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-09 | bas.c: null out input_file and output_file when closed (so caller can know ↵ | B. Watson | |
they're closed). | |||
2024-07-08 | whichbas: add -s (script mode) option. | B. Watson | |
2024-07-07 | bas.c: fix OP_HEXCONST brain damage. | B. Watson | |
2024-07-07 | bas.c: commentary for allow_hex_const (before I forget what it does). | B. Watson | |
2024-07-07 | bas.c: handle possibility of turbo/bxl/bxe hex constant. | B. Watson | |
2024-07-05 | bas.c: vntable_ok() no longer thinks the var name table is bad if it's only ↵ | B. Watson | |
one byte long. | |||
2024-06-25 | bas.c: terminate walk_code() loop correctly. | B. Watson | |
2024-06-22 | bas.c: add on_trailing_garbage callback. | B. Watson | |
2024-06-18 | bas.c: regularize warning text. | 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 | protbas: split off protection functions from unprotbas. | B. Watson | |
2024-06-03 | unprotbas: split off utility functions/etc to bas.c. | B. Watson | |