|
1 | 1 | @database "e.guide"
|
2 | 2 | @node MAIN
|
3 |
| -@title "Amiga E-VO v3.6.0" |
| 3 | +@title "Amiga E-VO v3.6.1" |
4 | 4 |
|
5 | 5 | +-----------------------------------------------+
|
6 | 6 | | |
|
7 |
| - | Amiga E-VO v3.6.0 | |
| 7 | + | Amiga E-VO v3.6.1 | |
8 | 8 | | Compiler for The E Language |
|
9 | 9 | | Originally By Wouter van Oortmerssen |
|
10 | 10 | | Updates By GRIO 1999-2003 |
|
@@ -342,6 +342,17 @@ NOTE: in most cases you won't need to use any of these options
|
342 | 342 | 0D. changes / history / new features
|
343 | 343 | ------------------------------------
|
344 | 344 |
|
| 345 | + New in E-VO (3.6.1) |
| 346 | + |
| 347 | + - add checks for object going over 64k |
| 348 | + - fix 020 optimised address calculation for array of object (or ptr to |
| 349 | + object) indexing |
| 350 | + - added EXENAME and DESTDIR command line arguments to override the output |
| 351 | + file name. |
| 352 | + - fix casing for IeeeDPFloor and IeeeDPCeil |
| 353 | + - Extend lists to handle 64k items instead of 32k. |
| 354 | + - Fix #else preprocessor parsing issues |
| 355 | + |
345 | 356 | New in E-VO (3.6.0)
|
346 | 357 | - EDBG: add support for ECX/EEC compiled executables
|
347 | 358 | - fix issue with memfill that could cause odd address exception on 68000
|
@@ -921,6 +932,8 @@ v3.4.0 09.06.2021 -> 07.10.2021
|
921 | 932 | v3.4.1 19.10.2021 -> 23.10.2021
|
922 | 933 | v3.5.0 04.11.2021 -> 14.07.2022
|
923 | 934 | v3.6.0 12.09.2022 -> 19.04.2023
|
| 935 | +v3.6.1 24.04.2023 -> 16.06.2023 |
| 936 | + |
924 | 937 |
|
925 | 938 | @endnode
|
926 | 939 | @node CH_0E
|
@@ -6583,6 +6596,9 @@ described in its own documentation in the Bin/Tools directory.
|
6583 | 6596 | @title "17K. EDBG"
|
6584 | 6597 | 17K. EDBG
|
6585 | 6598 | ---------
|
| 6599 | +Updates to v3.6.1 |
| 6600 | +- Setting breakpoint caused crashes on certain versions of graphics.library |
| 6601 | + |
6586 | 6602 | Updates to v3.6.0:
|
6587 | 6603 | - add support for ECX/EEC compiled executables
|
6588 | 6604 |
|
|
0 commit comments