| Commit | Date | |
|---|---|---|
|
[r4438]
by
david_costanzo
Minor wording improvements to the paragaphs about saving the workspace editor. |
2017-08-05 02:29:32 | Tree |
| 2017-08-05 02:09:23 | Tree | |
| 2017-08-04 03:14:33 | Tree | |
| 2017-08-04 03:03:35 | Tree | |
| 2017-08-04 02:58:21 | Tree | |
| 2017-08-02 00:18:32 | Tree | |
|
[r4432]
by
david_costanzo
Fix a problem where if a test logs a string with a NUL character, the resulting |
2017-08-02 00:18:05 | Tree |
| 2017-08-02 00:14:55 | Tree | |
|
[r4430]
by
david_costanzo
Harden FILLTEST against the pen being up when the test starts. |
2017-08-01 04:16:45 | Tree |
|
[r4429]
by
david_costanzo
Fix a bug in CURRENTWORKINGDIRECTORY that broke under cygwin's bash This revision changes the implementation of CURRENTWORKINGDIRECTORY to use DLLCALL for ::GetCurrentDirectoryA instead of invoking perl.exe as an external process. The problem with perl is that I had installed cygwin's perl and FMSLogo was finding it. This returned a cygwin path ("/cygdrive/c instead" of "c:\"), which caused the test code to fail to CHDIR back to that directory. As a result, running DIRECTORYTEST moved out of the "test" directory, which caused strange, difficult-to-understand downstream failures. Since it's now possible to use DLLCALL to call get the working directory, it makes sense to do so. |
2017-07-31 11:08:29 | Tree |