470 Commits

Author SHA1 Message Date
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
da7138767f msvcp71: Added iterator based basic_string::replace implementation. 2012-07-26 15:32:29 +02:00
Francois Gouget
e6b4444107 msvcp90: Make num_put__Iput() static. 2012-07-25 14:50:25 +02:00
Piotr Caban
7c970cc010 msvcp90: Fixed num_get<short>::vftable. 2012-07-24 13:36:31 +02:00
Piotr Caban
ebd239802b msvcp90: Added num_put<short> implementation. 2012-07-24 13:36:30 +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
Daniel Lehman
e831468401 msvcp90: Handle npos as a len in basic_string<>::replace. 2012-07-17 11:56:47 +02:00
Piotr Caban
9b34a3a75c msvcp90: Fix parsing of floating point numbers starting with decimal separator. 2012-07-09 10:02:02 -04:00
Piotr Caban
4c73236d86 msvcp90: Fix off by one issues in basic_string functions operating on iterators. 2012-07-09 10:01:54 -04:00
Piotr Caban
0d3dcd23f4 msvcp90: Fix EOF handling in basic_filebuf<char>::underflow. 2012-07-09 10:01:42 -04:00
Piotr Caban
3adb3a3c28 msvcp90/tests: Added destructor tests for class with virtual inheritance. 2012-07-09 10:01:35 -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
Piotr Caban
0bd5ba82de msvcp90: Added locale::empty implementation. 2012-07-03 16:59:24 +02:00
Piotr Caban
6c864c699d msvcp90: Keep class definitions in separate file. 2012-07-03 16:58:29 +02:00
Francois Gouget
6333fa753a Assorted spelling fixes. 2012-07-03 12:03:29 +02:00
Piotr Caban
b4da8894e6 msvcp90/tests: Added _Getcoll tests. 2012-07-02 19:38:19 +02:00
Piotr Caban
e16922f3f3 msvcp90/tests: Fixed _Getctype tests. 2012-07-02 19:38:10 +02:00
Piotr Caban
8a15e426b3 msvcp90: Fix __cdecl functions definitions that returns structures. 2012-07-02 19:35:08 +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
c679569f27 msvcp90: Always destroy _Lockit object in use_facet function. 2012-06-28 19:39:59 +02:00
Piotr Caban
1f8fcf30f3 msvcp90: Added partial implementation of locale_ctor_cstr function. 2012-06-28 01:39:17 +02:00
Piotr Caban
705fe163da msvcp90: Allocate different id's for facets in use_facet functions. 2012-06-28 01:39:16 +02:00
Piotr Caban
ccb4c48466 msvcp90: Added _Fiopen functions implementation. 2012-06-28 01:39:15 +02:00
Piotr Caban
f457511b1d msvcp90: Added locale::facet::_Register function implementation. 2012-06-28 01:39:14 +02:00
Piotr Caban
c1ae61b07f msvcp90: Added basic_istream::operator>>(char&) implementation. 2012-06-28 01:39:12 +02:00
Francois Gouget
d16123919f msvcp90: Make a couple more numpunct_*_use_facet() functions static. 2012-06-27 11:38:10 +02:00
Piotr Caban
9173de875a msvcp90: Fix basic_ostream<char>::operator<<(basic_string) export. 2012-06-26 17:30:26 +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
Francois Gouget
98748efbf5 msvcp90: Make numpunct_char_use_facet() static. 2012-06-26 17:06:11 +02:00