summaryrefslogtreecommitdiff
path: root/lib/math.in.h
Commit message (Expand)AuthorAgeFilesLines
* Avoid compilation error on QNX.Bruno Haible2009-07-271-0/+3
* Avoid syntax error on QNX.Bruno Haible2009-07-251-3/+3
* Second attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.Eric Blake2009-05-211-1/+1
* Fix compilation error introduced on 2009-04-25.Bruno Haible2009-04-301-0/+3
* Avoid link error when creating a namespace clean library.Bruno Haible2009-04-251-4/+4
* Attempt to work around another AIX 5.3, 6.1 compiler bug with include_next.Bruno Haible2008-11-201-1/+1
* Move the isnanf(), isnand(), isnanl() declarations to <math.h>.Bruno Haible2008-10-191-3/+70
* Avoid gcc warnings because of #pragma GCC system_header on older gcc.Bruno Haible2008-10-181-0/+2
* Avoid some "gcc -pedantic" warnings.Bruno Haible2008-08-301-0/+2
* Add isinf module.Ben Pfaff2008-07-251-0/+16
* Add isnan module.Ben Pfaff2008-07-121-0/+35
* Make truncl work on OSF/1 4.0.Bruno Haible2008-04-131-1/+2
* Work around Solaris 10 math.h bug.Eric Blake2008-04-121-3/+13
* Guarantee a definition of NAN.Eric Blake2008-03-311-1/+19
* Exploit the __builtin_signbit GCC built-in.Bruno Haible2008-01-261-0/+8
* Use REPLACE_ROUND instead of HAVE_DECL_ROUND.Bruno Haible2007-11-111-3/+3
* Use REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.Bruno Haible2007-10-291-1/+1
* Fix link errors with Sun C 5.0 on Solaris 10.Bruno Haible2007-10-291-4/+4
* Add/remove some blank lines.Bruno Haible2007-10-291-2/+2
* Implement 'isfinite' module.Ben Pfaff2007-10-271-0/+14
* Check whether round* exist in libraries, not just whether they are declared.Ben Pfaff2007-10-271-0/+3
* Implement 'round', 'roundf', 'roundl' modules.Ben Pfaff2007-10-201-0/+42
* Rename parameter 'exp' to 'expptr', to avoid gcc warnings.Bruno Haible2007-10-071-4/+4
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-5/+4
* New module 'ceill'.Bruno Haible2007-10-051-4/+6
* New module 'ceilf'.Bruno Haible2007-10-051-0/+13
* New module 'floorl'.Bruno Haible2007-10-051-4/+6
* New module 'floorf'.Bruno Haible2007-10-051-0/+13
* New module 'truncl'.Bruno Haible2007-10-051-0/+13
* New module 'truncf'.Bruno Haible2007-10-051-0/+26
* New module 'trunc'.Bruno Haible2007-10-041-0/+13
* Rename math_.h to math.in.h.Bruno Haible2007-10-021-0/+265