Add the results from FMSLogo 8.5.0 Windows 1033
Update with the results from the 8.5.0 test pass.
Update mklocale.pl to always retranslate everything in the pseudolocale.
Increment the version to 8.5.0 to prepare for the next release.
Prepare a README for version 8.5.0.
Reorder the bug fixes for 8.5.0 to be in numeric order.
Here repro steps that evidence the leak without needing a debug version of FMSLogo. Step 1: Write the following to a file named file1.lgo: TO REDEFINED ; load another file that redefines this procedure FILE2 END MAKE "startup [ REDEFINED ] Step 2: Write the following to a file named file2.lgo (in the same directory) ; The running procedure must be redefined. TO REDEFINED END TO FILE2 END Step 3: Start fmslogo in the directory with file1.lgo and file2.lgo, perhaps by loading file1.lgo. Step 4: Execute...
FMSLogo crashes if it goes into an infinite "silent load" regress