0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 3 hours ago.
Feb 09, 2025 — Feb 09, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Test PMGRAPHICS with a non-zero argument. More... almost 5 years ago
Don't special case unknown errors. More... almost 5 years ago
Simplify variable name copy. More... almost 5 years ago
Use static build for WIN32. More... almost 5 years ago
Update version to 4.5 release. More... almost 5 years ago
Update README. More... almost 5 years ago
Update samples to use @ syntax for calling PROCs. More... almost 5 years ago
Use @ as a shorthand for EXEC procedure call. More... almost 5 years ago
More optimizations to the parser. More... almost 5 years ago
Minor optimizations in the parser. More... almost 5 years ago
Simplify handling of negative numbers in read_word. More... almost 5 years ago
Update mini65 emulator. More... almost 5 years ago
Allows taking address of a variable with ADR() or &. More... almost 5 years ago
Fixes fbtest to output temporary files in build folder. More... almost 5 years ago
Fixes errors on make distclean and main make rule. More... almost 5 years ago
Move tests makefile to the main folder and include directly. More... almost 5 years ago
Split big makefile in parts. More... almost 5 years ago
Cleanup compiler flag handling in makefile. More... almost 5 years ago
Update version to 4.5 release candidate. More... almost 5 years ago
Always terminate lines with EOL in the editor. More... almost 5 years ago
Add a peephole optimization to remove "0 + VAR". More... almost 5 years ago
Fixes moving to a line past the end of the file. More... almost 5 years ago
Factorize new file creation and default filename on the editor. More... almost 5 years ago
Make exported symbols ZP to the IDE and command line compiler. More... almost 5 years ago
Make compilation process quieter, use colors to highlight errors. More... almost 5 years ago
Fixes writing negative numbers in the unabbreviated listing. More... almost 5 years ago
Fixes editor copy operation. More... almost 5 years ago
Add checking of number of parameters of PROC/EXEC to the cross-compiler. More... almost 5 years ago
Fixes detection of DATA/PROC redefinitions in the cross-compiler. More... almost 5 years ago
Fixes PROC with more than 2 parameters. More... almost 5 years ago