X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Message-ID: <554CE9A9.1080208@iki.fi> Date: Fri, 08 May 2015 19:51:53 +0300 From: "Andris Pavenis (andris DOT pavenis AT iki DOT fi)" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: ANNOUNCE: DJGPP 2.05 beta 1 References: <201505042003 DOT t44K3odg011007 AT delorie DOT com> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com On 05/08/2015 07:12 PM, Ozkan Sezer (sezeroz AT gmail DOT com) wrote: > On 5/4/15, Andris Pavenis (andris DOT pavenis AT iki DOT fi) > wrote: >> This is announcement of DJGPP 2.05 beta 1 >> >> It has numerous changes since previous DJGPP 2.04 beta 1 release in 2003. >> (http://www.delorie.com/djgpp/mail-archives/browse.cgi?p=djgpp-announce/2003/12/06/22:18:05) >> Unfortunately DJGPP v2.04 was never released and old beta version slowly >> became almost unusable together with other newer DJGPP packages. >> >> More information about changes in DJGPP 2.05 beta 1 is available at >> >> http://www.delorie.com/djgpp/doc/kb/ >> >> both in sections about changes in 2.04 and 2.05. The same information is >> also >> available in file info/kb.inf in djdev205.zip >> >> It needs a lot of testing. Please test it if you have time and/or are >> interested in any of the above features. Any level of testing would be >> appreciated. > Attached are two tiny patches: > > - ioctl-va_end.patch: adds missing va_end to unix ioctl case. > > - no-Wno-error.patch: removes -Wno-error special cases from > ioctl.c and fcntl.c build rules. Warnings seem to have been cured > since ioctl.c r1.8 and fcntl.c r1.10. Thanks. I applied them. Andris