usp10: Move the application of pair values to a helper function.
[wine] / dlls / msvcp90 / msvcp90_main.c
2012-09-17  Piotr Cabanmsvcp90: VTBL_WRAPPER(60) is unused so remove it.
2012-09-07  Piotr Cabanmsvcp90: Pass RTTI base pointer from DllMain.
2012-09-05  Piotr Cabanmsvcp90: Fixed RTTI structure on 64-bit systems.
2012-08-15  Piotr Cabanmsvcp90: Use streamoff in std::_BADOFF definition.
2012-08-14  Piotr Cabanmsvcp: Rename msvcp90 debug channel.
2012-06-15  Piotr Cabanmsvcp90: Added cin, cout and cerr objects.
2012-06-12  Piotr Cabanmsvcp90: Fixed default locale constructor implementation.
2012-03-27  Piotr Cabanmsvcp90: Use DEFINE_RTTI_DATA to initialize exception...
2011-12-22  Piotr Cabanmsvcp90: Added ctype<wchar_t>::narrow functions impleme...
2011-12-20  Piotr Cabanmsvcp90: Added collate<char>::do_hash implementation.
2011-12-20  Piotr Cabanmsvcp90: Added collate<char>::compare implementation.
2011-12-20  Piotr Cabanmsvcp90: Added macro to call functions from vtable.
2011-09-13  Piotr Cabanmsvcp90: Added set_new_handler implementation.
2011-06-22  Piotr Cabanmsvcp90: Added _Lockit class implementation.
2011-05-27  Alexandre Julliardmsvcp90: Add an msvcp-specific size_t to avoid casts...
2011-05-04  Alexandre Julliardmsvcp: Export a couple of variables and their access...
2010-08-26  Francois Gougetmsvcp90: Make init_cxx_funcs() static.
2010-08-18  Piotr Cabanmsvcp90: Add exception throwing function.
2010-07-26  Piotr Cabanmsvcp90: Correctly declare pointers to delete/new funct...
2010-07-22  Piotr Cabanmsvcp90: Added allocator<char> implementation.
2010-07-21  Piotr Cabanmsvcp90: Added stub dll.