svn commit: r209110 - in head/lib/msun: . src

Steve Kargl sgk at troutmask.apl.washington.edu
Sat Jun 12 18:05:56 UTC 2010


On Sat, Jun 12, 2010 at 05:32:05PM +0000, David Schultz wrote:
> Author: das
> Date: Sat Jun 12 17:32:05 2010
> New Revision: 209110
> URL: http://svn.freebsd.org/changeset/base/209110
> 
> Log:
>   Introduce __isnanf() as an alias for isnanf(), and make the isnan()
>   macro expand to __isnanf() instead of isnanf() for float arguments.
>   This change is needed because isnanf() isn't declared in strict POSIX
>   or C99 mode.
>   
>   Compatibility note: Apps using isnan(float) that are compiled after
>   this change won't link against an older libm.
>   

Does this then mean that libm's version number needs to be bumped?

-- 
Steve


More information about the svn-src-all mailing list