Skip to content

Commit

Permalink
update version info for 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcoles committed Jun 16, 2023
1 parent ae08437 commit 2c3a733
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
20 changes: 18 additions & 2 deletions E-VO.guide
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@database "e.guide"
@node MAIN
@title "Amiga E-VO v3.6.0"
@title "Amiga E-VO v3.6.1"

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

New in E-VO (3.6.1)

- add checks for object going over 64k
- fix 020 optimised address calculation for array of object (or ptr to
object) indexing
- added EXENAME and DESTDIR command line arguments to override the output
file name.
- fix casing for IeeeDPFloor and IeeeDPCeil
- Extend lists to handle 64k items instead of 32k.
- Fix #else preprocessor parsing issues

New in E-VO (3.6.0)
- EDBG: add support for ECX/EEC compiled executables
- fix issue with memfill that could cause odd address exception on 68000
Expand Down Expand Up @@ -921,6 +932,8 @@ v3.4.0 09.06.2021 -> 07.10.2021
v3.4.1 19.10.2021 -> 23.10.2021
v3.5.0 04.11.2021 -> 14.07.2022
v3.6.0 12.09.2022 -> 19.04.2023
v3.6.1 24.04.2023 -> 16.06.2023


@endnode
@node CH_0E
Expand Down Expand Up @@ -6583,6 +6596,9 @@ described in its own documentation in the Bin/Tools directory.
@title "17K. EDBG"
17K. EDBG
---------
Updates to v3.6.1
- Setting breakpoint caused crashes on certain versions of graphics.library

Updates to v3.6.0:
- add support for ECX/EEC compiled executables

Expand Down
2 changes: 1 addition & 1 deletion Updates.txt
Original file line number Diff line number Diff line change
Expand Up @@ -482,4 +482,4 @@ DATE HISTORY:
3.5.0 04.11.2021 -> 14.07.2022
3.5.1 08.08.2022 -> 06.09.2222
3.6.0 12.09.2022 -> 19.04.2023
3.6.1 24.04.2023 -> ?
3.6.1 24.04.2023 -> 16.06.2023

0 comments on commit 2c3a733

Please sign in to comment.