enforced parameter type for INP |
|
More...
|
over 11 years ago
|
fixed crash on line starting with ELSE |
|
More...
|
over 11 years ago
|
clarified/corrected hex/oct literals in HELP |
|
More...
|
over 11 years ago
|
allowed &7 as octal constant (like &o7) |
|
More...
|
over 11 years ago
|
fixed behaviour on lines starting with ., & |
|
More...
|
over 11 years ago
|
fixed behaviour on line numbers with whitespace and 65530, 1 00 ?, etc |
|
More...
|
over 11 years ago
|
reproduce line number 0 spacing anomaly in GW; cleanup |
|
More...
|
over 11 years ago
|
removed 10, 1E from detokenise checks - not used, doesn't reproduce GW quirks |
|
More...
|
over 11 years ago
|
added GOSUB, GOTO, HEX$, IF to HELP |
|
More...
|
over 11 years ago
|
corrections to ELSE spacing; still not perfect for anomalous programs with no : before ELSE |
|
More...
|
over 11 years ago
|
fixed :ELSE regression, once more |
|
More...
|
over 11 years ago
|
fixed broken spacing between number and keyword |
|
More...
|
over 11 years ago
|
fixed broken IF nesting |
|
More...
|
over 11 years ago
|
fixed 'Undefined line number in ...' w/o line number in RETURN with line number |
|
More...
|
over 11 years ago
|
backend_ansi code cleanup |
|
More...
|
over 11 years ago
|
clear screen at start of ANSI terminal session |
|
More...
|
over 11 years ago
|
allow to use the new dumberterm (-b switch) or the unicode not-quite-so-sumbterm (-u switch). Removed -d switch (collides with future --double, -d -> GWBASIC /d) |
|
More...
|
over 11 years ago
|
simplified console after enabling new dumbterm |
|
More...
|
over 11 years ago
|
new dumb terminal to use the echoing stream, sidestepping putc_at. Will now show row 25 (but not keys) |
|
More...
|
over 11 years ago
|
changes to ensure row 25 is echoed to printer if not a keys row |
|
More...
|
over 11 years ago
|
changes to ensure row 25 is echoed to printer if not a keys row |
|
More...
|
over 11 years ago
|
added GOSUB to HELP |
|
More...
|
over 11 years ago
|
GET and PUT screen boundary checks |
|
More...
|
over 11 years ago
|
fixes to error side effects in SCREEN; introduced range_check (fix regression) |
|
More...
|
over 11 years ago
|
fixes to error side effects in SCREEN; introduced range_check |
|
More...
|
over 11 years ago
|
SCREEN code cleanup. also solves vpage/apage anomalies |
|
More...
|
over 11 years ago
|
SCREEN code cleanup. also solves vpage/apage anomalies |
|
More...
|
over 11 years ago
|
fixed cursor anomaly on vpage change |
|
More...
|
over 11 years ago
|
implemented array versioning for fast_get, fast_put. Can now change arrays after GET. |
|
More...
|
over 11 years ago
|
implemented array versioning for fast_get, fast_put. Can now change arrays after GET. |
|
More...
|
over 11 years ago
|