• Join/Login
  • Business Software
  • Open Source Software
  • For Vendors
  • Blog
  • About
  • More
    • Articles
    • Create
    • SourceForge Podcast
    • Site Documentation
    • Subscribe to our Newsletter
    • Support Request
SourceForge logo
For Vendors Help Create Join Login
SourceForge logo
Business Software
Open Source Software
SourceForge Podcast
Resources
  • Articles
  • Case Studies
  • Blog
Menu
  • Help
  • Create
  • Join
  • Login
  • Home
  • Browse
  • FMSLogo
  • Code
FMSLogo

FMSLogo Code

A Logo programming environment for Microsoft Windows

Brought to you by: david_costanzo
  • Summary
  • Files
  • Reviews
  • Support
  • Tickets ▾
    • Feature Requests
    • Bugs
    • Support Requests
  • Discussion
  • Code
Menu ▾ ▴
 
  • Browse Commits
  • Browse Files

Code Commit Log


Commit Date  
[r6386] by david_costanzo

Add EVALTEST.RETREEIFYFROMRETREEIFY
This test is constructed such that retreeify_running_proc_body is called from the context of retreeify_running_proc_body via silent_load.

2026-08-03 22:03:00 Tree
[r6385] by david_costanzo

Note that Bug #249 is fixed in FMSLogo 8.6.0.
This was incidentally fixed when Bug #620 was fixed.

2026-08-03 03:01:57 Tree
[r6384] by david_costanzo

Add EVALTEST.SILENTLOADFROMTREEIFY.THROWSERROR
This tests the "silent" aspect of the silent loading from treeify
because the file that gets loaded throws an error.

This was not as silent as I had thought.
The error doesn't stop the treeification, but it prompts
the user to fix the file in the editor.
That may be a bug.

2026-07-31 23:07:38 Tree
[r6383] by david_costanzo

Extend the build system to compile a 64-bit version of FMSLogo on Windows.
This is clumsy (for example, there's a separate obj64 directory instead of reusing obj) but it works.
The only thing that I know didn't port is DLLCALL, which currently throws an error.
Getting DLLCALL to work will require some assembly code to follow the X64 calling convention.

2026-07-31 02:15:04 Tree
[r6382] by david_costanzo

Update the expected test results to include new tests that were added and new bugs that were fixed.

2026-07-30 01:40:57 Tree
[r6381] by david_costanzo

Fix typos in a comment

2026-07-29 23:55:46 Tree
[r6380] by david_costanzo

Add logic to evaluator() to handle when the function/expression is a number.
A number is not runnable and so should act as if the procedure is unknown.
Previously, this threw an error during treeification, but a recent bug fix made it so that treeification never throws an error.
That fix introduced a crash when executing a statement like "(2 1)" because the
downstream logic didn't handle when a number was given as a procedure.
This change restores the previous behavior of throwing a "I don't know how to" error, except that it's now recoverable.

2026-07-29 23:51:17 Tree
[r6379] by david_costanzo

Fix Bug #603; STOP before an unknown procedure no longer throws a "don't know how to" error.
The fix is to delay throwing the error from the treeification process to the evaluation process.

2026-07-28 02:25:41 Tree
[r6378] by david_costanzo

Refactoring: Rewrite EVALTEST.UNKNOWNPROCINMACROLIST to use RUNNONRECOVERABLEIDONTKNOWHOWTOTEST.
A comment says that the logic had been duplicated because RUNRESULT couldn't catch the error that was thrown.
Whatever the problem was, it's not reproducible now.

2026-07-28 00:25:48 Tree
[r6377] by david_costanzo

Refactoring: Change SETSCRUNCH to use flonum_arg instead of numeric_arg.
flonum_arg returns a FLONUM, which is what SETSCRUNCH wants.
It also doesn't have any side effects which change the argument list.

This is part of a larger effort to make the code base simpler by removing unneeded side effects.

2026-07-25 23:07:22 Tree
Older >
SourceForge
  • Create a Project
  • Open Source Software
  • Business Software
  • Top Downloaded Projects
Company
  • About
  • Team
  • SourceForge Headquarters
    1320 Columbia Street Suite 310
    San Diego, CA 92101
    +1 (858) 422-6466
Resources
  • Support
  • Site Documentation
  • Site Status
  • SourceForge Reviews
SourceForge logo
© 2026 Slashdot Media. All Rights Reserved.
Terms Privacy Opt Out Advertise

Cerberus Logo