| Commit | Date | |
|---|---|---|
|
[r5352]
by
david_costanzo
Fix an off-by-one bug in the un-vbarring logic. |
2020-07-12 13:51:34 | Tree |
|
[r5351]
by
david_costanzo
Fix a bug in SAVETEST where two procedures were defined with the same name. |
2020-07-12 12:14:22 | Tree |
| 2020-07-12 01:56:56 | Tree | |
|
[r5349]
by
david_costanzo
Update some comments for ltime() for Unicode FMSLogo |
2020-07-12 00:28:08 | Tree |
|
[r5348]
by
david_costanzo
Fix the READCHAR test to work with Unicode FMSLogo A file with no BOM is interpreted as ANSI, which maps the bytes 128-255 to values other than 128-255 (the difference between Windows 1252 and Latin 1), so a simple test for byte/char equality is no longer possible. This also extends the range of the test from 32-255 to 0-255 for binary and 0-500 for text. This additional range became possible with the Unicode FMSLogo. |
2020-07-12 00:14:27 | Tree |
| 2020-07-11 23:48:27 | Tree | |
|
[r5346]
by
david_costanzo
Rename ecma_* functions: I think "ecma" was to indicate this shifting was to support Western European characters, although even then, as a prefix it doesn't make sense because it shifted special characters to ASCII control characters. Now that FMSLogo supports Unicode, the using the "ecma" prefix is even sillier. "vbar" better describes what these functions are doing. And "is_vbarred" was preferred to "vbar_get" because the function is a predicate and doesn't "get" anything. |
2020-07-11 23:25:52 | Tree |
|
[r5345]
by
david_costanzo
Refactoring: Change g_SpecialCharacters to an array instead of string literal |
2020-07-11 22:14:45 | Tree |
|
[r5344]
by
david_costanzo
Update a bug number referenced in a comment. |
2020-07-11 21:58:58 | Tree |
|
[r5343]
by
david_costanzo
Cleanup: Remove unneeded LOCAL in READWORDTEST.UICANCEL |
2020-07-11 21:54:01 | Tree |