Commit Graph

212 Commits

Author SHA1 Message Date
Piotr Caban 1fb247b0e3 msvcp60: Added basic_istream::seekg implementation. 2012-10-08 12:55:08 +02:00
Piotr Caban fd727fc15e msvcp60: Added basic_fstream constructors implementation. 2012-10-08 12:55:07 +02:00
Piotr Caban 1956360c6d msvcp60: Added basic_ofstream constructors implementation. 2012-10-08 12:55:06 +02:00
Piotr Caban 97f0874a78 msvcp60: Added basic_ifstream constructors implementation. 2012-10-08 12:55:05 +02:00
Piotr Caban 8f5b4123ab msvcp60: Added basic_fstream::open implementation. 2012-10-08 12:55:04 +02:00
Piotr Caban 4a7420296b msvcp60: Added basic_ofstream::open implementation. 2012-10-08 12:55:04 +02:00
Piotr Caban a7a350acf2 msvcp60: Added basic_ifstream::open implementation. 2012-10-08 12:55:03 +02:00
Piotr Caban d534e1f3dc msvcp60: Added basic_filebuf::open implementation. 2012-10-08 12:55:02 +02:00
Piotr Caban 66d35c4048 msvcp60: Added __Fiopen implementation. 2012-10-08 12:55:01 +02:00
Piotr Caban 291edc484f msvcp60: Fixed ctype class vtable. 2012-10-04 13:43:28 +02:00
Piotr Caban b84d5d991c msvcp60: Fixed vtables in IO classes. 2012-10-04 13:43:18 +02:00
Piotr Caban 458a39051d msvcp60: Handle differences in basic_string::c_str function behavior on empty strings. 2012-10-04 13:43:05 +02:00
Piotr Caban 9d7f3c7651 msvcp60: Copy source files from msvcp90. 2012-10-04 13:42:04 +02:00
Piotr Caban d844ceeae8 msvcp60: Sync exceptions implementations. 2012-10-04 13:41:17 +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 39e9ac0317 msvcp: Prevent overflows while operating on string sizes. 2012-09-11 18:07:20 +02:00
Piotr Caban 0ebd8990df msvcp60: Fixed RTTI structure on 64-bit systems. 2012-09-07 11:55:09 +02:00
Piotr Caban fef8a52fc9 msvcrt: Fixed vector destructors implementation on 64-bit systems. 2012-08-20 15:00:43 +02:00
Piotr Caban 819b94b869 msvcp60: Manually define virtual destructors in vtables. 2012-08-17 16:24:54 +02:00
Piotr Caban 7a0c6f44ef msvcp: Rename msvcp90 debug channel. 2012-08-14 12:02:13 +02:00
Michael Stefaniuc 47e472af10 msvcp60: Avoid FALSE:TRUE conditional expressions. 2012-08-13 17:29:36 +02:00
Piotr Caban e29c3066bc msvcp60: Keep class definitions in separate file. 2012-07-03 16:58:40 +02:00
Piotr Caban 8a15e426b3 msvcp90: Fix __cdecl functions definitions that returns structures. 2012-07-02 19:35:08 +02:00
Francois Gouget cdfaa90a8d msvcp60: Remove the msvcp90 debug channel from misc.c as it is unused. 2012-06-29 10:23:28 +02:00
Francois Gouget b9b2692695 msvcp60: Remove unused functions. 2012-06-28 18:52:30 +02:00
Francois Gouget 5dbdab59e5 msvcp60: Make _Lockit_ctor_locktype() static. 2012-06-28 18:52:30 +02:00
Alexandre Julliard 7016a638fe msvcp60: Use the correct vtable pointer for type_info objects. 2012-04-04 20:11:59 +02:00
Alexandre Julliard 860ffe6013 msvcp60: Use DEFINE_RTTI_DATA to initialize exception RTTI data. 2012-04-04 20:09:21 +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
Thomas Faber 44feaf9bd8 msvcp60: Fix build with MSVC. 2012-03-09 11:27:12 +01:00
Austin English 79dd34993a msvcp60: Remove unnecessary assignments (LLVM/Clang). 2012-01-31 13:48:07 +01:00
Piotr Caban e3174d93d8 msvcp60: Fix _Lockit class implementation. 2012-01-30 20:44:50 +01:00
Piotr Caban 662f3ab2ee msvcp60: Fix errors related to name demangling. 2012-01-10 19:48:50 +01:00
Piotr Caban 7f59bfd694 msvcp: Sync spec files. 2012-01-10 19:48:37 +01:00
Francois Gouget 5ff7ecaae0 msvcp60: Add a trailing '\n' to a couple of TRACE() messages. 2012-01-09 12:51:19 +01:00
Piotr Caban 568c3215b0 msvcp60: Added full basic_string::_Grow implementation. 2012-01-05 21:27:32 +01:00
Piotr Caban 806d72cfdc msvcp60: Fix basic_string::rfind(char) implementation. 2012-01-05 21:27:31 +01:00
Piotr Caban f3df1d7cdc msvcp60: Added basic_string<unsigned short> implementation. 2012-01-05 21:27:28 +01:00
Piotr Caban f14fd4add6 msvcp60: Added partial exceptions support. 2012-01-04 19:29:38 +01:00
Piotr Caban ee3e873e37 msvcp60: Don't forward _Lockit calls to msvcp90. 2012-01-04 19:29:24 +01:00
Piotr Caban 500f279efd msvcp60: Added basic_string<char> support.
string.c file is based on msvcp90/string.c, there are many differences
between these files. Other files were copied from msvcp90.
2012-01-04 19:29:18 +01:00
Piotr Caban d351e02321 msvcp: Sync spec files. 2011-11-17 18:23:51 +01:00
Piotr Caban 9b62668ddf msvcp: Sync spec files. 2011-11-16 17:14:02 +01:00
Piotr Caban 32b24db041 msvcp: Sync spec files. 2011-10-18 15:15:20 +02:00
Piotr Caban b9b24bdf51 msvcp: Sync spec files. 2011-10-14 20:26:42 +02:00
Piotr Caban 445b934005 msvcp: Sync spec files. 2011-10-13 19:57:20 +02:00
Piotr Caban 565ece5ecc msvcp60: Remove incorrect forwards from spec file. 2011-09-14 17:00:20 +02:00
Piotr Caban 96567b18b0 msvcp: Sync spec files. 2011-09-13 17:16:58 +02:00
Piotr Caban aa19d0cf5f msvcp: Sync spec files. 2011-09-12 16:49:57 +02:00
Piotr Caban eba2ca4a1e msvcp60: Export more functions on win32. 2011-09-12 16:49:56 +02:00
Piotr Caban 553a093fbf msvcp: Sync spec files. 2011-08-24 19:07:43 +02:00
Piotr Caban ac37efd37b msvcp: Sync spec files. 2011-08-23 16:53:55 +02:00
Piotr Caban 7eb800f185 msvcp90: Added wctype implementation. 2011-07-29 18:06:30 +02:00
Piotr Caban 48ccf4f9f8 msvcp: Sync spec files. 2011-07-29 13:32:13 +02:00
Piotr Caban 39ace9e138 msvcp: Sync spec files. 2011-06-23 09:08:30 +02:00
Alexandre Julliard f137ffdfb5 msvcp60: Synchronize the spec file. 2011-06-02 16:22:43 +02:00
Alexandre Julliard acfdbd2ba5 msvcp: Export the various floating point constants. 2011-05-05 12:34:46 +02:00
Alexandre Julliard af0c9edfc3 msvcp: Implement the numeric limit functions. 2011-05-04 17:26:46 +02:00
Alexandre Julliard 537b35006c msvcp: Don't define stubs for data exports. 2011-05-03 19:34:26 +02:00
Alexandre Julliard 5ac184cad5 msvcrt: Update spec files using the make_specfiles script. 2011-05-03 12:44:14 +02:00
Alexandre Julliard a3172a5dcd msvcp60: Add a stub dll. 2011-04-29 14:24:34 +02:00