summaryrefslogtreecommitdiff
path: root/lib/isnan.c
Commit message (Expand)AuthorAgeFilesLines
* Put LGPLv2+ notices in source files where appropriate.Bruno Haible2021-06-041-7/+7
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* isnan: port to VAXPaul Eggert2013-10-301-3/+15
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* mark functions with const and pure attributesJim Meyering2011-11-281-1/+1
* isnanl[-nolibm]: Fix for platforms where 'long double' == 'double'.Bruno Haible2011-10-091-2/+2
* isnanl, isnand, isnanf: Work around MSVC bug.Bruno Haible2011-09-171-9/+12
* Revert "use _GL_ATTRIBUTE_CONST and _GL_ATTRIBUTE_PURE"Jim Meyering2011-04-251-9/+1
* use _GL_ATTRIBUTE_CONST and _GL_ATTRIBUTE_PUREJim Meyering2011-04-251-1/+9
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* isnanl: work around icc bugEric Blake2010-11-041-2/+2
* isnan: Add support for TinyCCLudovic Courtès2010-10-151-1/+2
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-3/+3
* Avoid a nearly redundant gcc warning.Bruno Haible2009-10-281-1/+13
* Use macros NaNf, NaNd, NaNl instead of NAN.Bruno Haible2008-04-021-2/+2
* Guarantee a definition of NAN.Eric Blake2008-03-311-2/+2
* Fix bug introduced on 2008-01-26.Bruno Haible2008-02-071-2/+2
* Fix bug with -0.0L in previous patch.Eric Blake2007-12-111-1/+3
* Detect pseudo-denormals on x86 even when cross-compiling.Eric Blake2007-12-111-1/+13
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-6/+5
* Recognize non-IEEE numbers on i386, x86_64, ia64.Bruno Haible2007-06-061-3/+36
* Work around bugs in the system's isnanf on IRIX and Solaris.Bruno Haible2007-05-191-2/+3
* New module 'isnanf-nolibm'.Bruno Haible2007-04-061-1/+13
* Work around DEC C 6.4 compiler bug.Bruno Haible2007-03-251-2/+5
* Correct bitwise comparison of 'long double' numbers.Bruno Haible2007-03-251-2/+6
* Work around bug regarding initializers in SunPRO C and Compaq C compilers.Bruno Haible2007-03-111-11/+22
* Merge isnan and isnanl into a single source file.Bruno Haible2007-02-251-13/+36
* New module 'isnan-nolibm'.Bruno Haible2007-02-241-0/+61