File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ Version 7.0.0
5
5
- Cleaned up the Spin parser to enable direct access to struct/obj members
6
6
- Fixed long relative branches (tjz, djnz, etc.)
7
7
8
+ Version 6.9.10
9
+ - Fix compilation error when GETWORD is replaced by MOV or MUL
10
+ - Fix varargs calls in nucode when no varying arguments present
11
+ - Fix an incorrect warning about locals shadowing globals in C
12
+
13
+ Version 6.9.9
14
+ - Fixed `--compress` flag on Windows
15
+ - Added `--zip` flag to flexcc
16
+ - Improved handling of file names in .zip output
17
+ - Improved error message for sizeof(x) when x is undefined
18
+
8
19
Version 6.9.8
9
20
- Fix `#foo+CONST` calculation
10
21
Original file line number Diff line number Diff line change 7
7
#define VERSION_MAJOR 7
8
8
#define VERSION_MINOR 0
9
9
#define VERSION_REV 0
10
- #define BETA "-beta "
10
+ #define BETA "-alpha "
11
11
12
12
#define VERSIONSTR version_string
13
13
You can’t perform that action at this time.
0 commit comments