Skip to content

Commit

Permalink
1) Fix: Optimisation error where multiple variables set to the same v…
Browse files Browse the repository at this point in the history
…alue were not set correctly.

2) Made the select source file window wider in EDBG to account for the full path being displayed.
  • Loading branch information
dmcoles committed Oct 23, 2021
1 parent 9d6f127 commit bd77848
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 3 deletions.
Binary file modified E-VO.S
Binary file not shown.
6 changes: 6 additions & 0 deletions E-VO.guide
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,11 @@ NOTE: in most cases you won't need to use any of these options
0D. changes / history / new features
------------------------------------

New in E-VO (3.4.1)
- Fix: Optimisation error where multiple variables set to the same value
were not set correctly.
- Made the select source file window wider in EDBG to account for the
full path being displayed.
New in E-VO (3.4.0)
- Name change to E-VO
- New version numbering 3.4.0
Expand Down Expand Up @@ -795,6 +800,7 @@ v3.3e 05.04.2000 -> 22.06.2000
v3.3f 03.01.2001 -> 15.10.2001
v3.3g 04.01.2002 -> 16.06.2003
v3.4.0 09.06.2021 -> 07.10.2021
v3.4.1 19.10.2021 -> 23.10.2021

@endnode
@node CH_0E
Expand Down
6 changes: 6 additions & 0 deletions Updates.txt
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,11 @@ Development restarted as E-VO by Darren Coles
a parameter that prevented the correct value from being passed.
- Fix: x AND 0 was returning incorrect value

(3.4.1)
- Fix: Optimisation error where multiple variables set to the same value
were not set correctly.
- Made the select source file window wider in EDBG to account for the
full path being displayed.

DATE HISTORY:
3.3b 20.11.1999 -> 12.12.1999
Expand All @@ -352,3 +357,4 @@ DATE HISTORY:
3.3f 03.01.2001 -> 15.10.2001
3.3g 04.01.2002 -> 16.06.2003
3.4.0 09.06.2021 -> 07.10.2021
3.4.1 19.10.2021 -> 23.10.2021
6 changes: 3 additions & 3 deletions tools/EDBG/edbg.e
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ RAISE "MEM" IF String()=NIL
PROC main() HANDLE
DEF options:PTR TO LONG,rdargs=NIL,exename[100]:STRING,e:PTR TO dbgwin,
pubconname[200]:STRING, i
title:='EDBG v3.3a, The E Debugger! © 1994-1997 Wouter (and Jason)'
title:='EDBG v3.4.1, The E Debugger! © 1994-1997 Wouter (and Jason), 2021 Darren Coles'
reqtitle:='EDBG'
vars:=newlist()
options:=[0,0,0]
Expand Down Expand Up @@ -1244,7 +1244,7 @@ PROC choose_source() HANDLE
ENDWHILE
easyguiA(reqtitle,
[EQROWS,
[LISTV,{sourcenum},'Select Source:',12,5,l,FALSE,0,0],
[LISTV,{sourcenum},'Select Source:',24,5,l,FALSE,0,0],
[BAR],
[COLS,[SPACEH],[BUTTON,0,'_Cancel',0,"c"],[SPACEH]]
],
Expand Down Expand Up @@ -1421,4 +1421,4 @@ EXCEPT DO
IF rexxsysbase THEN CloseLibrary(rexxsysbase)
ENDPROC
CHAR 0, '$VER: EDBG 3.3a', 0, 0
CHAR 0, '$VER: EDBG 3.4.1', 0, 0
Binary file modified tools/EDBG/pix/about.iff2
Binary file not shown.
Binary file modified tools/EDBG/pix/about.raw
Binary file not shown.

0 comments on commit bd77848

Please sign in to comment.