Commit Graph

67 Commits

Author SHA1 Message Date
Daniel Lehman 9fb5f9e965 msvcp: Sync num_put<> put_double. 2012-10-19 11:16:55 +02:00
Daniel Lehman 415d3a2425 msvcp: Free facet and _Locimp in Locimp dtor. 2012-10-18 19:34:25 +02:00
Francois Gouget 8e6934fae7 msvcp100: Make MSVCP_basic_string_char_append_len_ch() static. 2012-10-18 19:20:41 +02:00
Piotr Caban 9b516abb48 msvcp: Sync implementations. 2012-10-17 11:53:45 +02:00
Piotr Caban db55f1cd83 msvcp100: Store locale string in _Yarn<char> class. 2012-10-17 11:53:37 +02:00
Piotr Caban bdac12949c msvcp100/tests: Added _Yarn<char> class tests. 2012-10-17 11:53:23 +02:00
Piotr Caban f0a547595c msvcp100: Added _Yarn<char> class implementation. 2012-10-17 11:49:47 +02:00
Daniel Lehman 4c357de5d3 msvcp: Sync num_get<>::_Getifld. 2012-10-16 12:18:00 +02:00
Piotr Caban 9f5532bf23 msvcp: Sync implementations. 2012-10-11 20:22:35 +02:00
Daniel Lehman c152c54084 msvcp: Flip fclose result check in filebuf<>::close. 2012-10-10 20:33:58 +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 aeafaf691f msvcp100: Removed unused functions. 2012-09-17 12:08:44 +02:00
Piotr Caban 2f01c45248 msvcp100: Remove unused thiscall functions. 2012-09-14 15:46:10 +02:00
Piotr Caban fbd7765187 msvcp90: Fixed _Getcat return type. 2012-09-14 15:44:53 +02:00
Piotr Caban d28174b765 msvcp: Sync spec files and implementations. 2012-09-13 17:01:23 +02:00
Piotr Caban dadc409bae msvcp: Fixed displaying of not NULL-terminated strings in debug traces. 2012-09-12 16:03:44 +02:00
Piotr Caban 8dacc816eb msvcp: Sync spec files and implementations. 2012-09-12 16:03:38 +02:00
Piotr Caban 39e9ac0317 msvcp: Prevent overflows while operating on string sizes. 2012-09-11 18:07:20 +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 789565362d msvcp: Sync spec files and implementations. 2012-09-07 11:56:09 +02:00
Piotr Caban c41fd08ddc msvcp100: Fixed RTTI structure on 64-bit systems. 2012-09-07 11:55:14 +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 0e6171f6d7 msvcp90: Fixed basic_stringbuf_wchar_overflow implementation. 2012-09-06 15:45:33 +02:00
Francois Gouget c19855bc96 msvcp100: Remove some unused functions. 2012-08-28 14:41:00 +02:00
Francois Gouget d2fc8007d2 msvcp100: Make some locale and string functions static. 2012-08-28 14:40:59 +02:00
Piotr Caban 388f11abb3 msvcp100: Removed virtual function callers for functions that are not virtual. 2012-08-27 19:42:01 +02:00
Francois Gouget e83e05734b msvcp100: VTBL_WRAPPER(60) is unused so remove it. 2012-08-21 17:47:48 +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 5a5de655be msvcp100: Manually define virtual destructors in vtables. 2012-08-17 16:24:59 +02:00
Piotr Caban 5e7452ade9 msvcp100: Fixed 64-bit variables alignment. 2012-08-16 11:57:30 +02:00
Piotr Caban 4bdaa20a73 msvcp100: Update spec file. 2012-08-16 11:50:40 +02:00
Piotr Caban 0446d426ad msvcp100: Fixed ctype class virtual functions table. 2012-08-16 11:50:37 +02:00
Piotr Caban 197de8d6ec msvcp100: Fixed basic_streambuf virtual functions table. 2012-08-16 11:50:27 +02:00
Piotr Caban 6b5e9e3e3f msvcp100: Fixed streamoff and streamsize definition. 2012-08-16 11:50:21 +02:00
Piotr Caban 4fe6e58375 msvcp100: Copy source files from msvcp90. 2012-08-16 11:50:08 +02:00
Dan Kegel 47b9dd1b55 msvcp100: Add _Container_base0::_Swap_all, _Container_base0::_Orphan_all. 2012-07-25 21:00:03 +02:00
Piotr Caban 583ba52714 msvcp: Sync spec files. 2012-07-24 13:36:31 +02:00
Piotr Caban c14e98dd32 msvcp: Sync spec files. 2012-07-09 10:01:00 -04:00
Piotr Caban 8a15e426b3 msvcp90: Fix __cdecl functions definitions that returns structures. 2012-07-02 19:35:08 +02:00
Piotr Caban d1f0fe954f msvcp90: Sync spec files. 2012-06-28 01:39:17 +02:00
Piotr Caban 4b97c4b1ef msvcp: Sync spec files. 2012-06-22 19:55:17 +02:00
Piotr Caban ca86ffb17b msvcp: Sync spec files. 2012-06-15 18:35:32 +02:00
Piotr Caban 9588617d61 msvcp: Sync spec files. 2012-06-14 19:12:22 +02:00
Piotr Caban 034de95550 msvcp: Sync spec files. 2012-06-12 19:28:52 +02:00
Piotr Caban 4e9b1faed9 msvcp: Sync spec files. 2012-03-30 10:45:55 +02:00
Piotr Caban 1aeb4dcd41 msvcp: Sync spec files. 2012-03-29 20:49:24 +02:00