File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 1+ [ v1.15.0] ( https://github.com/boriel/zxbasic/tree/v1.15.0 )
2+ ===
3+ + ! Fixed bugs and improved stability, specially with the optimizer
4+ + Variables and functions now allow underscore character
5+ * Peephole optimizer is now smarter
6+ * Compiler now allows config files to avoid repearing cmdline flags
7+ * Added #pragma once
8+
9+
110[ v1.14.1] ( https://github.com/boriel/zxbasic/tree/v1.14.1 )
211===
312+ Fixed bugs and improved stability
Original file line number Diff line number Diff line change 88#ifndef __LIBRARY_LCASE__
99
1010REM Avoid recursive / multiple inclusion
11+ #warning Deprecated library. Use < string .bas> instead
1112
1213#define __LIBRARY_LCASE__
1314
Original file line number Diff line number Diff line change 88#ifndef __LIBRARY_UCASE__
99
1010REM Avoid recursive / multiple inclusion
11+ #warning Deprecated library. Use < string .bas> instead
1112
1213#define __LIBRARY_UCASE__
1314
You can’t perform that action at this time.
0 commit comments