summaryrefslogtreecommitdiff
path: root/lib/math.in.h
Commit message (Expand)AuthorAgeFilesLines
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* isnan: Use GCC built-ins when possible.Bruno Haible2010-12-311-2/+8
* New module 'trunc-ieee'.Bruno Haible2010-12-211-2/+10
* New module 'ceil-ieee'.Bruno Haible2010-12-211-0/+13
* New module 'floor-ieee'.Bruno Haible2010-12-211-0/+13
* New module 'truncf-ieee'.Bruno Haible2010-12-211-2/+10
* math: Fix indentation.Bruno Haible2010-12-211-1/+1
* isnan: Ensure it is a macro.Bruno Haible2010-12-201-0/+4
* Avoid line length limitation from HP NonStop system header files.Bruno Haible2010-10-041-0/+1
* Avoid some lines longer than 80 characters.Paul Eggert2010-10-031-7/+11
* frexpl: Fix a C++ test error on Solaris 8 and Cygwin.Bruno Haible2010-04-051-1/+1
* math: Fix some C++ test errors on Solaris 8 and Cygwin.Bruno Haible2010-04-041-33/+6
* math: Fix some C++ test errors on Solaris 8.Bruno Haible2010-04-041-14/+4
* math: Fix some C++ test errors on Cygwin.Bruno Haible2010-04-041-1/+25
* Emit #pragma system_header after the inclusion guard, not before.Bruno Haible2010-03-301-2/+2
* maint: use pragma consistently across replacement headersEric Blake2010-03-251-2/+2
* math: Avoid #define replacements in C++ mode.Bruno Haible2010-03-081-78/+194
* logb: Provide missing declaration for Cygwin.Bruno Haible2010-03-081-0/+14
* warn-on-use: use instead of link-warningEric Blake2010-01-201-90/+89
* New modules acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.Bruno Haible2010-01-191-30/+48
* math: add portability warnings for classification macrosEric Blake2010-01-111-4/+51
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* math, unistd: avoid redundant includesEric Blake2009-12-221-3/+0
* New module 'arg-nonnull'. Declare which arguments expect non-NULL values.Bruno Haible2009-12-111-2/+4
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-12/+12
* 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