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

Cleanup: Remove logic to skip over the leading + in cnv_node_to_numnode.
This was dead code because numberp() doesn't allow numbers to begin with a +.

2026-06-30 22:59:04 Tree
[r6315] by david_costanzo

Cleanup: Remove some unneeded vref/deref calls in intern_primitive().
It looked like these calls canceled each other out.

2026-06-30 22:49:00 Tree
[r6314] by david_costanzo

Refactoring: rework intern_primitive() to reduce duplicated code.

2026-06-30 22:44:41 Tree
[r6313] by david_costanzo

Fix some misinformation in a comment.
ufun != NIL doesn't mean "not a lambda" it means "user-defined procedure".

2026-06-30 22:33:16 Tree
[r6312] by david_costanzo

Cleanup: Remove a block of code that indent to the tracelevel for singlestepping.

In UCBLogo, the code looks like:

if (ufun != NIL && flag__caseobj(ufun, PROC_STEPPED)) {
if (tracing) {
int i = 1;
while (i++ < trace_level) print_space(stdout);
}
print_node(stdout, this_line);
(void)reader(stdin, " >>> ");
}

This makes sense in UCBLogo because the trace output is interwoven with the single-step dialog.
However, in FMSLogo, the single-step dialog is a separate dialog box, so adding
indentation to the commander history, where the trace output goes, doesn't make sense.

2026-06-30 22:22:30 Tree
[r6311] by david_costanzo

Refactoring: Extract indent_to_trace_level() to reduce duplicated code.

2026-06-30 22:11:29 Tree
[r6310] by david_costanzo

Refactoring: Extract function retreeify_running_proc()
This is a chunk of logic from the evaluator that doesn't access much of the evaluator's state.
Moving this logic into its own function enables getting rid of a label in evaluator().

2026-06-30 02:30:38 Tree
[r6309] by david_costanzo

Correct some misinformation in a comment.
When the Unbound generation is propagated up, it's not applied to the first line.
It's applied to the "bodylist", which is the container for the first node.

2026-06-30 00:11:03 Tree
[r6308] by david_costanzo

Cleanup: Remove unused local variable "definition"

2026-06-29 23:15:57 Tree
[r6307] by david_costanzo

Fix a bug in the way debug_dump_node printed repated CASEOBJ nodes.

2026-06-27 14:17:20 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