Date: Tue, 17 Jun 1997 11:09:07 +0300 (IDT) From: Eli Zaretskii To: Phil Galbiati cc: dj AT delorie DOT com, djgpp AT delorie DOT com Subject: Re: Symify crashes in Windows Dos box In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 16 Jun 1997, Phil Galbiati wrote: > If somebody who has access to these standards could comment on the > subject, I would appreciate it. Amazingly enough, ANSI standard doesn't seem to say anything about this, at least in the context of `printf' and friends. The description of functions does say that they should NOT generate any exceptions but set `errno' to EDOMAIN or ERANGE (which apparently is NOT the case with math functions in libc.a), but it keeps silence about float conversions in `printf'. From various related sources, it seems that the most relevant place to look is the IEEE standard, but I don't have access to it. Anybody?