X-Sybari-Space: 00000000 00000000 00000000 00000000 From: Martin Stromberg Message-Id: <200304231054.MAA07312@lws256.lu.erisoft.se> Subject: Re: 2.04 status page / 2.04 alpha 1 release schedule To: djgpp-workers AT delorie DOT com Date: Wed, 23 Apr 2003 12:54:26 +0200 (MET DST) In-Reply-To: <3EA65605.D387FADA@phekda.freeserve.co.uk> from "Richard Dawe" at Apr 23, 2003 09:59:49 AM X-Mailer: ELM [version 2.5 PL3] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Hi. Richard said: > Please could people check the 2.04 status page, to make sure that I haven't > forgotten any issues: > > http://www.phekda.freeserve.co.uk/richdawe/djgpp/2.04/status204.html Issues not specific to DJGPP 2.04, but could be fixed in it * The default stack size, 512KB... Now there is an option to stubify to set that. Or are you talking about gxx? * Some DJGPP utilities do not have documentation: symify, go32-v2, stubify, stubedit, exe2coff, dxegen, edebug32 & fsdb. Later: Most of them do now. All the one mentioned do have now. * The sources do not build with gcc 3.3, because of its more strict checking... Are you serious about priority 1? 1. That one isn't released yet, right? 2. You can disable it with -Wno-strict-alias, right? 3a. Given the buggy behaviour of the first releases of 3.something I'll probably not touch that one for a long time. 3b. I suggest we try to correct more serious problems/missing stuff (but you decide what you want to do on your time). I'd give it 4 or perhaps maybe possibly 3. Resolved Issues * remove, select, llseek and fchown don't have any tests. Add strtold(). Right, MartinS