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

Replace a NIL with nullptr for something that isn't a NODE*.
nullptr is more correct, since NIL is only supposed to be for a NODE *.

2026-07-02 02:17:35 Tree
[r6320] by david_costanzo

Fix build breaks when USE_PRECOMPILED_HEADER is not defined.

2026-07-02 01:21:46 Tree
[r6319] by david_costanzo

Mark the build as non-official

2026-07-02 01:03:06 Tree
[r6318] by david_costanzo

Remove settree__tree().
This had an unstated side effect of setting the treepair's generation.
Worse, the generation had to be immediately modified by all callers, which convinced me that it'd would be better for the callers to construct the treepair.

2026-07-02 00:48:38 Tree
[r6317] by david_costanzo

Cleanup: Remove unneeded local variable "s" in cnv_node_to_numnode.

2026-06-30 23:01:43 Tree
[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
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