Skip to content

Commit 2c3a733

Browse files
committed
update version info for 3.6.1
1 parent ae08437 commit 2c3a733

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

E-VO.guide

+18-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
@database "e.guide"
22
@node MAIN
3-
@title "Amiga E-VO v3.6.0"
3+
@title "Amiga E-VO v3.6.1"
44

55
+-----------------------------------------------+
66
| |
7-
| Amiga E-VO v3.6.0 |
7+
| Amiga E-VO v3.6.1 |
88
| Compiler for The E Language |
99
| Originally By Wouter van Oortmerssen |
1010
| Updates By GRIO 1999-2003 |
@@ -342,6 +342,17 @@ NOTE: in most cases you won't need to use any of these options
342342
0D. changes / history / new features
343343
------------------------------------
344344

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+
345356
New in E-VO (3.6.0)
346357
- EDBG: add support for ECX/EEC compiled executables
347358
- 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
921932
v3.4.1 19.10.2021 -> 23.10.2021
922933
v3.5.0 04.11.2021 -> 14.07.2022
923934
v3.6.0 12.09.2022 -> 19.04.2023
935+
v3.6.1 24.04.2023 -> 16.06.2023
936+
924937

925938
@endnode
926939
@node CH_0E
@@ -6583,6 +6596,9 @@ described in its own documentation in the Bin/Tools directory.
65836596
@title "17K. EDBG"
65846597
17K. EDBG
65856598
---------
6599+
Updates to v3.6.1
6600+
- Setting breakpoint caused crashes on certain versions of graphics.library
6601+
65866602
Updates to v3.6.0:
65876603
- add support for ECX/EEC compiled executables
65886604

Updates.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -482,4 +482,4 @@ DATE HISTORY:
482482
3.5.0 04.11.2021 -> 14.07.2022
483483
3.5.1 08.08.2022 -> 06.09.2222
484484
3.6.0 12.09.2022 -> 19.04.2023
485-
3.6.1 24.04.2023 -> ?
485+
3.6.1 24.04.2023 -> 16.06.2023

0 commit comments

Comments
 (0)