atom feed15 messages in org.freebsd.freebsd-standardsstandards/59797: Implement C99's roun...
FromSent OnAttachments
Steven G. KarglDec 9, 2003 8:43 pm 
Steven G. KarglDec 9, 2003 8:50 pm 
Steven G. KarglDec 10, 2003 9:12 am 
Steven G. KarglDec 10, 2003 9:20 am 
David SchultzJun 4, 2004 7:53 pm 
David SchultzJun 4, 2004 8:00 pm 
David SchultzJun 5, 2004 3:49 pm 
David SchultzJun 5, 2004 3:50 pm 
Steven G. KarglJun 7, 2004 1:28 am 
Steven G. KarglJun 7, 2004 1:30 am 
Steven G. KarglJun 7, 2004 1:33 am 
Steven G. KarglJun 7, 2004 1:39 am 
David SchultzJun 7, 2004 8:11 am 
David SchultzJun 7, 2004 10:10 pm 
David SchultzJun 7, 2004 10:20 pm 
Subject:standards/59797: Implement C99's round[f]() math fucntions
From:Steven G. Kargl (kar@troutmask.apl.washington.edu)
Date:Dec 9, 2003 8:43:23 pm
List:org.freebsd.freebsd-standards

Free@FreeBSD.org wrote:

Thank you very much for your problem report. It has the internal identification `standards/59797'. The individual assigned to look at your report is: freebsd-standards.

You can access the state of your problem report at any time via this link:

http://www.freebsd.org/cgi/query-pr.cgi?pr=59797

Category: standards Responsible: freebsd-standards Synopsis: Implement C99's round[f]() math fucntions Arrival-Date: Sat Nov 29 10:10:18 PST 2003

I've updated the patch to 1) handle Inf and NaN on input. 2) add a BUGS section to the man page about FP exception handling 3) hopefully comply better with style(9)