xmllite: Fail to set input for external IXmlReaderInput.
[wine] / dlls / msvcp90 / math.c
2013-01-25  Piotr Cabanmsvcp90: Added std::pow(complex) and std::sqrt(complex...
2013-01-25  Piotr Cabanmsvcp90: Added std::norm(complex) and std::polar(comple...
2013-01-25  Piotr Cabanmsvcp90: Added std::log(complex) and std::exp(complex...
2013-01-24  Piotr Cabanmsvcp90: Added complex hyperbolic functions implementation.
2013-01-24  Piotr Cabanmsvcp90: Added complex trigonometric functions implemen...
2013-01-24  Piotr Cabanmsvcp90: Added std::conj(complex) implementation.
2013-01-24  Piotr Cabanmsvcp90: Added std::abs(complex) implementation.
2013-01-24  Piotr Cabanmsvcp90: Added complex::real and complex::imag implemen...
2013-01-16  Piotr Cabanmsvcp90: Added std::arg(complex) implementation.
2013-01-16  Piotr Cabanmsvcp90: Added operators working on complex numbers.
2013-01-16  Piotr Cabanmsvcp90: Added complex<{float, double, long double...
2012-01-10  Piotr Cabanmsvcp90: Fix errors related to name demangling.
2011-05-05  Alexandre Julliardmsvcp: Export the various floating point constants.
2011-05-04  Alexandre Julliardmsvcp: Implement the Ctraits math functions.
2011-05-04  Alexandre Julliardmsvcp: Implement the numeric limit functions.
2011-05-04  Alexandre Julliardmsvcp: Implement the numeric limit constants.