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

Add a nascent CSS for styling the HTML generated from logohelp.xml.

2006-09-03 07:56:16 Tree
[r1551] by david_costanzo

Change lrepeat() and lforever() to return Unbound on error, instead of NIL. This follows the pattern of all other functions.

Also, improve some variable names.

2006-09-03 05:53:12 Tree
[r1550] by david_costanzo

Add regression tests for FOREVER.

2006-09-03 05:50:34 Tree
[r1549] by david_costanzo

Add a test for when the body of a REPEAT throws an error.
Fix the test for when the body of a REPEAT stops.

2006-09-03 05:49:34 Tree
[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
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