summaryrefslogtreecommitdiff
path: root/m4/math_h.m4
Commit message (Expand)AuthorAgeFilesLines
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* update nearly all FSF copyright year lists to include 2009Jim Meyering2009-12-291-1/+1
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-4/+4
* Move the isnanf(), isnand(), isnanl() declarations to <math.h>.Bruno Haible2008-10-191-1/+7
* Add isinf module.Ben Pfaff2008-07-251-0/+2
* Add isnan module.Ben Pfaff2008-07-121-0/+2
* Fix underquoting of AC_LANG_PROGRAM arguments.Bruno Haible2008-04-151-3/+3
* Make truncl work on OSF/1 4.0.Bruno Haible2008-04-131-2/+2
* * m4/math_h.m4 (gl_MATH_H): Fix typos.Jim Meyering2008-04-121-3/+3
* Work around Solaris 10 math.h bug.Eric Blake2008-04-121-1/+28
* Exploit the __builtin_signbit GCC built-in.Bruno Haible2008-01-261-28/+29
* Use REPLACE_ROUND instead of HAVE_DECL_ROUND.Bruno Haible2007-11-111-4/+4
* Use REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.Bruno Haible2007-10-291-2/+2
* Fix link errors with Sun C 5.0 on Solaris 10.Bruno Haible2007-10-291-41/+41
* Implement 'isfinite' module.Ben Pfaff2007-10-271-0/+2
* Implement 'round', 'roundf', 'roundl' modules.Ben Pfaff2007-10-201-0/+6
* New module 'ceill'.Bruno Haible2007-10-051-0/+1
* New module 'ceilf'.Bruno Haible2007-10-051-0/+2
* New module 'floorl'.Bruno Haible2007-10-051-0/+1
* New module 'floorf'.Bruno Haible2007-10-051-0/+2
* New module 'truncl'.Bruno Haible2007-10-051-0/+2
* New module 'truncf'.Bruno Haible2007-10-051-0/+2
* New module 'trunc'.Bruno Haible2007-10-041-1/+3
* * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBSTPaul Eggert2007-06-211-4/+2
* New module 'signbit'.Bruno Haible2007-04-061-4/+6
* New module 'ldexpl'.Bruno Haible2007-03-301-1/+3
* Provide a replacement for frexpl() if the system has it but it doesn't work.Bruno Haible2007-03-251-0/+1
* New module 'frexpl'.Bruno Haible2007-03-231-2/+3
* New module 'frexp'.Bruno Haible2007-03-221-1/+3
* Provide the option to declare the mathl functions also when the 'mathl'Bruno Haible2007-03-071-1/+15
* New module 'math'. <math.h> replaces mathl.h.Bruno Haible2007-02-181-0/+25