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 |