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

Add debug_dump_node(), a debug-only function to be called in gcc to dump a NODE*.
This is different from debug_print_node() which only prints the NODE* but doesn't show its structure or print the objects.
I implemented just enough to give me insight into the structure of a TREE.
It feels like this would be better implemented as a gdb extension, but I don't know how to do that.

2026-06-27 00:00:54 Tree
[r6305] by david_costanzo

Add more description for TREE and LINE.

2026-06-26 23:46:04 Tree
[r6304] by david_costanzo

Add test variations for SUM with various strings.
These are mostly tests for cnv_node_to_numnode and unfortunately found Bug #623

2026-06-21 02:40:37 Tree
[r6303] by david_costanzo

Refactoring: Simplify the implementation of lword.

2026-06-18 02:01:49 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