d3dx9_36: Add support for DIB file in D3DXGetImageInfoFromFileInMemory.
[wine] / dlls / msvcp60 /
2013-03-26  Piotr Cabanmsvcp: Match parameters list and architecture with...
2013-03-25  Piotr Cabanmsvcp: Sync implementations.
2013-03-11  Andrew Talbotmsvcp60: Avoid signed-unsigned integer comparisons.
2013-01-25  Piotr Cabanmsvcp: Sync implementations.
2013-01-18  Piotr Cabanmsvcp: Sync implementations.
2012-12-03  Andrew Talbotmsvcp60: Remove unused semicolons.
2012-11-30  Piotr Cabanmsvcp: Sync spec files.
2012-11-28  Piotr Cabanmsvcp: Remove superfluous semicolons.
2012-11-28  Piotr Cabanmsvcp60: Added seekoff exports.
2012-11-28  Piotr Cabanmsvcp60: Added basic_filebuf<short>::_Initcvt export.
2012-11-28  Piotr Cabanmsvcp60: Added locale::Iscloc implementation.
2012-11-28  Piotr Cabanmsvcp60: Added locale::_Getfacet export.
2012-11-28  Piotr Cabanmsvcp60: Added locale::_Locimp::_Global export.
2012-11-28  Piotr Cabanmsvcp60: Forward bad_cast functions to msvcrt.
2012-11-27  Piotr Cabanmsvcp60: Export locale classes destructors.
2012-11-27  Piotr Cabanmsvcp: Sync implementations.
2012-11-27  Andrew Talbotmsvcp60: Remove superfluous semicolons.
2012-11-23  Francois Gougetmsvcp60: Make some codecvt_xxx() functions static or...
2012-11-19  Piotr Cabanmsvcp60: Fixed basic_string::_Copy implementation.
2012-11-19  Piotr Cabanmsvcp60: Fixed basic_string::_Tidy implementation.
2012-11-19  Piotr Cabanmsvcp60: Fixed handling of empty strings.
2012-11-19  Piotr Cabanmsvcp60: Export basic_ostream constructors.
2012-11-19  Piotr Cabanmsvcp60: Added basic_stringbuf::_Mode implementation.
2012-11-16  Piotr Cabanmsvcp: Sync implementations.
2012-11-14  Piotr Cabanmsvcp60: Added iostream tests.
2012-11-14  Piotr Cabanmsvcp60: Fixed basic_istream::getline(basic_string...
2012-11-14  Piotr Cabanmsvcp60: Fixed basic_istream::seekg implementation.
2012-11-14  Piotr Cabanmsvcp60: Fixed basic_istream::ipfx implementation.
2012-11-14  Piotr Cabanmsvcp60: Fixed num_put::fput implementation.
2012-11-14  Piotr Cabanmsvcp60: Fixed num_get class implementataion.
2012-11-14  Piotr Cabanmsvcp60: Remove mutex class.
2012-11-14  Piotr Cabanmsvcp60: Added basic_string tests.
2012-11-14  Piotr Cabanmsvcp60: Fixed basic_string::c_str implementation.
2012-11-14  Piotr Cabanmsvcp60: Fixed basic_filebuf<short> implementation.
2012-11-14  Piotr Cabanmsvcp60: Fixed basic_filebuf<char> implementation.
2012-11-07  Piotr Cabanmsvcp60: Fixed basic_streambuf class structure.
2012-11-07  Piotr Cabanmsvcp: Fixed uninitialized variable access in num_get...
2012-11-05  Daniel Lehmanmsvcp: Sync std::getline(istream<> &) implementations.
2012-11-02  Piotr Cabanmsvcp90: Use critical sections in mutex object.
2012-11-02  Piotr Cabanmsvcp90: Fixed incorrect sentry object usage.
2012-10-31  Daniel Lehmanmsvcp: Sync fpos usage and istream<>::tellg.
2012-10-29  Daniel Lehmanmsvcp: Sync istream<>::peek implementations.
2012-10-26  Daniel Lehmanmsvcp: Sync istream<>::seekg implementations.
2012-10-25  Daniel Lehmanmsvcp: Sync istream<>::_ignore.
2012-10-24  Daniel Lehmanmsvcp90: Set failbit at end of istream<>::sentry::_Ipfx.
2012-10-24  Piotr Cabanmsvcp: Sync implementations.
2012-10-22  Piotr Cabanmsvcp60: Copy correct number of characters in basic_str...
2012-10-19  Daniel Lehmanmsvcp: Sync num_put<> put_double.
2012-10-18  Daniel Lehmanmsvcp: Free facet and _Locimp in Locimp dtor.
2012-10-17  Piotr Cabanmsvcp: Sync implementations.
2012-10-17  Piotr Cabanmsvcp60: Fixed basic_stringbuf class structure.
2012-10-17  Piotr Cabanmsvcp60: Fixed overflow in basic_string_char_find_cstr_...
2012-10-17  Piotr Cabanmsvcp60: Added more std::getline functions.
2012-10-16  Daniel Lehmanmsvcp: Sync num_get<>::_Getifld.
2012-10-11  Piotr Cabanmsvcp: Sync implementations.
2012-10-10  Daniel Lehmanmsvcp: Flip fclose result check in filebuf<>::close.
2012-10-09  Piotr Cabanmsvcp60: Added missing 64-bit exports.
2012-10-08  Piotr Cabanmsvcp60: Added basic_istream::seekg implementation.
2012-10-08  Piotr Cabanmsvcp60: Added basic_fstream constructors implementation.
2012-10-08  Piotr Cabanmsvcp60: Added basic_ofstream constructors implementation.
2012-10-08  Piotr Cabanmsvcp60: Added basic_ifstream constructors implementation.
2012-10-08  Piotr Cabanmsvcp60: Added basic_fstream::open implementation.
2012-10-08  Piotr Cabanmsvcp60: Added basic_ofstream::open implementation.
2012-10-08  Piotr Cabanmsvcp60: Added basic_ifstream::open implementation.
2012-10-08  Piotr Cabanmsvcp60: Added basic_filebuf::open implementation.
2012-10-08  Piotr Cabanmsvcp60: Added __Fiopen implementation.
2012-10-04  Piotr Cabanmsvcp60: Fixed ctype class vtable.
2012-10-04  Piotr Cabanmsvcp60: Fixed vtables in IO classes.
2012-10-04  Piotr Cabanmsvcp60: Handle differences in basic_string::c_str...
2012-10-04  Piotr Cabanmsvcp60: Copy source files from msvcp90.
2012-10-04  Piotr Cabanmsvcp60: Sync exceptions implementations.
2012-09-12  Piotr Cabanmsvcp: Fixed displaying of not NULL-terminated strings...
2012-09-11  Piotr Cabanmsvcp: Prevent overflows while operating on string...
2012-09-07  Piotr Cabanmsvcp60: Fixed RTTI structure on 64-bit systems.
2012-08-20  Piotr Cabanmsvcrt: Fixed vector destructors implementation on...
2012-08-17  Piotr Cabanmsvcp60: Manually define virtual destructors in vtables.
2012-08-14  Piotr Cabanmsvcp: Rename msvcp90 debug channel.
2012-08-13  Michael Stefaniucmsvcp60: Avoid FALSE:TRUE conditional expressions.
2012-07-03  Piotr Cabanmsvcp60: Keep class definitions in separate file.
2012-07-02  Piotr Cabanmsvcp90: Fix __cdecl functions definitions that returns...
2012-06-29  Francois Gougetmsvcp60: Remove the msvcp90 debug channel from misc...
2012-06-28  Francois Gougetmsvcp60: Remove unused functions.
2012-06-28  Francois Gougetmsvcp60: Make _Lockit_ctor_locktype() static.
2012-04-04  Alexandre Julliardmsvcp60: Use the correct vtable pointer for type_info...
2012-04-04  Alexandre Julliardmsvcp60: Use DEFINE_RTTI_DATA to initialize exception...
2012-03-30  Piotr Cabanmsvcp: Sync spec files.
2012-03-29  Piotr Cabanmsvcp: Sync spec files.
2012-03-09  Thomas Fabermsvcp60: Fix build with MSVC.
2012-01-31  Austin Englishmsvcp60: Remove unnecessary assignments (LLVM/Clang).
2012-01-30  Piotr Cabanmsvcp60: Fix _Lockit class implementation.
2012-01-10  Piotr Cabanmsvcp60: Fix errors related to name demangling.
2012-01-10  Piotr Cabanmsvcp: Sync spec files.
2012-01-09  Francois Gougetmsvcp60: Add a trailing '\n' to a couple of TRACE(...
2012-01-05  Piotr Cabanmsvcp60: Added full basic_string::_Grow implementation.
2012-01-05  Piotr Cabanmsvcp60: Fix basic_string::rfind(char) implementation.
2012-01-05  Piotr Cabanmsvcp60: Added basic_string<unsigned short> implementation.
2012-01-04  Piotr Cabanmsvcp60: Added partial exceptions support.
2012-01-04  Piotr Cabanmsvcp60: Don't forward _Lockit calls to msvcp90.
2012-01-04  Piotr Cabanmsvcp60: Added basic_string<char> support.
2011-11-17  Piotr Cabanmsvcp: Sync spec files.
next