File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.8.3
2+ current_version = 1.8.4
33files = version.py
44
Original file line number Diff line number Diff line change 1+ ================================================================
2+ Changes from Version 1.8.3 to 1.8.4
3+ ! Several bugfixes with contants declaration
4+ + Suport for UTF-8 BOM files
5+ ! Bugfixes with -O3 crash
6+ ! Fixes crash with arrays
7+ ! Other bugfixes and better stability
8+ * Better warning explanation under some circumstances
9+
110================================================================
211Changes from Version 1.8.2 to 1.8.3
312! Bugfix in the peephole optimizer (-O2)
@@ -12,6 +21,7 @@ Changes from Version 1.8.1 to 1.8.2
1221+ Shorter and faster generated code (deep optimizations)
1322! Bugfix in the PRINT42 routine that now supports newlines, etc
1423+ Implemented routine input42 (INPUT42.BAS) for PRINT42 mode
24+
1525================================================================
1626Changes from Version 1.8.0 to 1.8.1
1727! Bugfixes in the peephole optimizer
Original file line number Diff line number Diff line change 1- VERSION = '1.8.3 '
1+ VERSION = '1.8.4 '
You can’t perform that action at this time.
0 commit comments