• 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  
[r6274] by david_costanzo

Fix "FORWARD 100 5*" to run FORWARD 100 before throwing a "not enough inputs" error.
This is part of fixing Bug #250.

This is not 100% correct, as the infix expressions prior to the error won't
be evaluated in something like "1*2*3+4+". However, I don't this can have a
visible impact, as the built-in infix operators don't have side effects and
redefining them turns them into prefix operator.

2026-06-07 16:14:50 Tree
[r6273] by david_costanzo

Fix a typo in a comment

2026-06-07 03:25:32 Tree
[r6272] by david_costanzo

Fix "FORWARD 100 )" to run FORWARD 100 before throwing a "unexpected ')'" error.
This is part of fixing Bug #250.

This has an unexpected consequence of making "FORWARD)" throw a "not enough inputs to FORWARD"
error instead of a "unexpected ')'" error, as it used to. I don't think this is bad because
both errors apply and technically FORWARD was missing an input before the ")" is reached.

This latter change is why EVALTEST.UNEXPECTEDCLOSEPAREN was modified to move the right paren.
However, I did test that the new definition still causes an infinite loop in FMSLogo 8.4.0.

2026-06-07 03:13:03 Tree
[r6271] by david_costanzo

Refactoring: Rewrite llput to use CAppendableList.
This is shorter and clearer.

2026-06-06 23:46:20 Tree
[r6270] by david_costanzo

Cleanup: Remove an unnecessary special case in lcount() for NIL.
This is already handled by the is_list() case.
I suspect that, at one time, is_list didn't check for NULL before looking at the node type.

2026-06-06 23:31:37 Tree
[r6269] by david_costanzo

Always compile debugutils.cpp, but remove code if DEBUG isn't defined.
This saves the effort of figuring out how to include it when it's needed.

2026-06-06 23:25:30 Tree
[r6268] by david_costanzo

Fix "FD 100 5**6" to run FD 100 before throwing a "not enough inputs to *" error.
This is part of fixing Bug #250.

2026-06-06 03:49:53 Tree
[r6267] by david_costanzo

Fix "FD 100 (" so that it runs FD 100 before throwing an error.

2026-06-06 03:34:29 Tree
[r6266] by david_costanzo

Fix Bug #250; instructions with too many inputs no longer prevent earlier instructions from being run.
This was fixed as a generalization of g_ParseErrorNotEnoughInputs to handle other error types.

There are more parse errors not included in this fix that can prevent earlier instructions from being run.
It's not clear if they'll all be able to use the same mechanism.

2026-06-06 00:52:20 Tree
[r6265] by david_costanzo

Add unnecessary parentheses to stop gcc from warning about if conditions.

2026-06-05 22:05:21 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
mdb logo