openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
F
FastBasic
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
about 19 hours
ago. based on code collected
about 19 hours
ago.
Feb 22, 2025 — Feb 22, 2026
Showing page 24 of 29
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Simplify ShowInfo procedure.
Daniel Serpell
More...
almost 8 years ago
Allows joining lines in the editor.
Daniel Serpell
More...
almost 8 years ago
Make first line "1" instead of "0"
Daniel Serpell
More...
almost 8 years ago
More simplifications to the editor.
Daniel Serpell
More...
almost 8 years ago
Only store address of each line, not length.
Daniel Serpell
More...
almost 8 years ago
Just write "1" to edited variable, shorter code.
Daniel Serpell
More...
almost 8 years ago
Update manual.
Daniel Serpell
More...
almost 8 years ago
Fixes floating-point STR$() function.
Daniel Serpell
More...
almost 8 years ago
More optimizations to the editor code.
Daniel Serpell
More...
almost 8 years ago
Add more checks for buffer overflow in bytecode buffer.
Daniel Serpell
More...
almost 8 years ago
Optimize constant FOR loops and IF/ELSE assignments.
Daniel Serpell
More...
almost 8 years ago
Simplify compile and run program, reuse END to reload parser stack.
Daniel Serpell
More...
almost 8 years ago
Turn off basic cartridge on DOS startup.
Daniel Serpell
More...
almost 8 years ago
Replace BIT ZP with branch not taken for 1 byte skip.
Daniel Serpell
More...
almost 8 years ago
Simplify, 2 bytes shorter.
Daniel Serpell
More...
almost 8 years ago
Optimize string operations by storing a valid null string.
Daniel Serpell
More...
almost 8 years ago
Skip spaces before testing for end of line.
Daniel Serpell
More...
almost 8 years ago
Cleanup memory pointers, optimize pointer initializations.
Daniel Serpell
More...
almost 8 years ago
Optimize a few more bytes.
Daniel Serpell
More...
almost 8 years ago
Adds an optimizer pass to replace A <= x with A < x+1.
Daniel Serpell
More...
almost 8 years ago
Simplify editor code a little.
Daniel Serpell
More...
almost 8 years ago
Simplify and optimize labels (PROC/EXEC) handling.
Daniel Serpell
More...
almost 8 years ago
Better documentation for parser memory areas.
Daniel Serpell
More...
almost 8 years ago
Prepare for new release.
Daniel Serpell
More...
almost 8 years ago
Optimize variable/label search, a few bytes less.
Daniel Serpell
More...
almost 8 years ago
Allows any character inside string constants in the cross-compiler.
Daniel Serpell
More...
almost 8 years ago
Check overflow errors in the parsing bytecode buffer.
Daniel Serpell
More...
almost 8 years ago
Adds a new form of SOUND command, with only one parameter.
Daniel Serpell
More...
almost 8 years ago
Optimize EMIT_N parser instruction.
Daniel Serpell
More...
almost 8 years ago
Turn off sounds before returning to the IDE.
Daniel Serpell
More...
almost 8 years ago
←
1
2
…
20
21
22
23
24
25
26
27
28
29
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree