| Commit | Date | |
|---|---|---|
|
[r5358]
by
david_costanzo
Refactoring: Extract a global variable UTF8_BOM |
2020-07-12 19:38:34 | Tree |
| 2020-07-12 19:16:00 | Tree | |
|
[r5356]
by
david_costanzo
Fix a bug where commands run from the UI didn't write a newline to the DRIBBLE file. |
2020-07-12 19:15:23 | Tree |
|
[r5355]
by
david_costanzo
Fix Bug #329; SAVE and LOAD preserve words with CHAR 0, CHAR 13, CHAR 26, and CHAR 29. The fixes for CHAR 13,26,29 were implemented by the Unicode feature, which enabled moving the "vbarred special characters" from the ASCII control characters to a Unicode Private Use Area. This change fixes a remaining problem for CHAR 0, which is that NUL was treated as a string terminator by the parser. Now, the parser determines the end of the string by its length, not by a sentinal character. Suprisingly, this makes the code simpler (fewer lines) and removes a KLUDGE comment that has existed since UCBLogo. |
2020-07-12 15:24:20 | Tree |
| 2020-07-12 15:16:13 | Tree | |
| 2020-07-12 14:56:09 | Tree | |
|
[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 |