Date: Mon, 11 Oct 1999 19:11:25 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Leonid Pauzner cc: djgpp AT delorie DOT com Subject: Re: DJGPP 2.02: redir.exe on FPU-less machine... In-Reply-To: <2.07b4.N6KT.FJG5J5@pauzner.mccme.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 11 Oct 1999, Leonid Pauzner wrote: > Greetings! Your patched version now works OK; > as an additional feature it is not returning rubbish > when compilation process interrupted by the user with ^C Yes, this was the reason for adding the call to a function that toggles exceptions in the first place. But this was done in v2.02, so the version of redir from v2.02 should NOT have any problems with being interrupted by Ctrl-C. If this is not the case, please tell the details (what rubbish is that). > Since you were working with emu387.dxe > haw about recompiling wmemu387.dxe/libwmemu.a > and submitting it onto Simtelnet site It's on my todo list, but a single person can only do this much... Volunteers are welcome to come to help ;-). > >From the other hand, DJ emu387.dxe does an unpredictable > errors in math functions, ATAN() for example, so it would be nice > to fix few functions based on WMemu387 sources, > though I am not sure this is worth doing... Do these problems persist in the new emu387.dxe that I sent you earlier? If so, please post the details (a program that demonstrates the errors would be nice).