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

Add a regression test for Bug #603 (parenthesized unknown proc prevents evaluation before it)

2026-06-04 03:18:40 Tree
[r6263] by david_costanzo

Cleanup: Remove TRUE and FALSE #defines.
These are no longer needed. Any future need will use C++ true/false.

2026-06-03 23:20:13 Tree
[r6262] by david_costanzo

Update the expected test log with recent additions to the tests and bug fixes.

2026-06-03 02:13:57 Tree
[r6261] by david_costanzo

Simplify the memory management in err_logo from ref/vref/deref to a single gcref().

2026-06-03 02:08:10 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