Commit Graph

135 Commits

Author SHA1 Message Date
Piotr Caban d161abb9b3 msvcp90: Pass RTTI base pointer from DllMain. 2012-09-07 11:55:52 +02:00
Piotr Caban e9b51093de msvcp90: Added locale_ctor_locale_locale implementation. 2012-09-06 15:45:34 +02:00
Piotr Caban 225cab9842 msvcp90: Fixed locale_ctor_cstr 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 584a48a380 msvcp90: Manually define virtual destructors in vtables. 2012-08-17 16:24:50 +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 7a0c6f44ef msvcp: Rename msvcp90 debug channel. 2012-08-14 12:02:13 +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 9b34a3a75c msvcp90: Fix parsing of floating point numbers starting with decimal separator. 2012-07-09 10:02:02 -04:00
Piotr Caban 0bd5ba82de msvcp90: Added locale::empty implementation. 2012-07-03 16:59:24 +02:00
Francois Gouget 6333fa753a Assorted spelling fixes. 2012-07-03 12:03:29 +02:00
Piotr Caban 8a15e426b3 msvcp90: Fix __cdecl functions definitions that returns structures. 2012-07-02 19:35:08 +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 f457511b1d msvcp90: Added locale::facet::_Register function implementation. 2012-06-28 01:39:14 +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 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
Piotr Caban d7bb597c0a msvcp90: Added num_get<wchar>::get functions implementation. 2012-06-25 17:45:24 +02:00
Piotr Caban 0dd32496b4 msvcp90: Added num_get<wchar>::_Getifld implementation. 2012-06-25 17:45:23 +02:00
Piotr Caban 9afd07be92 msvcp90: Added num_get<wchar>::_Getffld implementation. 2012-06-25 17:45:23 +02:00
Piotr Caban 4732e3f75c msvcp90: Added partial num_get<wchar> and num_get<short> implementation. 2012-06-25 17:45:22 +02:00
Piotr Caban 55b9bbc491 msvcp90: Added num_put<wchar> implementation. 2012-06-25 17:45:22 +02:00
Piotr Caban 8e2efc1939 msvcp90: Added basic_ostream::operator<<(base type) implementation. 2012-06-22 14:09:42 +02:00
Piotr Caban 27f9052440 msvcp90: Added num_put<char>::put(double) implementation. 2012-06-22 14:08:01 +02:00
Piotr Caban 8003b0ab3d msvcp90: Added num_put<char>::put(bool) implementation. 2012-06-22 14:08:00 +02:00
Piotr Caban feccc21044 msvcp90: Added num_put<char>::put(integral number). 2012-06-22 14:07:59 +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 ca90f4723a msvcp90: Fixed fraction digits ignoring in num_get_char__Getffld. 2012-06-22 10:53:56 +02:00
Piotr Caban 1c7f54bfa6 msvcp90: Added istream>>(base type) implementation. 2012-06-21 18:55:47 +02:00
Piotr Caban ba0908d9b3 msvcp90: Added num_get<char>::get functions implementation. 2012-06-21 18:55:37 +02:00
Piotr Caban 98f6028c1e msvcp90: Added num_get<char>::_Getifld implementation. 2012-06-21 18:55:11 +02:00
Piotr Caban 1507d715cc msvcp90: Added num_get<char>::_Getffld implementation. 2012-06-21 18:55:02 +02:00
Piotr Caban 47b7880dc3 msvcp90: Added num_get<char> constructors implementation. 2012-06-21 18:06:33 +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 95ec1f07fc msvcp90: Separate num_get::get(long double) and num_get::get(double) functions. 2012-06-21 18:06:01 +02:00
Piotr Caban 99a7b22623 msvcp90: Rename num_get_char_ctor__Init function because it's not a constructor. 2012-06-21 18:05:54 +02:00
Piotr Caban bb6bb0e394 msvcp90: Added _Stoullx implementation. 2012-06-20 19:23:17 +02:00
Piotr Caban d1b67cea3b msvcp90: Added _Stollx implementation. 2012-06-20 19:23:12 +02:00
Piotr Caban dc4e950009 msvcp90: Added _Stofx implementation. 2012-06-20 19:22:54 +02:00
Piotr Caban 1e4d0c4fbf msvcp90: Added _Stodx implementation. 2012-06-20 19:22:48 +02:00
Francois Gouget 5adf447d7b msvcp90: Use the CSTR_XXX macros instead of numeric literals. 2012-06-20 10:27:45 +02:00