added missing dependencies to fix failing unistr/ tests
[gnulib.git] / lib / math.in.h
2010-04-05 Bruno Haiblefrexpl: Fix a C++ test error on Solaris 8 and Cygwin.
2010-04-04 Bruno Haiblemath: Fix some C++ test errors on Solaris 8 and Cygwin.
2010-04-04 Bruno Haiblemath: Fix some C++ test errors on Solaris 8.
2010-04-04 Bruno Haiblemath: Fix some C++ test errors on Cygwin.
2010-03-30 Bruno HaibleEmit #pragma system_header after the inclusion guard...
2010-03-25 Eric Blakemaint: use pragma consistently across replacement headers
2010-03-08 Bruno Haiblemath: Avoid #define replacements in C++ mode.
2010-03-07 Bruno Haiblelogb: Provide missing declaration for Cygwin.
2010-01-20 Eric Blakewarn-on-use: use instead of link-warning
2010-01-19 Bruno HaibleNew modules acosl, asinl, atanl, cosl, expl, logl,...
2010-01-11 Eric Blakemath: add portability warnings for classification macros
2010-01-01 Jim Meyeringupdate nearly all FSF copyright year lists to include...
2009-12-22 Eric Blakemath, unistd: avoid redundant includes
2009-12-11 Bruno HaibleNew module 'arg-nonnull'. Declare which arguments expec...
2009-12-10 Bruno HaibleUse spaces for indentation, not tabs.
2009-07-27 Bruno HaibleAvoid compilation error on QNX.
2009-07-25 Bruno HaibleAvoid syntax error on QNX.
2009-05-21 Eric BlakeSecond attempt to work around an AIX 5.3, 6.1 compiler...
2009-04-30 Bruno HaibleFix compilation error introduced on 2009-04-25.
2009-04-25 Bruno HaibleAvoid link error when creating a namespace clean library.
2008-11-20 Bruno HaibleAttempt to work around another AIX 5.3, 6.1 compiler...
2008-10-19 Bruno HaibleMove the isnanf(), isnand(), isnanl() declarations...
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.