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

Update the expected test log with the output from test cases that were recently added.

2026-05-30 02:27:58 Tree
[r6245] by david_costanzo

Rework int_arg() so that it doesn't modify the arguments list.
This is part of a larger effort to simplify the code base by reducing the number of side effects.

2026-05-30 02:25:32 Tree
[r6244] by david_costanzo

Rename CLogoCodeCtrl::Replace to CLogoCodeCtrl::ReplaceText and make it non-virtual to fix a -Woverloaded-virtual warning.

2026-05-30 01:05:03 Tree
[r6243] by david_costanzo

Add missing "const" qualifier to CanCut and CanCopy so that they override the virtual functions in wxTextCtrl.
This required a little rework to a helper function IsTextSelected() to make it const, as well.
This fixes two -Woverloaded-virtual warnings in gcc.

2026-05-30 00:45:52 Tree
[r6242] by david_costanzo

Refactoring: Change "int macro_flag" to "bool is_macro" in define_helper.
The caller that passed the third state of -1 now calls make_procnode_from_body_list().
This makes the code simpler.

2026-05-29 23:02:22 Tree
[r6241] by david_costanzo

Refactoring: Extract make_procnode_from_body_list() from define_helper.
It is the only portion of define_helper() that anonymous_function uses.
This is a step toward removing the tristate "int macro_flag" from define_helper.

2026-05-29 22:46:18 Tree
[r6240] by david_costanzo

Refactoring of define_helper:
- add clear variable names instead of reusing args, arg, and val.
- move variable definitons to where they're used
- restructure into three major parts

This moves the code closer to being able to get rid of the tristate macro_flag.

2026-05-29 02:20:01 Tree
[r6239] by david_costanzo

Add more regression tests for DEFINE.
This was done to prepare for some refactoring in define_helper().

2026-05-29 02:13:10 Tree
[r6238] by david_costanzo

Replace TRUE with 1 and FALSE with 0.
In this case, the value isn't treated as a boolean, so it's not correct to use TRUE and FALSE.

2026-05-28 21:53:07 Tree
[r6237] by david_costanzo

Refactoring: Use true intead of TRUE when calling compare_node().
It accepts a bool, not a BOOLEAN.

2026-05-28 21:41:29 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