Commit Graph

386 Commits

Author SHA1 Message Date
Piotr Caban 609d7dbb68 msvcp90: Added setw implementation. 2012-06-15 18:35:30 +02:00
Piotr Caban 7fcffc7b58 msvcp90: Added setprecision implementation. 2012-06-15 18:35:29 +02:00
Piotr Caban c2c9e9ef7b msvcp90: Added basic_ostream<char>::operator<<(function) implementation. 2012-06-15 18:35:28 +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 aa2733e833 msvcp90: Added operator>>(basic_istream<char>, basic_string<char>) implementation. 2012-06-14 19:12:14 +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 bcdcef8713 msvcp90: Added basic_ostream<char>::endl implementation. 2012-06-14 19:12:04 +02:00
Piotr Caban 2c156eaeac msvcp90: Export locale::facet_Register function. 2012-06-14 19:11:41 +02:00
Piotr Caban 49c6e430d5 msvcp90: Export locale::facet vtable. 2012-06-14 19:11:35 +02:00
Piotr Caban 38c7a46c5e msvcp90: Added basic_fstream<char> implementation. 2012-06-14 19:11:29 +02:00
Piotr Caban 30a1ed53d7 msvcp90: Specify open mode in basic_ifstream<char> functions. 2012-06-13 19:40:44 +02:00
Piotr Caban 43d99a1b68 msvcp90: Added basic_ofstream<char> implementation. 2012-06-13 19:40:38 +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 5b0548cc3e msvcp90: Added basic_ifstream<char> implementation. 2012-06-12 19:28:38 +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 65db238da0 msvcp90: Added locale::global implementation. 2012-06-12 19:28:14 +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 2baabaefe8 msvcp90: Added codecvt<char> implementation. 2012-06-07 16:07:10 +02:00
Piotr Caban 679b0d4843 msvcp90: Added codecvt_base class implementation. 2012-06-07 16:07:09 +02:00
Piotr Caban 6f8149e5e3 msvcp90: Added partial basic_istream<char> implementation. 2012-06-06 19:18:17 +02:00
Piotr Caban 140861cade msvcp90: Call correct setstate function in basic_ostream class. 2012-06-06 19:18:01 +02:00
Piotr Caban 46838cf2e5 msvcp90: Rename sentry_char_{create,destroy} functions. 2012-06-06 19:17:57 +02:00
Piotr Caban bbea6efca0 msvcp90: Fix streamoff and streampos definition. 2012-06-06 19:17:51 +02:00
Francois Gouget fd84b7d0af msvcp90: Add a trailing '\n' to a TRACE() message. 2012-06-04 12:17:54 +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 9aebf52c8c msvcp90: Added partial basic_ios<short> implementation. 2012-03-30 10:45:45 +02:00
Piotr Caban 3174caa2b4 msvcp90: Added partial basic_ios<wchar> implementation. 2012-03-30 10:45:42 +02:00
Piotr Caban cee8e2b9e5 msvcp90: Added partial basic_ios<char> implementation. 2012-03-30 10:45:33 +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 d04c15cc23 msvcp90: Added this parameter to cdecl functions defined inside class. 2012-03-29 20:49:24 +02:00
Piotr Caban 0c43326114 msvcp90: Added ios_base class implementation. 2012-03-29 20:49:23 +02:00
Piotr Caban 37d3eaf476 msvcp90: Added basic_streambuf<wchar> implementation. 2012-03-28 13:50:17 +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
Piotr Caban 1328da1815 msvcp90: Use DEFINE_RTTI_DATA to define locale_facet RTTI base descriptor. 2012-03-27 13:45:08 +02:00
Piotr Caban 50bbba932e msvcp90: Use DEFINE_RTTI_DATA to define iosb RTTI base descriptor. 2012-03-27 13:45:01 +02:00
Piotr Caban 1650f09158 msvcp90: Don't define separate structures for num_get<char> and num_get<wchar>. 2012-03-27 13:44:47 +02:00
Nicolas Le Cam 99db789eda msvcp90/tests: Don't redefine __thiscall. 2012-03-14 11:50:27 +01:00
Thomas Faber 62901e6ea0 msvcp90: Fix build with MSVC. 2012-03-09 11:27:27 +01:00
Daniel Lehman cbe1bcd29f msvcp90: Start rfind from given position. 2012-01-16 12:45:37 +01:00
Piotr Caban 4381cabf9a msvcp90: Fix mistakes in spec file. 2012-01-16 12:45:34 +01:00
Daniel Lehman 6f9f27d1bf msvcp90: Flip num_get<char/wchar_t> do_get_long and do_get_ulong in vtable. 2012-01-13 18:17:25 +01:00
Daniel Lehman 015ccccfeb msvcp90: Add num_get<short> stubs. 2012-01-13 18:17:24 +01:00
Piotr Caban c2a08d6d0f msvcp90: Fix mistakes in spec file. 2012-01-12 12:31:26 +01:00
Daniel Lehman f63bbcf692 msvcp90: Forward uncaught_exception to msvcrt. 2012-01-12 12:28:05 +01:00
Daniel Lehman 4f9bc837d8 msvcp90: Add num_get<char> stubs. 2012-01-11 17:47:34 +01:00
Piotr Caban 727499a19a msvcp90: Fix errors related to name demangling. 2012-01-10 19:37:14 +01:00
Daniel Lehman 4e7b3bad6b msvcp90: Add basic_ios<wchar_t> stubs. 2012-01-09 15:29:00 +01:00
Daniel Lehman 4654b3f68e msvcp90: Fix return value for ctype<wchar_t> do_is(ch). 2012-01-06 19:24:16 +01:00
Daniel Lehman 8e755152c2 msvcp90: basic_string<>::rfind(ch) should call rfind. 2012-01-05 21:27:33 +01:00
Daniel Lehman 0af4827e11 msvcp90: Add num_get<wchar_t> stubs. 2012-01-05 21:27:32 +01:00
Daniel Lehman c20fd880ac msvcp90: Make type_info::mangled larger. 2012-01-05 21:27:32 +01:00
Daniel Lehman 070479db58 msvcp90: Use passed in beg to find the length in basic_string<>::replace. 2012-01-04 18:58:21 +01:00
Piotr Caban f90d5a8f72 msvcp90: Update data pointer after resizing string. 2012-01-03 18:07:32 +01:00
Piotr Caban ecbe1ff211 msvcp90/tests: Test virtual function calls returning structures. 2011-12-29 16:44:56 +01:00
Piotr Caban 330b042f5c msvcp90: Added numpunct<char> class implementation. 2011-12-29 16:44:50 +01:00
Piotr Caban 8a8d5cd362 msvcp90: Added numpunct<char> constructors implementation. 2011-12-29 16:44:33 +01:00
Piotr Caban c4b8793996 msvcp90: Fix class functions invocation on 64bit systems. 2011-12-29 16:44:27 +01:00
Piotr Caban 5b93bb9800 msvcp90: Correctly initialize vtable pointer in Getcat functions. 2011-12-23 16:23:57 +01:00
Piotr Caban b053c305fa msvcp90: Added numpunct<wchar_t> class stub. 2011-12-23 16:23:36 +01:00
Piotr Caban da1436312d msvcp90: Added numpunct<char> class stub. 2011-12-23 16:23:13 +01:00
Piotr Caban b433f1cd04 msvcp90: Added ctype<wchar_t>::scan functions implementation. 2011-12-22 19:11:25 +01:00
Piotr Caban 1de0fe3a00 msvcp90: Added ctype<wchar_t>::is functions implementation. 2011-12-22 19:11:20 +01:00
Piotr Caban 8f3a5198bc msvcp90: Added ctype<wchar_t>::toupper functions implementation. 2011-12-22 19:11:15 +01:00
Piotr Caban b4e9bd74cf msvcp90: Added ctype<wchar_t>::tolower functions implementation. 2011-12-22 19:11:09 +01:00
Piotr Caban a75d94289b msvcp90: Added ctype<wchar_t>::widen functions implementation. 2011-12-22 19:11:04 +01:00
Piotr Caban 138db09298 msvcp90: Added ctype<wchar_t>::narrow functions implementation. 2011-12-22 19:10:33 +01:00
Piotr Caban b4a93e46cc msvcp90: Added ctype<wchar_t> constructors implementation. 2011-12-22 19:10:20 +01:00
Piotr Caban cd6e9bd141 msvcp90: Don't crash if NULL is passed to _Strcoll and _Wcscoll. 2011-12-21 18:06:45 +01:00
Piotr Caban 1a711acdc2 msvcp90: Added ctype<char>::is functions implementation. 2011-12-21 18:05:58 +01:00
Piotr Caban 7fe9abd5cc msvcp90: Added ctype<char>::toupper functions implementation. 2011-12-21 18:05:54 +01:00
Piotr Caban 283c07b8ce msvcp90: Added ctype<char>::tolower functions implementation. 2011-12-21 18:05:47 +01:00
Piotr Caban a1db838668 msvcp90: Hold _LOCK_LOCALE critical section while _Lockinfo object exists. 2011-12-21 18:05:31 +01:00
Piotr Caban 8f8f6b3c0d msvcp90: Added ctype<char>::widen functions implementation. 2011-12-21 18:05:26 +01:00
Piotr Caban facb3e3fe6 msvcp90: Added ctype<char>::narrow functions implementation. 2011-12-21 18:05:21 +01:00
Piotr Caban 72d18e0111 msvcp90: Added ctype<char> constructors implementation. 2011-12-21 18:05:17 +01:00
Piotr Caban bb002e27b3 msvcp90: Added partial collate<wchar_t> implementation. 2011-12-21 18:05:07 +01:00
Piotr Caban 9e8e6e6dac msvcp90: Correctly export collate<short> constructors. 2011-12-20 20:06:36 +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 5761bb5d7d msvcp90: Added collate<char> constructors implementation. 2011-12-19 20:15:51 +01:00
Piotr Caban 786ff410bc msvcp90: Reorder classes to avoid forward declarations. 2011-12-19 20:15:51 +01:00
Piotr Caban d481bf61dc msvcp90: Added ctype<unsigned short> class stub. 2011-12-16 12:10:25 +01:00
Piotr Caban 04266052fe msvcp90: Added ctype<wchar_t> class stub. 2011-12-16 12:10:14 +01:00
Piotr Caban ee13a2f8af msvcp90: Added ctype<char> class stub. 2011-12-16 12:10:00 +01:00
Piotr Caban 3cc08032fc msvcp90: Added ctype_base class implementation. 2011-12-16 12:09:48 +01:00
Piotr Caban 59b2639e39 msvcp90: Added collate<unsigned short> class stub. 2011-12-15 10:49:21 +01:00
Piotr Caban 6254893e01 msvcp90: Added collate<wchar_t> class stub. 2011-12-15 10:49:21 +01:00
Piotr Caban c52c859568 msvcp90: Added collate<char> class stub. 2011-12-15 10:49:20 +01:00
Piotr Caban 72999eac5b msvcp90: Fixed basic_streambuf<char> vtable. 2011-12-15 10:49:20 +01:00
Piotr Caban 07a9909cca msvcp90: Removed __ASM_EXCEPTION_VTABLE macro. 2011-12-15 10:49:19 +01:00
Piotr Caban 451f9b9cc0 msvcp90: Added _Locinfo::_Gettnames implementation. 2011-12-08 18:00:29 +01:00
Piotr Caban 462fa62c53 msvcp90: Added _Locinfo::_Getmonths implementation. 2011-12-08 18:00:27 +01:00
Piotr Caban 0c7ed2bdda msvcp90: Added _Locinfo::_Getdays implementation. 2011-12-08 18:00:25 +01:00
Piotr Caban 91c6a55c2c msvcp90: Added _Locinfo::_Getname implementation. 2011-12-08 18:00:23 +01:00
Piotr Caban 81434aabff msvcp90: Added _Locinfo::_Getlconv implementation. 2011-12-08 18:00:22 +01:00
Piotr Caban dc1a38d385 msvcp90: Added _Locinfo::_Getfalse and _Gettrue implementation. 2011-12-08 18:00:20 +01:00
Piotr Caban 56c1c75b72 msvcp90: Added _Getcvt implementation. 2011-12-08 18:00:18 +01:00
Piotr Caban c56c74331c msvcp90: Added _Getctype implementation. 2011-12-06 15:51:00 +01:00
Piotr Caban 34d947189a msvcp90: Added _Getcoll implementation. 2011-12-06 15:51:00 +01:00
Piotr Caban bff3f0cd3c msvcp90: Added _Locinfo::_Addcats partial implementation. 2011-12-06 15:51:00 +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 1c04cbfd33 msvcp90: Reorganize __ASM_EXCEPTION_VTABLE macro. 2011-11-25 16:21:57 +01:00
Piotr Caban 913b075b07 msvcp90: Added _Timevec class implementation. 2011-11-25 16:21:57 +01:00
Piotr Caban e10dcd0c32 msvcp90: Added locale::name implementation. 2011-11-25 16:21:57 +01:00
Piotr Caban 2e449eba08 msvcp90: Added locale::_Addfac implementation. 2011-11-25 16:21:57 +01:00
Piotr Caban 1263b618d7 msvcp90: Added locale copy based constructors 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
Piotr Caban b7b0c1b18b msvcp90: Added partial locale::_Locimp implementation. 2011-11-23 20:34:25 +01:00
Piotr Caban 4217d8e62e msvcp90: Forward basic_string<short> to basic_string<wchar_t>. 2011-11-17 18:13:45 +01:00
Piotr Caban 3bb1a7309b msvcp90: Fixed parameters number in functions returning structures. 2011-11-16 17:10:03 +01:00
Piotr Caban 486239b167 msvcp90: Added basic_string::insert implementation. 2011-11-16 17:03:11 +01:00
Piotr Caban b9f544a2ab msvcp90: Added basic_string::copy implementation. 2011-11-16 17:03:04 +01:00
Piotr Caban 0d6bd98783 msvcp90: Added basic_string::_Copy implementation. 2011-11-16 17:03:00 +01:00
Piotr Caban 9b60ef7e12 msvcp90: Don't define empty structure. 2011-11-15 19:37:34 +01:00
Francois Gouget 9ceac318e0 msvcp90: Remove an unneeded cast. 2011-11-14 15:25:27 +01:00
Andrew Talbot 43bbce728a msvcp90: Superfluous semicolons fix. 2011-11-07 11:54:36 +01:00
Francois Gouget 23e0ae83c2 msvcp90: Add a space before an implementation function name in the spec file. 2011-10-27 14:20:10 +02:00
Piotr Caban f735226988 msvcp90: Use debugstr_a to avoid overflow in traces. 2011-10-18 15:15:08 +02:00
Piotr Caban 59514c463a msvcp90: Fix buffer size in basic_string_char_grow. 2011-10-18 15:14:59 +02:00
Piotr Caban b0211b5b18 msvcp90: Added basic_string::get_allocator implementation. 2011-10-18 15:14:49 +02:00
Piotr Caban 0b802bb747 msvcp90: Added basic_string::erase iterator based functions. 2011-10-18 15:14:41 +02:00
Piotr Caban bc2567f974 msvcp90: Added basic_string::replace iterator based functions. 2011-10-18 15:14:33 +02:00
Piotr Caban a6897e888e msvcp90: Added basic_string::find_last_not_of implementation. 2011-10-18 15:13:50 +02:00
Piotr Caban ed6c1ff8d5 msvcp90: Added basic_string::rfind implementation. 2011-10-18 15:13:34 +02:00
Piotr Caban b9b24bdf51 msvcp: Sync spec files. 2011-10-14 20:26:42 +02:00
Piotr Caban 8cca58251b msvcp90: Added _String_val class implementation. 2011-10-14 20:26:27 +02:00
Piotr Caban 105ffa40fd msvcp90: Remove code that is never executed. 2011-10-14 15:46:28 +02:00
Piotr Caban 72fb8e2c65 msvcp90: Added basic_string::max_size implementation. 2011-10-14 15:46:15 +02:00
Piotr Caban 796a13c80d msvcp90: Added more basic_string constructor implementations. 2011-10-14 15:45:22 +02:00
Piotr Caban 044e07d1f8 msvcp90: Added more basic_string::assing functions. 2011-10-14 15:45:12 +02:00
Piotr Caban fd0fcb2a2f msvcp90: Added basic_string::operator>= implementation. 2011-10-14 15:45:02 +02:00
Piotr Caban 94a379a520 msvcp90: Added basic_string::operator> implementation. 2011-10-14 15:44:57 +02:00
Piotr Caban c373306cfa msvcp90: Added basic_string::operator<= implementation. 2011-10-14 15:44:45 +02:00
Piotr Caban 700e1da5c2 msvcp90: Added basic_string::operator[] implementation. 2011-10-13 19:57:20 +02:00
Piotr Caban fcf59687d5 msvcp90: Added basic_string<wchar>::replace implementation. 2011-10-13 19:57:20 +02:00
Piotr Caban 70d61b5fb9 msvcp90: Added basic_string<char>::replace implementation. 2011-10-13 19:57:20 +02:00
Piotr Caban d7ff552b71 msvcp90: Added basic_string::reserve implementation. 2011-10-13 19:57:20 +02:00
Piotr Caban 5d1af4b6f6 msvcp90: Added operator+(basic_string, char) implementation. 2011-10-13 19:57:19 +02:00
Piotr Caban 5fa8e6b1b3 msvcp90: Added basic_string::find_first_not_of implementation. 2011-10-13 19:57:19 +02:00
Piotr Caban 3fbabbfd75 msvcp90: Don't overwrite string length in basic_string::_Grow. 2011-09-14 09:58:30 +02:00