From 2c3a73368a54b1b90fadf7d539e3208048e671af Mon Sep 17 00:00:00 2001 From: phantasm4489 Date: Fri, 16 Jun 2023 14:04:29 +0100 Subject: [PATCH] update version info for 3.6.1 --- E-VO.guide | 20 ++++++++++++++++++-- Updates.txt | 2 +- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/E-VO.guide b/E-VO.guide index 69f7f4a..e75b067 100644 --- a/E-VO.guide +++ b/E-VO.guide @@ -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 | @@ -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 @@ -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 @@ -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 diff --git a/Updates.txt b/Updates.txt index 82815a2..5e77319 100644 --- a/Updates.txt +++ b/Updates.txt @@ -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 -> ? \ No newline at end of file + 3.6.1 24.04.2023 -> 16.06.2023 \ No newline at end of file