summaryrefslogtreecommitdiff
path: root/m4/isnanl.m4
Commit message (Expand)AuthorAgeFilesLines
* maint: run 'make update-copyright'Simon Josefsson2023-01-011-1/+1
* maint: run 'make update-copyright'Paul Eggert2022-01-011-1/+1
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* Use __builtin_isnan with clang.Bruno Haible2020-08-091-16/+7
* isnanf, isnanl, isnan: Don't use nonexistent builtins with clang.Bruno Haible2020-05-231-4/+13
* 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
* Improve cross-compilation guesses for native Windows.Bruno Haible2017-07-131-2/+14
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* printf, isinf, etc.: noncanonical != NaNPaul Eggert2015-02-201-29/+10
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* Fix LDBL80_WORDS macro on big endian platforms.Bruno Haible2014-12-051-2/+2
* maint: update copyrightEric Blake2014-01-011-1/+1
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* isnanl[-nolibm]: Fix for platforms where 'long double' == 'double'.Bruno Haible2011-10-091-2/+4
* isnanl*: Respect rules for use of AC_LIBOBJ.Bruno Haible2011-06-161-6/+1
* isnan*: Separate the AC_LIBOBJ invocations.Bruno Haible2011-06-161-6/+7
* Comments.Bruno Haible2011-05-091-0/+1
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* Put more information about failed tests into the test return codes.Bruno Haible2010-12-061-22/+26
* Modernize AC_TRY_RUN invocations.Bruno Haible2010-08-261-13/+16
* Modernize AC_TRY_LINK invocations.Bruno Haible2010-08-261-21/+25
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* avoid gcc 3.4.3 bug on long double NaN on Irix 6.5Eric Blake2009-02-261-4/+14
* Don't use AC_REQUIRE([AC_C_BIGENDIAN]).Bruno Haible2009-01-201-2/+2
* many *.m4 files: improve m4 quotingJim Meyering2009-01-141-3/+3
* Move the isnanf(), isnand(), isnanl() declarations to <math.h>.Bruno Haible2008-10-191-5/+4
* Move macros for finding floating-point exponents into separate M4 files.Ben Pfaff2008-07-251-94/+1
* Comment.Bruno Haible2008-07-131-1/+1
* Add isnan module.Ben Pfaff2008-07-121-4/+9
* Stricter test whether isnanl works.Bruno Haible2008-04-271-1/+5
* Use the GCC built-in __builtin_isnanl (if it works).Bruno Haible2008-01-261-5/+17
* Guess isnanl does not work when cross-compiling to ia64, x86_64, i386.Bruno Haible2007-06-131-4/+10
* Recognize non-IEEE numbers on i386, x86_64, ia64.Bruno Haible2007-06-061-3/+71
* Assume 'long double' exists.Bruno Haible2007-04-061-48/+41
* Clarify the dependencies on libm.Bruno Haible2007-04-031-0/+1
* Oops.Bruno Haible2007-03-221-1/+1
* New module 'isnanl'.Bruno Haible2007-03-221-15/+131
* Also handle the case that isnan is a "type-generic" macro.Bruno Haible2007-02-251-4/+14
* New module 'isnanl-nolibm'.Bruno Haible2007-02-241-0/+114