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

Update the version to 6.10.1+

2006-09-03 05:25:00 Tree
[r1547] by david_costanzo

Add regression tests for RUNRESUT, including one for bug #1547408; 'RUNRESULT {1}' crashes FMSLogo.

2006-09-03 05:20:11 Tree
[r1546] by david_costanzo

Minor changes to make the code a little clearer. This is mostly restructuring code into an equivalent (but clearer) form.

2006-09-03 05:18:42 Tree
[r1545] by david_costanzo

Add regression tests for RUNRESUT, including one for bug #1547408; 'RUNRESULT {1}' crashes FMSLogo.

2006-09-02 19:32:59 Tree
[r1544] by david_costanzo

Correction: I did not fix bug #1458661.
I fixed bug #1547408; 'RUNRESULT {1}' no longer crashes FMSLogo.

2006-09-02 06:53:49 Tree
[r1543] by david_costanzo

Fix bug #1458661; Macros that output nothing no longer crash FMSLogo.

Here is a description of the bug:
RUNRESULTcreate a continuation node. Continuation nodes store a
number, not a NODE* in their "CAR" field (the ID of where
they should continue evaluating from). Normally, this is
overwritten with NIL when the continuation is used.
However, if there's an error, the continuation is cleaned up
before the CAR field is cleared to NIL. And there was a bug
in gc(), which is where all NODE* are cleaned up, that tried
to free the CAR of continuation nodes. This resulted in an
access violation, as you obviously can't free() the number 11.

The fix is to only free the CDR of a continuation NODE* in gc().

This fix will be released in FMSLogo 6.11.0.

2006-09-02 06:08:02 Tree
[r1542] by david_costanzo

Add a REVISIT comment to add tracing logic where UCBLogo has it.

2006-09-02 06:00:51 Tree
[r1541] by david_costanzo

Add a link back to the project portal on SoureForge, since that is the #1 link that I want people to visit.

Also move "The Logo Workshop" to be the second link, since that is the #2 link that I want people to visit.

2006-08-31 05:15:05 Tree
[r1540] by david_costanzo

Add a list of supported features, mostly to fill in some space (the content that was there did not feel substancial enough).

2006-08-31 05:13:47 Tree
[r1539] by david_costanzo

Fix a typo.

2006-08-31 05:12:51 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