Commit Graph

23 Commits

Author SHA1 Message Date
Piotr Caban 4fd4a8aeb3 msvcp90: Added basic_streambuf<char>::{Lock, Unlock} implementation. 2011-08-24 19:07:44 +02:00
Piotr Caban a1bfde5909 msvcp90: Added basic_streambuf<char>::{ctor, dtor} implementation. 2011-08-24 19:07:44 +02:00
Piotr Caban 48ce9f9e28 msvcp90: Added locale::id class implementation. 2011-08-24 19:07:44 +02:00
Piotr Caban 85d6355abc msvcp90: Added basic_ostream<char> class stub. 2011-08-24 19:07:23 +02:00
Piotr Caban 3496823434 msvcp90: Added basic_streambuf<char> class stub. 2011-08-23 16:53:55 +02:00
Piotr Caban b8606c82ee msvcp90: Added _Lockit class implementation. 2011-06-22 16:12:42 +02:00
Piotr Caban 00f7683ea7 msvcp90: Added locale class stub. 2011-06-22 16:12:33 +02:00
Alexandre Julliard cfad9c3d54 msvcp90: Add an msvcp-specific size_t to avoid casts in traces. 2011-05-27 17:53:38 +02:00
Piotr Caban 0dbb0f1ee8 msvcp90: Added basic_ios<char> class stub. 2011-05-27 17:53:38 +02:00
Piotr Caban 031ae07edc msvcp90: Added ios_base class stub. 2011-05-27 17:53:38 +02:00
Piotr Caban 04f4b8a3d9 msvcp90: Added partiall basic_string<wchar_t> implementation. 2010-08-30 17:56:54 +02:00
Alexandre Julliard 14072676a6 msvcrt: Use a __thiscall macro where appropriate to make the calling convention clearer. 2010-08-24 16:31:25 +02:00
Piotr Caban 256a08aea6 msvcp90: Added _String_base::Xinvarg implementation. 2010-08-24 12:20:58 +02:00
Piotr Caban d7938822f7 msvcp90: Added _String_base::Xran implementation. 2010-08-20 13:21:34 +02:00
Piotr Caban 1ba4fff989 msvcp90: Added _String_base::Xlen implementation. 2010-08-20 13:21:33 +02:00
Piotr Caban 8f78375d83 msvcp90: Added logic_error exception. 2010-08-20 13:21:33 +02:00
Piotr Caban 6040c8f897 msvcp90: Added some basic_string<char>::assign implementations. 2010-08-19 17:32:20 +02:00
Piotr Caban 6c57f13a6b msvcp90: Added basic_string<char> constructor (with no arguments) implementation. 2010-08-19 17:32:20 +02:00
Piotr Caban b13e3772d4 msvcp90: Added bad_alloc exception. 2010-08-18 11:19:13 +02:00
Piotr Caban c83d56628a msvcp90: Add exception throwing function. 2010-08-18 11:16:14 +02:00
Piotr Caban cb432866d2 msvcp90: Correctly declare pointers to delete/new functions. 2010-07-26 13:34:20 +02:00
Piotr Caban e79af2f0d9 msvcp90: Added allocator<char> implementation. 2010-07-22 17:43:03 +02:00
Piotr Caban b895c10432 msvcp90: Added char_traits<char> implementation. 2010-07-21 10:11:52 +02:00