Avoid gcc warnings because of #pragma GCC system_header on older gcc.
[gnulib.git] / lib / math.in.h
2008-10-18 Bruno HaibleAvoid gcc warnings because of #pragma GCC system_header...
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-04-01 Eric BlakeGuarantee a definition of NAN.
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 Bruno HaibleAdd/remove some blank lines.
2007-10-28 Ben PfaffImplement 'isfinite' module.
2007-10-28 Ben PfaffCheck whether round* exist in libraries, not just wheth...
2007-10-20 Ben PfaffImplement 'round', 'roundf', 'roundl' modules.
2007-10-07 Bruno HaibleRename parameter 'exp' to 'expptr', to avoid gcc warnings.
2007-10-07 Bruno HaibleChange copyright notice from GPLv2+ to GPLv3+.
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.