| Commit | Date | |
|---|---|---|
| 2020-01-20 23:25:22 | Tree | |
|
[r5090]
by
david_costanzo
Replace filenames of "dummy.fil" with "example.txt" in examples. |
2020-01-20 22:32:27 | Tree |
| 2020-01-20 20:06:24 | Tree | |
|
[r5088]
by
david_costanzo
Add logic to enforce that the commander's read/write posistion is -1. Before, this behavior, although documented, depended on undefined behavior from stdlib. A recent change silently altered this behavior, allowing setting and getting the posistion of the commander's write stream. This revision adds logic to FMSLogo to explicitly provide the documented behavior. It also adds regression tests and clarifies the documentation. If I had created READPOS/SETREADPOS/WRITEPOS/SETWRITEPOS today, it would be an error to apply them to the commander. However, for backward compatibility with old programs, I retained the behavior of outputting -1 when getting the position and doing nothing when setting it. |
2020-01-20 19:47:26 | Tree |
|
[r5087]
by
david_costanzo
Add missing #include to fix a build break when compiling w/o precompiled headers |
2020-01-12 17:02:24 | Tree |
|
[r5086]
by
david_costanzo
Fix the File API's special "clipboard" file to correctly handle Unicode. |
2019-12-29 21:16:28 | Tree |
| 2019-12-29 21:14:20 | Tree | |
| 2019-12-29 16:31:19 | Tree | |
|
[r5083]
by
david_costanzo
Merge in changes to clipboard handling code from trunk. |
2019-12-29 11:08:38 | Tree |
|
[r5082]
by
david_costanzo
Replace win32-specific clipboard code in the File API with platform-independent code. |
2019-12-29 10:37:36 | Tree |