| Commit message (Expand) | Author | Age | Files | Lines |
* | maint: run 'make update-copyright' | Paul Eggert | 2020-12-31 | 1 | -1/+1 |
* | Use __builtin_isnan with clang. | Bruno Haible | 2020-08-09 | 1 | -16/+7 |
* | isnanf, isnanl, isnan: Don't use nonexistent builtins with clang. | Bruno Haible | 2020-05-23 | 1 | -4/+13 |
* | maint: Run 'make update-copyright' | Paul Eggert | 2019-12-31 | 1 | -1/+1 |
* | maint: Run 'make update-copyright' | Paul Eggert | 2019-01-01 | 1 | -1/+1 |
* | maint: Run 'make update-copyright' | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
* | Improve cross-compilation guesses for native Windows. | Bruno Haible | 2017-07-13 | 1 | -2/+14 |
* | version-etc: new year | Paul Eggert | 2017-01-01 | 1 | -1/+1 |
* | version-etc: new year | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
* | printf, isinf, etc.: noncanonical != NaN | Paul Eggert | 2015-02-20 | 1 | -29/+10 |
* | version-etc: new year | Paul Eggert | 2014-12-31 | 1 | -1/+1 |
* | Fix LDBL80_WORDS macro on big endian platforms. | Bruno Haible | 2014-12-05 | 1 | -2/+2 |
* | maint: update copyright | Eric Blake | 2014-01-01 | 1 | -1/+1 |
* | maint: update all copyright year number ranges | Eric Blake | 2013-01-01 | 1 | -1/+1 |
* | maint: update all copyright year number ranges | Jim Meyering | 2012-01-01 | 1 | -1/+1 |
* | isnanl[-nolibm]: Fix for platforms where 'long double' == 'double'. | Bruno Haible | 2011-10-09 | 1 | -2/+4 |
* | isnanl*: Respect rules for use of AC_LIBOBJ. | Bruno Haible | 2011-06-16 | 1 | -6/+1 |
* | isnan*: Separate the AC_LIBOBJ invocations. | Bruno Haible | 2011-06-16 | 1 | -6/+7 |
* | Comments. | Bruno Haible | 2011-05-09 | 1 | -0/+1 |
* | maint: update almost all copyright ranges to include 2011 | Jim Meyering | 2011-01-01 | 1 | -1/+1 |
* | Put more information about failed tests into the test return codes. | Bruno Haible | 2010-12-06 | 1 | -22/+26 |
* | Modernize AC_TRY_RUN invocations. | Bruno Haible | 2010-08-26 | 1 | -13/+16 |
* | Modernize AC_TRY_LINK invocations. | Bruno Haible | 2010-08-26 | 1 | -21/+25 |
* | update nearly all FSF copyright year lists to include 2010 | Jim Meyering | 2010-01-01 | 1 | -1/+1 |
* | avoid gcc 3.4.3 bug on long double NaN on Irix 6.5 | Eric Blake | 2009-02-26 | 1 | -4/+14 |
* | Don't use AC_REQUIRE([AC_C_BIGENDIAN]). | Bruno Haible | 2009-01-20 | 1 | -2/+2 |
* | many *.m4 files: improve m4 quoting | Jim Meyering | 2009-01-14 | 1 | -3/+3 |
* | Move the isnanf(), isnand(), isnanl() declarations to <math.h>. | Bruno Haible | 2008-10-19 | 1 | -5/+4 |
* | Move macros for finding floating-point exponents into separate M4 files. | Ben Pfaff | 2008-07-25 | 1 | -94/+1 |
* | Comment. | Bruno Haible | 2008-07-13 | 1 | -1/+1 |
* | Add isnan module. | Ben Pfaff | 2008-07-12 | 1 | -4/+9 |
* | Stricter test whether isnanl works. | Bruno Haible | 2008-04-27 | 1 | -1/+5 |
* | Use the GCC built-in __builtin_isnanl (if it works). | Bruno Haible | 2008-01-26 | 1 | -5/+17 |
* | Guess isnanl does not work when cross-compiling to ia64, x86_64, i386. | Bruno Haible | 2007-06-13 | 1 | -4/+10 |
* | Recognize non-IEEE numbers on i386, x86_64, ia64. | Bruno Haible | 2007-06-06 | 1 | -3/+71 |
* | Assume 'long double' exists. | Bruno Haible | 2007-04-06 | 1 | -48/+41 |
* | Clarify the dependencies on libm. | Bruno Haible | 2007-04-03 | 1 | -0/+1 |
* | Oops. | Bruno Haible | 2007-03-22 | 1 | -1/+1 |
* | New module 'isnanl'. | Bruno Haible | 2007-03-22 | 1 | -15/+131 |
* | Also handle the case that isnan is a "type-generic" macro. | Bruno Haible | 2007-02-25 | 1 | -4/+14 |
* | New module 'isnanl-nolibm'. | Bruno Haible | 2007-02-24 | 1 | -0/+114 |