aboutsummaryrefslogtreecommitdiff
path: root/lib/msun/src/s_isnan.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Add __isnan()/__isnanf() aliases for compatibility with glibc and CUDADimitry Andric2019-11-021-0/+6
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-261-0/+2
* Revert r274772: it is not valid on MIPSEd Maste2014-11-251-2/+2
* Use canonical __PIC__ flagEd Maste2014-11-211-2/+2
* Only define isnan, isnanf, __isnan and __isnanf in libc.so, not inDimitry Andric2012-11-101-3/+4
* Introduce __isnanf() as an alias for isnanf(), and make the isnan()David Schultz2010-06-121-1/+3
* Replace s_isnan.c and s_isnanf.c with the more compact s_isnan.c fromDavid Schultz2004-08-051-27/+52
* o Implement C99 classification macros isfinite(), isinf(), isnan(),Mike Barcroft2003-02-121-0/+4
* Assume __STDC__, remove non-__STDC__ code.Alfred Perlstein2002-05-281-5/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-3/+3
* J.T. Conklin's latest version of the Sun math library.Jordan K. Hubbard1994-08-191-0/+38