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

Fix two simple typos: a misspelling of "is" and an extra newline before the code sample.

2006-08-21 07:57:52 Tree
[r1512] by david_costanzo

Fix bug #1543354: REVERSE now throws an error when given two inputs.

The fix was to provide a wrapper that takes only one input and calls a helper function (the original REVERSE) which takes two inputs.

2006-08-21 07:04:34 Tree
[r1511] by david_costanzo

Add a function comment.

2006-08-21 07:00:35 Tree
[r1510] by david_costanzo

Add a regression test for bug #1543643: which is that FMSLogo becomes unresponsive when printing a very long string to the commander's recall box.

2006-08-20 23:38:05 Tree
[r1509] by david_costanzo

Fix bug #1543643: FMSLogo is responsive when running 'PR ISEQ 1 100000'. This is the first bugfix for FMSLogo 6.11.0.

This fix involved making two optimizations, rather than just scanning for windows messages more often:
1) When we reallocate combo_buff, we always at least double its size. This avoids a problem where we thrash the allocator by always reallocating the buffer to be one byte larger than the previous size. This changes the use of allocation to O(N) to O(log N).
2) Remove many calls to strlen(combo_buff) by adding combo_buff_length, and keeping it up-to-date. This changes the printing routine from being O(N^2) to O(N).

2006-08-20 23:23:38 Tree
[r1508] by david_costanzo

Document that REVERSEworks on words, as well as lists. Also document that it does NOT work on arrays.

2006-08-20 21:02:30 Tree
[r1507] by david_costanzo

Refactor llput() a little:
* Choose better names for stack variables.
* Add multiple return points for when the input is bad.

2006-08-20 20:39:51 Tree
[r1506] by david_costanzo

Fix a false-postive.

2006-08-20 16:55:51 Tree
[r1505] by david_costanzo

Remove the logging for the third and fourth fields of ERROR. These were generally not informative and added a lot of noise to the test log. In the few cases where these values should be checked, they should be explicitly checked by the caller.

2006-08-20 16:53:22 Tree
[r1504] by david_costanzo

Add regression tests for LPUT, FPUT, and REVERSE.

2006-08-20 16:40:44 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