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

Add tests for LPUT involving :ERRACT to test that bad input errors are recoverable.

2026-06-08 22:48:02 Tree
[r6276] by david_costanzo

Note that Bug #400 was fixed in FMSLogo 8.5.0.
I had fixed this as part of implementing Feature Request #136, having forgotten that there was a separate bug for this.

2026-06-08 03:00:21 Tree
[r6275] by david_costanzo

Extend EVALTEST.PARSEERRORAFTEROUTPUT to include when "()" is given as an input to a procedure.

2026-06-07 16:19:17 Tree
[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
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