Commit Graph

116 Commits

Author SHA1 Message Date
Piotr Caban 27f9052440 msvcp90: Added num_put<char>::put(double) implementation. 2012-06-22 14:08:01 +02:00
Piotr Caban a359df5fa2 msvcp90: Added partial num_put<char> implementation. 2012-06-22 14:07:49 +02:00
Piotr Caban 83ef253b8d msvcp90: Added num_put<char> class stub. 2012-06-22 14:07:08 +02:00
Piotr Caban 1c7f54bfa6 msvcp90: Added istream>>(base type) implementation. 2012-06-21 18:55:47 +02:00
Piotr Caban 1507d715cc msvcp90: Added num_get<char>::_Getffld implementation. 2012-06-21 18:55:02 +02:00
Piotr Caban 237cc9506f msvcp90: Define basic_streambuf structure globally. 2012-06-21 18:06:25 +02:00
Piotr Caban 05a70c3d19 msvcp90: Define ios_base structure globally. 2012-06-21 18:06:18 +02:00
Piotr Caban f387c63319 msvcp90: Added codecvt<wchar> class stub. 2012-06-18 17:48:08 +02:00
Piotr Caban 24f9290cd6 msvcp90: Added basic_ios::widen implementation. 2012-06-15 18:35:31 +02:00
Piotr Caban 65a364a2f3 msvcp90: Added basic_ios::narrow implementation. 2012-06-15 18:35:31 +02:00
Piotr Caban b9fbe6d5e6 msvcp90: Added cin, cout and cerr objects. 2012-06-15 18:35:20 +02:00
Piotr Caban e43f6ec638 msvcp90: Added operator<<(basic_ostream<char>, basic_string<char>) implementation. 2012-06-15 13:41:30 +02:00
Piotr Caban ab999f6d3a msvcp90: Use codecvt<char>::is in basic_istream_char__Ipfx function. 2012-06-14 19:12:09 +02:00
Piotr Caban 38c7a46c5e msvcp90: Added basic_fstream<char> implementation. 2012-06-14 19:11:29 +02:00
Piotr Caban de5cf35cb7 msvcp90: Added basic_iostream<char> implementation. 2012-06-13 19:40:30 +02:00
Piotr Caban 0db98a30b9 msvcp90: Added basic_istream<char>::getline(basic_string<char>) implementation. 2012-06-12 19:28:45 +02:00
Piotr Caban 8d39c7d889 msvcp90: Accept more base classes in DEFINE_RTTI_DATA macro. 2012-06-12 19:28:32 +02:00
Piotr Caban 9f9a4a18d1 msvcp90: Added basic_filebuf<char> implementation. 2012-06-12 19:28:20 +02:00
Piotr Caban 9c83b6ee42 msvcp90: Added use_facet< codecvt<char> > implementation. 2012-06-12 19:28:08 +02:00
Piotr Caban 1d0b072d0f msvcp90: Fixed default locale constructor implementation. 2012-06-12 19:27:58 +02:00
Piotr Caban bbea6efca0 msvcp90: Fix streamoff and streampos definition. 2012-06-06 19:17:51 +02:00
Piotr Caban 3c980ffa01 msvcp90: Added partial basic_ostream<char> implementation. 2012-06-01 17:46:40 +02:00
Alexandre Julliard efd693c57b msvcp90: Use the correct vtable pointer for type_info objects. 2012-04-04 20:12:07 +02:00
Piotr Caban 2f87a5d459 msvcp90: Added support for exception reraising in ios_base::clear. 2012-03-29 20:49:25 +02:00
Piotr Caban 0c43326114 msvcp90: Added ios_base class implementation. 2012-03-29 20:49:23 +02:00
Piotr Caban 143f8e8792 msvcp90: Added basic_streambuf<char> implementation. 2012-03-28 13:49:59 +02:00
Piotr Caban 52bcd2e082 msvcp90: Added numpunct<wchar> implementation. 2012-03-28 13:49:26 +02:00
Piotr Caban d18b406b56 msvcp90: Use DEFINE_RTTI_DATA to initialize exception RTTI data. 2012-03-27 13:47:00 +02:00
Daniel Lehman c20fd880ac msvcp90: Make type_info::mangled larger. 2012-01-05 21:27:32 +01:00
Piotr Caban c4b8793996 msvcp90: Fix class functions invocation on 64bit systems. 2011-12-29 16:44:27 +01:00
Piotr Caban 138db09298 msvcp90: Added ctype<wchar_t>::narrow functions implementation. 2011-12-22 19:10:33 +01:00
Piotr Caban 283c07b8ce msvcp90: Added ctype<char>::tolower functions implementation. 2011-12-21 18:05:47 +01:00
Piotr Caban 0e8d13b82c msvcp90: Added collate<char>::do_hash implementation. 2011-12-20 20:06:35 +01:00
Piotr Caban 5051876660 msvcp90: Added collate<char>::compare implementation. 2011-12-20 20:06:35 +01:00
Piotr Caban ddebdbf1e6 msvcp90: Added macro to call functions from vtable. 2011-12-20 20:06:34 +01:00
Piotr Caban 9c65376dcf msvcp90: Use macro to define RTTI data. 2011-12-19 20:15:52 +01:00
Piotr Caban 07a9909cca msvcp90: Removed __ASM_EXCEPTION_VTABLE macro. 2011-12-15 10:49:19 +01:00
Piotr Caban e97578e407 msvcp90: Added _Locinfo constructor implementation. 2011-12-06 15:51:00 +01:00
Piotr Caban 400c887e85 msvcp90: Added runtime_exception implementation. 2011-11-25 16:21:57 +01:00
Piotr Caban a3c395b791 msvcp90: Added empty locale constructor and destructor implementation. 2011-11-23 20:34:27 +01:00
Andrew Talbot 43bbce728a msvcp90: Superfluous semicolons fix. 2011-11-07 11:54:36 +01:00
Piotr Caban 72fb8e2c65 msvcp90: Added basic_string::max_size implementation. 2011-10-14 15:46:15 +02:00
Piotr Caban 870d35c688 msvcp90: Added set_new_handler implementation. 2011-09-13 17:13:41 +02:00
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