Merge branch 'topic-key-statement' into develop |
|
More...
|
almost 2 years ago
|
document syntax changes for 12 function keys |
|
More...
|
almost 2 years ago
|
implement 12 function keys except for (new) syntax=gwbasic |
|
More...
|
almost 2 years ago
|
fix missing return in past two commits |
|
More...
|
almost 2 years ago
|
add comments to document Tandy keyboard scancodes |
|
More...
|
almost 2 years ago
|
ensure no error on KEY n, "12" (two-letter text) |
|
More...
|
almost 2 years ago
|
add test for out-of-bounds KEY with a two-letter text, which is not an error |
|
More...
|
almost 2 years ago
|
fix crash on out-of-bounds KEY n, "" |
|
More...
|
almost 2 years ago
|
add test for crash on KEY 50, "1" |
|
More...
|
almost 2 years ago
|
remove debugging output accidentally included |
|
More...
|
almost 2 years ago
|
make ./test.py work again from inside test directory |
|
More...
|
almost 2 years ago
|
Merge branch 'topic-fix-sequential' into develop |
|
More...
|
almost 2 years ago
|
fix issue #218, use complete_name to determine variable type on INPUT from file |
|
More...
|
almost 2 years ago
|
add test for issue #218 - type mismatch on reading from file after DEFSTR |
|
More...
|
almost 2 years ago
|
Merge branch 'topic-fix-crash-print-using' into develop |
|
More...
|
about 2 years ago
|
fix issue #219: crash on fixed-point print-using of small floats |
|
More...
|
about 2 years ago
|
add test for issue #219 |
|
More...
|
about 2 years ago
|
fix typo in internal link to --prevent-close in doc |
|
More...
|
over 2 years ago
|
Merge branch 'topic-session-regression' into develop |
|
More...
|
over 2 years ago
|
fix regression on Session.evaluate with expression starting with a number |
|
More...
|
over 2 years ago
|
add test for Session.evaluate with an expression starting with a number |
|
More...
|
over 2 years ago
|
Merge branch 'topic-text-binary-streams' into develop |
|
More...
|
over 2 years ago
|
add test for converting tokenised to latin-1 text |
|
More...
|
over 2 years ago
|
opening text files - check if we need to apply TextIOWrapper only once we know the file type for certain |
|
More...
|
over 2 years ago
|
move tests for unicode vs bytes stream into functions in compat module |
|
More...
|
over 2 years ago
|
avoid crash on converting with --text-encoding (issue #212) |
|
More...
|
over 2 years ago
|
add test for converting from utf-8 text file |
|
More...
|
over 2 years ago
|
add assert - trying to leave file type indeterminate on output is an error |
|
More...
|
over 2 years ago
|
Merge branch 'topic-sdl2-smoother-update' into develop |
|
More...
|
over 2 years ago
|
more time for interface thread to ensure video queue gets drained regularly (addressing issue #166) |
|
More...
|
over 2 years ago
|