www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp-workers/2001/12/07/19:59:26

X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f
X-Authentication-Warning: smtp3.ihug.com.au: Host p519-apx1.syd.ihug.com.au [203.173.142.11] claimed to be acceleron
Message-ID: <000901c17f83$9fc51060$0102a8c0@acceleron>
From: "Andrew Cottrell" <acottrel AT ihug DOT com DOT au>
To: <djgpp-workers AT delorie DOT com>, "Charles Sandmann" <sandmann AT clio DOT rice DOT edu>
Subject: DJGPP 2.03 update
Date: Sat, 8 Dec 2001 11:59:11 +1100
MIME-Version: 1.0
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
Reply-To: djgpp-workers AT delorie DOT com

Charles,

I spotted change that was missed, but it was also forgotten in the original
2.03. The stub.asm file ws not updated when DJGPP 2.03 was released. The
stub.asm on the CVS trunk is as is the version in the updated 2.03 source
zip:

        .org    0                       ; just in case
stubinfo:
stubinfo_magic:                         ; char [16]
        .db     "go32stub, v 2.02"      ; version may change, [0..7] won't
stubinfo_size:                          ; unsigned long
        .dd     stubinfo_end            ; bytes in structure

My suggestion is to change the stub.asm file to:-
        .db     "go32stub, v 2.03"      ; version may change, [0..7] won't

What do you think about this?

The reason I am bringing this up is that I need a way of checking that I
have installed the updated exe files and don't have any of the "old" 2.03
files when I try the files on my XP box.

Andrew

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019