dmusic: Set instrument stream position where the instrument begins, not at the beginn...
[wine] / dlls / msvcp60 / ios.c
2012-12-03  Andrew Talbotmsvcp60: Remove unused semicolons.
2012-11-28  Piotr Cabanmsvcp: Remove superfluous semicolons.
2012-11-28  Piotr Cabanmsvcp60: Added seekoff exports.
2012-11-27  Piotr Cabanmsvcp: Sync implementations.
2012-11-19  Piotr Cabanmsvcp60: Export basic_ostream constructors.
2012-11-19  Piotr Cabanmsvcp60: Added basic_stringbuf::_Mode implementation.
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_get class implementataion.
2012-11-14  Piotr Cabanmsvcp60: Remove mutex class.
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-05  Daniel Lehmanmsvcp: Sync std::getline(istream<> &) implementations.
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-17  Piotr Cabanmsvcp: Sync implementations.
2012-10-17  Piotr Cabanmsvcp60: Fixed basic_stringbuf class structure.
2012-10-11  Piotr Cabanmsvcp: Sync implementations.
2012-10-10  Daniel Lehmanmsvcp: Flip fclose result check in filebuf<>::close.
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 vtables in IO classes.
2012-10-04  Piotr Cabanmsvcp60: Copy source files from msvcp90.