Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
[gnulib.git] / modules / math
2008-10-19 Bruno HaibleMove the isnanf(), isnand(), isnanl() declarations...
2008-08-30 Bruno HaibleAvoid some "gcc -pedantic" warnings.
2008-07-26 Ben PfaffAdd isinf module.
2008-07-12 Ben PfaffAdd isnan module.
2008-04-13 Bruno HaibleMake truncl work on OSF/1 4.0.
2008-04-12 Eric BlakeWork around Solaris 10 math.h bug.
2008-01-26 Bruno HaibleExploit the __builtin_signbit GCC built-in.
2007-11-11 Bruno HaibleUse REPLACE_ROUND instead of HAVE_DECL_ROUND.
2007-10-29 Bruno HaibleUse REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
2007-10-29 Bruno HaibleFix link errors with Sun C 5.0 on Solaris 10.
2007-10-28 Ben PfaffImplement 'isfinite' module.
2007-10-20 Ben PfaffImplement 'round', 'roundf', 'roundl' modules.
2007-10-05 Bruno HaibleNew module 'ceill'.
2007-10-05 Bruno HaibleNew module 'ceilf'.
2007-10-05 Bruno HaibleNew module 'floorl'.
2007-10-05 Bruno HaibleNew module 'floorf'.
2007-10-04 Bruno HaibleNew module 'truncl'.
2007-10-04 Bruno HaibleNew module 'truncf'.
2007-10-04 Bruno HaibleNew module 'trunc'.
2007-10-01 Bruno HaibleRename math_.h to math.in.h.
2007-06-21 Paul Eggert* m4/include_next.m4 (gl_INCLUDE_NEXT): Define and...
2007-05-17 Paul Eggert* lib/fcntl_.h: Prefer #include_next <foo.h> to #include
2007-04-06 Bruno HaibleNew module 'signbit'.
2007-03-30 Bruno HaibleNew module 'ldexpl'.
2007-03-25 Bruno HaibleProvide a replacement for frexpl() if the system has...
2007-03-23 Bruno HaibleNew module 'frexpl'.
2007-03-22 Bruno HaibleNew module 'frexp'.
2007-03-07 Bruno HaibleProvide the option to declare the mathl functions also...
2007-02-18 Bruno HaibleNew module 'math'. <math.h> replaces mathl.h.