widl: Print large enum constants in hex.
[wine] / dlls / msvcp90 /
2012-11-19  Michael Stefaniucmsvcp: Don't cast zero.
2012-11-16  Piotr Cabanmsvcp: Sync implementations.
2012-11-16  Piotr Cabanmsvcp90: Added wctrans and towctrans tests.
2012-11-16  Piotr Cabanmsvcp90: Added wctrans and towctrans implementation.
2012-11-14  Piotr Cabanmsvcp90: Fixed basic_istream_char_read_uint64 tests.
2012-11-12  Piotr Cabanmsvcp90: Fixed a memory leak in virtual destructor...
2012-11-12  Piotr Cabanmsvcp90: Free memory allocated by _get_current_locale...
2012-11-09  Daniel Lehmanmsvcp90/tests: Add fstream<>::tellg tests.
2012-11-07  Piotr Cabanmsvcp: Fixed uninitialized variable access in num_get...
2012-11-07  Piotr Cabanmsvcp90: Destroy string returned by basic_stringbuf_cha...
2012-11-07  Piotr Cabanmsvcp90: Fixed long long printing in tests.
2012-11-05  Daniel Lehmanmsvcp90: Use streambuf sgetc/snextc in std::getline...
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 Lehmanmsvcp90: In istream<>::tellg don't use sentry.
2012-10-31  Daniel Lehmanmsvcp90: Fix usage of fpos<>::off vs fpos<>::pos.
2012-10-31  Daniel Lehmanmsvcp90: Update fpos<>::off instead of pos in stringbuf...
2012-10-29  Daniel Lehmanmsvcp90: Set eof state in istream<>::peek if got eof.
2012-10-26  Daniel Lehmanmsvcp90: In istream::seekg, don't use sentry and clear...
2012-10-25  Daniel Lehmanmsvcp90: Set state at end of istream<>::ignore.
2012-10-24  Daniel Lehmanmsvcp90: Set failbit at end of istream<>::sentry::_Ipfx.
2012-10-24  Piotr Cabanmsvcp90: Convert characters to unsigned char before...
2012-10-19  Daniel Lehmanmsvcp90: In num_put, use default precision of 6 if...
2012-10-18  Daniel Lehmanmsvcp: Free facet and _Locimp in Locimp dtor.
2012-10-17  Piotr Cabanmsvcp: Sync implementations.
2012-10-17  Piotr Cabanmsvcp90: Added _Nomemory implementation.
2012-10-17  Piotr Cabanmsvcp90: Fixed strstreambuf_ctor_get implementation.
2012-10-16  Daniel Lehmanmsvcp90: Fix num_get<>::_Getffld.
2012-10-12  Daniel Lehmanmsvcp90: In codecvt<wchar_t>::do_out, copy local buffer...
2012-10-12  Daniel Lehmanmsvcp90: Fix parsing in num_get<>::_Getifld.
2012-10-10  Daniel Lehmanmsvcp90: Copy facetvec element pointer in copy ctor.
2012-10-10  Daniel Lehmanmsvcp90: Initialize state in mb_to_wc.
2012-10-09  Daniel Lehmanmsvcp90: Fix export for fstream<wchar_t> ctor.
2012-10-09  Daniel Lehmanmsvcp90: Fix cxx exception information for 64-bit.
2012-10-09  Daniel Lehmanmsvcp90: Flip fclose result check in filebuf<>::close.
2012-10-09  Daniel Lehmanmsvcp90: Change basic_ios<wchar_t>::imbue to match...
2012-10-04  Piotr Cabanmsvcp90: Added _Winit class implementation.
2012-10-04  Piotr Cabanmsvcp90: Added ios_base::Init class implementation.
2012-10-04  Piotr Cabanmsvcp90: Fixed io classes cleaning.
2012-10-04  Piotr Cabanmsvcp90: Removed no longer needed exports.
2012-09-17  Piotr Cabanmsvcp90: VTBL_WRAPPER(60) is unused so remove it.
2012-09-14  Piotr Cabanmsvcp90: Remove unused thiscall functions.
2012-09-14  Piotr Cabanmsvcp90: Fixed _Getcat return type.
2012-09-13  Piotr Cabanmsvcp90: Added ios_base flags manipulators implementation.
2012-09-12  Piotr Cabanmsvcp: Fixed displaying of not NULL-terminated strings...
2012-09-12  Piotr Cabanmsvcp90: Added std::ws(basic_istream) implementation.
2012-09-11  Piotr Cabanmsvcp90: Fixed copied buffer siezes in functions operat...
2012-09-11  Piotr Cabanmsvcp90: Fixed reading lines containing only delimiter...
2012-09-10  Dan Kegelmsvcp90: Handle npos as length in more places.
2012-09-07  Piotr Cabanmsvcp90: Added std::flush(basic_ostream) implementation.
2012-09-07  Piotr Cabanmsvcp90: Pass RTTI base pointer from DllMain.
2012-09-06  Piotr Cabanmsvcp90: Added locale_ctor_locale_locale implementation.
2012-09-06  Piotr Cabanmsvcp90: Fixed locale_ctor_cstr implementation.
2012-09-06  Piotr Cabanmsvcp90: Fixed basic_stringbuf_wchar_overflow implement...
2012-09-05  Piotr Cabanmsvcp90: Fixed RTTI structure on 64-bit systems.
2012-08-20  Piotr Cabanmsvcrt: Fixed vector destructors implementation on...
2012-08-20  Piotr Cabanmsvcp90: Fixed buffer allocation in basic_stringbuf...
2012-08-17  Piotr Cabanmsvcp90: Manually define virtual destructors in vtables.
2012-08-16  Francois Gougetmsvcp90: Make basic_istream_read_str() static.
2012-08-16  Piotr Cabanmsvcp100: Fixed streamoff and streamsize definition.
2012-08-15  Piotr Cabanmsvcp90: Added missing -ret64 option.
2012-08-15  Piotr Cabanmsvcp90: Added strstreambuf seekpos and seekoff impleme...
2012-08-15  Piotr Cabanmsvcp90: Reset width value in basic_istream class on...
2012-08-15  Piotr Cabanmsvcp90: Fixed basic_streambuf::sputn functions behavio...
2012-08-15  Piotr Cabanmsvcp90: Added partial strstreambuf implementation.
2012-08-15  Piotr Cabanmsvcp90: Use streamoff in std::_BADOFF definition.
2012-08-15  Piotr Cabanmsvcp90: Added basic_stringstream<short> implementation.
2012-08-15  Piotr Cabanmsvcp90: Added basic_istringstream<short> implementation.
2012-08-15  Piotr Cabanmsvcp90: Added basic_ostringstream<short> implementation.
2012-08-15  Piotr Cabanmsvcp90: Export wcin, wcout, wcerr and wclog objects.
2012-08-14  Alexandre Julliardmsvcp90: Fix the calling convention of the basic_string...
2012-08-14  Piotr Cabanmsvcp90: Added basic_fstream<wchar> implementation.
2012-08-14  Piotr Cabanmsvcp90: Added basic_ifstream<wchar> implementation.
2012-08-14  Piotr Cabanmsvcp90: Added basic_ofstream<wchar> implementation.
2012-08-14  Piotr Cabanmsvcp90: Added basic_iostream<short> implementation.
2012-08-14  Piotr Cabanmsvcp90: Added basic_istream<short> implementation.
2012-08-14  Piotr Cabanmsvcp90: Added basic_ostream<short> implementation.
2012-08-14  Piotr Cabanmsvcp90: Added basic_filebuf<wchar> and basic_filebuf...
2012-08-14  Piotr Cabanmsvcp90: Only define virtual function callers in base...
2012-08-14  Piotr Cabanmsvcp: Rename msvcp90 debug channel.
2012-07-26  Piotr Cabanmsvcp71: Added iterator based basic_string::replace...
2012-07-25  Francois Gougetmsvcp90: Make num_put__Iput() static.
2012-07-24  Piotr Cabanmsvcp90: Fixed num_get<short>::vftable.
2012-07-24  Piotr Cabanmsvcp90: Added num_put<short> implementation.
2012-07-24  Piotr Cabanmsvcp90: Fixed EOF detection in basic_streambuf_char__X...
2012-07-24  Piotr Cabanmsvcp90: Fixed EOF detection in basic_filebuf_char_uflo...
2012-07-17  Daniel Lehmanmsvcp90: Handle npos as a len in basic_string<>::replace.
2012-07-09  Piotr Cabanmsvcp90: Fix parsing of floating point numbers starting...
2012-07-09  Piotr Cabanmsvcp90: Fix off by one issues in basic_string function...
2012-07-09  Piotr Cabanmsvcp90: Fix EOF handling in basic_filebuf<char>::under...
2012-07-09  Piotr Cabanmsvcp90/tests: Added destructor tests for class with...
2012-07-09  Piotr Cabanmsvcp90: Pass base class pointer to virtual functions.
2012-07-09  Piotr Cabanmsvcp90: Implement more basic_ostream<wchar>::operator...
2012-07-09  Piotr Cabanmsvcp90: Implement more basic_ostream<char>::operator...
2012-07-09  Piotr Cabanmsvcp90: Implement more basic_istream<wchar>::operator...
2012-07-09  Piotr Cabanmsvcp90: Implement more basic_istream<char>::operator...
2012-07-03  Piotr Cabanmsvcp90: Added locale::empty implementation.
2012-07-03  Piotr Cabanmsvcp90: Keep class definitions in separate file.
2012-07-03  Francois GougetAssorted spelling fixes.
2012-07-02  Piotr Cabanmsvcp90/tests: Added _Getcoll tests.
next