Age | Commit message (Expand) | Author |
14 days | renumbas: warn if input is A+ or Integer. | B. Watson |
2025-03-26 | whichbas and listbas: distinguish between Integer BASIC disk and cart versions. | B. Watson |
2025-03-25 | listbas: fix printing TO in OSS Integer BASIC. | B. Watson |
2025-03-25 | listbas: improve support for OSS Integer BASIC. | B. Watson |
2025-03-24 | listbas: initial (buggy) support for OSS Integer BASIC. | B. Watson |
2024-07-17 | listbas: support all 256 variable names in Turbo BASIC. | B. Watson |
2024-07-16 | bas.c: clean up on_text logic. | B. Watson |
2024-07-16 | listbas: BXL token 0x5a WIP. | B. Watson |
2024-07-16 | listbas: handle A+ ERROR- token (required bas.c changes); don't segfault on r... | B. Watson |
2024-07-15 | bas.c: handle weirdness when VNTP > $100 (e.g. SPIDER.TB). | B. Watson |
2024-07-15 | bas.c: warn and return from walk_code() if the program ends in the middle of ... | B. Watson |
2024-07-15 | bas.c: don't get stuck in an infinite loop if soffset == 0. | B. Watson |
2024-07-15 | bas.c: don't allow null bytes in variable name table, except at the end. | B. Watson |
2024-07-14 | bas.c: warn about _ in variable names, but allow. | B. Watson |
2024-07-14 | add sanity checking to BASIC header, in parse_header(). | B. Watson |
2024-07-09 | bas.c: null out input_file and output_file when closed (so caller can know th... | B. Watson |
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 o... | B. Watson |
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 |