summaryrefslogtreecommitdiff
path: root/m4/math_h.m4
Commit message (Expand)AuthorAgeFilesLines
* 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