Commit Graph

219 Commits

Author SHA1 Message Date
Daniel Lehman 01c451703c msvcp90: In istream<>::tellg don't use sentry. 2012-10-31 16:12:28 +01:00
Daniel Lehman 771cc7fdbd msvcp90: Fix usage of fpos<>::off vs fpos<>::pos. 2012-10-31 16:12:28 +01:00
Daniel Lehman 64527285cf msvcp90: Update fpos<>::off instead of pos in stringbuf<>::seekoff. 2012-10-31 16:12:28 +01:00
Daniel Lehman 32be163545 msvcp90: Set eof state in istream<>::peek if got eof. 2012-10-29 20:23:39 +01:00
Daniel Lehman 7fe93a5f75 msvcp90: In istream::seekg, don't use sentry and clear state. 2012-10-26 11:49:20 +02:00
Daniel Lehman 7fa823e5fa msvcp90: Set state at end of istream<>::ignore. 2012-10-25 12:52:16 +02:00
Daniel Lehman d6e86edb99 msvcp90: Set failbit at end of istream<>::sentry::_Ipfx. 2012-10-24 11:27:30 +02:00
Piotr Caban 4a566ed3d6 msvcp90: Convert characters to unsigned char before passing them to functions operating on integers. 2012-10-24 11:25:52 +02:00
Piotr Caban ea828e557f msvcp90: Fixed strstreambuf_ctor_get implementation. 2012-10-17 11:53:39 +02:00
Daniel Lehman b1d9d16c7e msvcp90: Flip fclose result check in filebuf<>::close. 2012-10-09 18:32:28 +02:00
Daniel Lehman d67923575a msvcp90: Change basic_ios<wchar_t>::imbue to match char version. 2012-10-09 18:32:27 +02:00
Piotr Caban ea5b845b32 msvcp90: Added _Winit class implementation. 2012-10-04 13:40:59 +02:00
Piotr Caban a221f87709 msvcp90: Added ios_base::Init class implementation. 2012-10-04 13:40:44 +02:00
Piotr Caban 0cb615cf80 msvcp90: Fixed io classes cleaning. 2012-10-04 13:40:32 +02:00
Piotr Caban 905752e0f4 msvcp90: Added ios_base flags manipulators implementation. 2012-09-13 17:01:15 +02:00
Piotr Caban 69e12a9ae9 msvcp90: Added std::ws(basic_istream) implementation. 2012-09-12 16:03:30 +02:00
Piotr Caban 5258b3a219 msvcp90: Fixed copied buffer siezes in functions operating on wchar_t. 2012-09-11 18:07:14 +02:00
Piotr Caban cba2102b7e msvcp90: Fixed reading lines containing only delimiter in basic_istream::getline_bstr_delim. 2012-09-11 18:07:09 +02:00
Piotr Caban f2a26313e1 msvcp90: Added std::flush(basic_ostream) implementation. 2012-09-07 11:55:59 +02:00
Piotr Caban d161abb9b3 msvcp90: Pass RTTI base pointer from DllMain. 2012-09-07 11:55:52 +02:00
Piotr Caban 0e6171f6d7 msvcp90: Fixed basic_stringbuf_wchar_overflow implementation. 2012-09-06 15:45:33 +02:00
Piotr Caban 7477ceb6d1 msvcp90: Fixed RTTI structure on 64-bit systems. 2012-09-05 21:56:58 +02:00
Piotr Caban fef8a52fc9 msvcrt: Fixed vector destructors implementation on 64-bit systems. 2012-08-20 15:00:43 +02:00
Piotr Caban e40d02868d msvcp90: Fixed buffer allocation in basic_stringbuf<wchar> class. 2012-08-20 10:57:15 +02:00
Piotr Caban 584a48a380 msvcp90: Manually define virtual destructors in vtables. 2012-08-17 16:24:50 +02:00
Francois Gouget 0b8fc03379 msvcp90: Make basic_istream_read_str() static. 2012-08-16 17:07:56 +02:00
Piotr Caban 6b5e9e3e3f msvcp100: Fixed streamoff and streamsize definition. 2012-08-16 11:50:21 +02:00
Piotr Caban 0ef93eb0e5 msvcp90: Added strstreambuf seekpos and seekoff implementation. 2012-08-15 12:20:07 +02:00
Piotr Caban e5d7d65791 msvcp90: Reset width value in basic_istream class on error. 2012-08-15 12:19:57 +02:00
Piotr Caban 76821340a4 msvcp90: Fixed basic_streambuf::sputn functions behaviour when there's no place in buffer. 2012-08-15 12:19:50 +02:00
Piotr Caban f143f3e6bc msvcp90: Added partial strstreambuf implementation. 2012-08-15 12:19:44 +02:00
Piotr Caban 625940a560 msvcp90: Added basic_stringstream<short> implementation. 2012-08-15 12:19:27 +02:00
Piotr Caban b1ff81a770 msvcp90: Added basic_istringstream<short> implementation. 2012-08-15 12:19:21 +02:00
Piotr Caban 8499ea376d msvcp90: Added basic_ostringstream<short> implementation. 2012-08-15 12:19:13 +02:00
Piotr Caban fe8811bfd8 msvcp90: Export wcin, wcout, wcerr and wclog objects. 2012-08-15 12:19:04 +02:00
Piotr Caban 570ffbb4ea msvcp90: Added basic_fstream<wchar> implementation. 2012-08-14 12:47:57 +02:00
Piotr Caban 555b31bdad msvcp90: Added basic_ifstream<wchar> implementation. 2012-08-14 12:47:56 +02:00
Piotr Caban ada2f45a0a msvcp90: Added basic_ofstream<wchar> implementation. 2012-08-14 12:47:45 +02:00
Piotr Caban 3cb76c73a1 msvcp90: Added basic_iostream<short> implementation. 2012-08-14 12:02:52 +02:00
Piotr Caban 7d21ee14f1 msvcp90: Added basic_istream<short> implementation. 2012-08-14 12:02:49 +02:00
Piotr Caban e8cc341df9 msvcp90: Added basic_ostream<short> implementation. 2012-08-14 12:02:40 +02:00
Piotr Caban ed22f3b14d msvcp90: Added basic_filebuf<wchar> and basic_filebuf<short> implementation. 2012-08-14 12:02:31 +02:00
Piotr Caban f65cd1c18a msvcp90: Only define virtual function callers in base class. 2012-08-14 12:02:16 +02:00
Piotr Caban 7a0c6f44ef msvcp: Rename msvcp90 debug channel. 2012-08-14 12:02:13 +02:00
Piotr Caban 257c57bdf2 msvcp90: Fixed EOF detection in basic_streambuf_char__Xsgetn_s function. 2012-07-24 13:36:30 +02:00
Piotr Caban b9bc582fa6 msvcp90: Fixed EOF detection in basic_filebuf_char_uflow function. 2012-07-24 13:36:29 +02:00
Piotr Caban 0d3dcd23f4 msvcp90: Fix EOF handling in basic_filebuf<char>::underflow. 2012-07-09 10:01:42 -04:00
Piotr Caban 36f79a1c2d msvcp90: Pass base class pointer to virtual functions. 2012-07-09 10:01:24 -04:00
Piotr Caban bdb36b4afc msvcp90: Implement more basic_ostream<wchar>::operator<< functions. 2012-07-09 10:00:49 -04:00
Piotr Caban ce4cbc7de2 msvcp90: Implement more basic_ostream<char>::operator<< functions. 2012-07-09 10:00:41 -04:00
Piotr Caban 5c28a4e8cb msvcp90: Implement more basic_istream<wchar>::operator>> functions. 2012-07-09 10:00:34 -04:00
Piotr Caban 91f695fd6e msvcp90: Implement more basic_istream<char>::operator>> functions. 2012-07-09 10:00:25 -04:00
Francois Gouget 6333fa753a Assorted spelling fixes. 2012-07-03 12:03:29 +02:00
Piotr Caban f5ea4bab53 msvcp90: Added basic_stringstream<wchar> implementation. 2012-06-29 20:41:41 +02:00
Piotr Caban 1aff1c4881 msvcp90: Added basic_istringstream<wchar> implementation. 2012-06-29 20:41:41 +02:00
Piotr Caban d4bb283ff9 msvcp90: Added basic_ostringstream<wchar> implementation. 2012-06-29 20:41:40 +02:00
Piotr Caban 2fdc5e2844 msvcp90: Added basic_stringbuf<wchar> and basic_stringbuf<short> implementation. 2012-06-29 20:41:39 +02:00
Piotr Caban 7b75c71305 msvcp90: Added basic_stringstream<char> implementation. 2012-06-29 20:41:38 +02:00
Piotr Caban 5b32999337 msvcp90: Added basic_istringstream<char> implementation. 2012-06-29 20:41:38 +02:00
Piotr Caban 8108e0a97e msvcp90: Added basic_ostringstream<char> implementation. 2012-06-29 20:41:37 +02:00
Piotr Caban d538c1eebe msvcp90: Implement remaining functions in basic_stringbuf<char> class. 2012-06-29 20:41:37 +02:00
Owen Rudge 0d1009b3c1 msvcp90: Add initial basic_stringbuf<char> implementation. 2012-06-28 19:43:36 +02:00
Piotr Caban ccb4c48466 msvcp90: Added _Fiopen functions implementation. 2012-06-28 01:39:15 +02:00
Piotr Caban c1ae61b07f msvcp90: Added basic_istream::operator>>(char&) implementation. 2012-06-28 01:39:12 +02:00
Piotr Caban 6ad43ea61f msvcp90: Added basic_iostream<wchar> class implementation. 2012-06-26 17:30:17 +02:00
Piotr Caban 07ccbb6351 msvcp90: Added basic_istream<wchar> implementation. 2012-06-26 17:30:08 +02:00
Piotr Caban 96416c69ef msvcp90: Export clog object. 2012-06-25 18:12:49 +02:00
Piotr Caban 6902b51128 msvcp90: Added basic_ostream<wchar> implementation. 2012-06-25 18:12:45 +02:00
Piotr Caban 8e2efc1939 msvcp90: Added basic_ostream::operator<<(base type) implementation. 2012-06-22 14:09:42 +02:00
Piotr Caban 1c7f54bfa6 msvcp90: Added istream>>(base type) implementation. 2012-06-21 18:55:47 +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 ef2b4d7432 msvcp90: Fix basic_ios<char>::imbue implementation. 2012-06-20 19:23:23 +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 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 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 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
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 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 50bbba932e msvcp90: Use DEFINE_RTTI_DATA to define iosb RTTI base descriptor. 2012-03-27 13:45:01 +02: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
Piotr Caban c4b8793996 msvcp90: Fix class functions invocation on 64bit systems. 2011-12-29 16:44:27 +01:00
Piotr Caban 9c65376dcf msvcp90: Use macro to define RTTI data. 2011-12-19 20:15:52 +01:00
Piotr Caban 72999eac5b msvcp90: Fixed basic_streambuf<char> vtable. 2011-12-15 10:49:20 +01:00
Piotr Caban 4fd4a8aeb3 msvcp90: Added basic_streambuf<char>::{Lock, Unlock} implementation. 2011-08-24 19:07:44 +02:00
Piotr Caban f357f4a575 msvcp90: Added basic_streambuf<char> buffer accessing functions 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 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
Andrew Talbot e7064e08ac msvcp90: void functions should not return a value. 2011-08-22 16:14:31 +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