Searched hist:209110 (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/lib/msun/src/
H A Ds_isnan.cdiff 209110 Sat Jun 12 15:44:10 MDT 2010 das 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.

Reported by: Florian Forster <octo@verplant.org>
H A Dmath.hdiff 209110 Sat Jun 12 15:44:10 MDT 2010 das 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.

Reported by: Florian Forster <octo@verplant.org>
/freebsd-9.3-release/lib/msun/
H A DSymbol.mapdiff 209110 Sat Jun 12 15:44:10 MDT 2010 das 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.

Reported by: Florian Forster <octo@verplant.org>

Completed in 129 milliseconds