| Commit | Date | |
|---|---|---|
| 2020-07-12 23:32:03 | Tree | |
| 2020-07-12 23:01:27 | Tree | |
|
[r5365]
by
david_costanzo
Add some additional bad input tests to DLLCALL. |
2020-07-12 21:18:21 | Tree |
|
[r5364]
by
david_costanzo
Replace make_strnode with make_static_strnode where appropriate. |
2020-07-12 21:00:26 | Tree |
| 2020-07-12 20:56:51 | Tree | |
| 2020-07-12 20:48:00 | Tree | |
| 2020-07-12 20:43:40 | Tree | |
| 2020-07-12 20:26:12 | Tree | |
|
[r5359]
by
david_costanzo
Rename "noparity" to "clearvbar" for clarity. The "no parity" dates back to when UCBLogo was pure ASCII and the backslashed-ness of a character was stored in the high bit of an 8-bit byte, sometimes called the "partiy bit" when dealing with hardware. However, FMSLogo has never used the "parity" bit for this and instead marked a backslashed character by moving character to a different place in the ASCII code page (analogous to shifting them all to 128-255 by setting the high bit). Now that FMSLogo uses Unicode, it's even further removed from using a "parity" bit, as the characters are now moved to a "private use area" of Unicode. |
2020-07-12 20:08:26 | Tree |
|
[r5358]
by
david_costanzo
Refactoring: Extract a global variable UTF8_BOM |
2020-07-12 19:38:34 | Tree |