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

Update a bug number in a comment to match the bug's current number.
When FMSLogo started, all tickets from all projects shared the number space.
Later, each project was given its own bug numbers and all existing bugs were renumbered to be much smaller.
External references to the larger bug numbers were not updated.

2026-05-28 02:40:03 Tree
[r6235] by david_costanzo

Rework proc_name_arg:
- Remove the side effect of modifying the argument list.
- Change it to accept the argument, not the argument list.
- Make it intern the argument name, since all callers did that.
- Rename to intern_proc_name_arg to reflect the new behavior.

2026-05-28 02:07:20 Tree
[r6234] by david_costanzo

Add more bad input tests for ARITY to prepare for some refactoring of proc_name_arg().

2026-05-28 02:02:50 Tree
[r6233] by david_costanzo

Rewrite proc_name_arg() in terms of validate_argument().
This is a step toward removing the side effect of modifying the arguments list.
Unfortunately, this required making IS_VALID_ARGUMENT accept a non-const NODE* because numberp() modifies its input.

2026-05-27 22:36:15 Tree
[r6232] by david_costanzo

Fix Bug #612; COPYDEF of procedure defined with DEFINE now has the correct title line.

2026-05-26 23:10:38 Tree
[r6231] by david_costanzo

Change mustDerefStringnode to mustGcrefStringnode in numberp().
A ref and a deref are not necessary. A simple gcref suffices.
Unfortunately, the flag is still needed because numberp's argument may not have any references.

2026-05-26 01:18:47 Tree
[r6230] by david_costanzo

Add a missing line break

2026-05-26 00:33:06 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