Commit Graph

88 Commits

Author SHA1 Message Date
YongHao Hu f02ff7f651 msvcp90: Added complex_float_pow implementation (fix precision) and tests. 2014-09-01 21:10:11 +02:00
Alexandre Julliard 3e40fea9d6 makefiles: Automatically add the necessary msvcrt flags to the generated rules. 2014-01-08 14:34:15 +01:00
Alexandre Julliard 5e7416e5c8 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
Alexandre Julliard b2d030a9ca msvcp: Don't forward __uncaught_exception to msvcrt. 2013-12-27 14:31:52 +01:00
Alexandre Julliard c3f70de66e msvcp: Import the corresponding version of the msvcr library. 2013-12-20 17:09:12 +01:00
Alexandre Julliard 0da244851f msvcp90: Add MSVCP_ prefix on more of the string iterator functions. 2013-12-16 21:55:43 +01:00
Alexandre Julliard 4c4a654552 msvcp80: Share the implementation with msvcp90. 2013-11-12 13:56:07 +01:00
Andrey Zhezherun 44bf8dc429 msvcp: Fixed complex division. 2013-11-05 20:38:20 +01:00
Andrey Zhezherun c1a5b06d49 msvcp: Added missing casts to unsigned char in streambuf functions. 2013-11-04 11:35:54 +01:00
Piotr Caban 435cf5cebc msvcp80: Add ostream::operator<<(unsigned short) implementation. 2013-09-24 18:54:13 +02:00
Piotr Caban 459920a54d msvcp80: Fix default constructor closures arguments. 2013-09-24 18:54:10 +02:00
Piotr Caban 69677bda34 msvcp80: Make it possible to shrink allocated memory in basic_string::reserve. 2013-09-24 18:53:51 +02:00
Piotr Caban fc76ad4d22 msvcp80: Don't forward to msvcp90. 2013-09-23 20:32:14 +02:00
Piotr Caban a62b767935 msvcp: Sync spec files. 2013-04-03 20:32:04 +02:00
Stefan Leichter c19275302f msvcp: Match architecture with function we're forwarding to. 2013-04-02 12:12:20 +02:00
Piotr Caban cd8571af52 msvcp80: Fixed typo in spec file. 2013-03-26 12:14:51 +01:00
Piotr Caban a0a12d7b7c msvcp: Sync implementations. 2013-03-25 14:06:33 +01:00
Piotr Caban c6f4152ddb msvcp: Sync implementations. 2013-01-25 11:18:53 +01:00
Piotr Caban 52814a80b4 msvcp: Sync implementations. 2013-01-18 13:29:01 +01:00
Piotr Caban a62ea07a15 msvcp: Sync implementations. 2012-11-27 16:56:09 +01:00
Piotr Caban 15bef00d65 msvcp: Sync implementations. 2012-11-16 11:42:27 +01:00
Piotr Caban 965543acff msvcp80: Forward functions that are using String_iterators to msvcp90. 2012-11-16 11:41:46 +01:00
Piotr Caban 9b516abb48 msvcp: Sync implementations. 2012-10-17 11:53:45 +02:00
Ričardas Barkauskas 2c05f0044c msvcp80: Use LoadLibraryA as msvcp90 might not yet or ever be loaded. 2012-09-27 13:12:33 +02:00
Piotr Caban 9ebc5f0478 msvcp80: Make some internal variables static. 2012-09-17 12:08:50 +02:00
Piotr Caban 9730744b85 msvcp80: Added codecvt<wchar>::_Getcat implementation. 2012-09-14 15:44:58 +02:00
Piotr Caban d28174b765 msvcp: Sync spec files and implementations. 2012-09-13 17:01:23 +02:00
Piotr Caban 8dacc816eb msvcp: Sync spec files and implementations. 2012-09-12 16:03:38 +02:00
Piotr Caban 7ee9bb5c41 msvcp80: Fixed ctype_short__Getcat implementation. 2012-09-11 18:07:22 +02:00
Piotr Caban 789565362d msvcp: Sync spec files and implementations. 2012-09-07 11:56:09 +02:00
Piotr Caban f9ff5fe3e6 msvcp80: Fixed basic_string::rbegin and basic_string::rend implementation. 2012-08-28 14:41:14 +02:00
Piotr Caban 27d0551b90 msvcp80: Forward basic_string::erase functions to msvcp90. 2012-08-28 14:41:13 +02:00
Piotr Caban df4874079a msvcp: Sync spec files. 2012-08-17 16:23:42 +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 20a2f23b2a msvcp90: Sync spec files. 2012-06-29 20:41:42 +02:00
Owen Rudge 2e167f6888 msvcp90: Sync spec files. 2012-06-28 19:43:48 +02:00
Piotr Caban d1f0fe954f msvcp90: Sync spec files. 2012-06-28 01:39:17 +02:00
Piotr Caban 3c921119d6 msvcp80: Forward basic_string<char>::erase functions to msvcp90. 2012-06-28 01:39:13 +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 2929a0e774 msvcp80: Added _Getcat implementation for supported facets. 2012-06-14 19:11:56 +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
Piotr Caban 7f59bfd694 msvcp: Sync spec files. 2012-01-10 19:48:37 +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