X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f From: Message-Id: <200412311313.iBVDDReL006478@speedy.ludd.ltu.se> Subject: C99 TC2 To: DJGPP-WORKERS Date: Fri, 31 Dec 2004 14:13:27 +0100 (CET) X-Mailer: ELM [version 2.4ME+ PL78 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-ltu-MailScanner-Information: Please contact the ISP for more information X-ltu-MailScanner: Found to be clean X-MailScanner-From: ams AT ludd DOT ltu DOT se Reply-To: djgpp-workers AT delorie DOT com Hello. FYI, the second technical corrigendum for C99 can be downloaded here . Short non-complete summary by me: 7.12.6.5 ilogb: allow domain error; error if x is 0, Inf or NaN. 7.12.6.11 logb: allow range error 7.12.7.4 pow: allow range error 7.12.8.4 tgamma: allow range error 7.12.9.5 lrint, llrint: allow domain error 7.12.9.7 lround, llround: allow domain error 7.12.10.2 remainder: allow domain error and 0 return 7.12.10.3 remquo: allow domain error and 0 return 7.12.13.1 fma: allow range error (You should really check it your-selves.) Right, MartinS