Commit Graph

76 Commits

Author SHA1 Message Date
Daniel Lehman bd92393a5f msvcp90: Add codecvt<wchar_t>::do_encoding that returns 0.
Signed-off-by: Daniel Lehman <dlehman@esri.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-04-08 23:02:01 +09:00
Piotr Caban ce24b284ee msvcp: Add _Exp implementation.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
2015-10-02 15:38:54 +09:00
Piotr Caban 643ff988c4 msvcp: Add _Dscale implementation.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
2015-10-02 15:38:48 +09:00
Piotr Caban 1e9402124d msvcp: Add _Dtest implementation. 2015-09-14 16:47:52 +09:00
Alexandre Julliard a826c31f00 msvcp60: Merge more I/O stream code with msvcp90 to reduce the differences. 2015-04-06 23:01:08 +09:00
Piotr Caban 1fdd692ebd msvcp: Sync spec files. 2015-02-25 23:35:29 +09:00
Piotr Caban 575628743d msvcp71: Add locale::facet::_Getcat implementation. 2015-02-24 22:40:20 +09:00
Alexandre Julliard dc06802a42 msvcp70: Fix calling convention for a non-member function. 2015-02-11 23:02:03 +09:00
Piotr Caban 4659081cd9 msvcp70: Add basic_istream::operator>> exports. 2015-02-10 21:46:04 +09:00
Piotr Caban b02934096d msvcp70: Add basic_{fstream, ifstream, ofstream, filebuf}::open exports. 2015-02-10 21:45:59 +09:00
Piotr Caban 7ac8ad4492 msvcp70: Export basic_ostream::operator<< functions family. 2015-02-10 00:26:53 +09:00
Piotr Caban 6ac25d3d80 msvcp70: Add basic_ifstream(name, mode) constructor implementation. 2015-01-07 23:48:29 +01:00
YongHao Hu 6fe4d9e71b msvcp90: Add std_Ctraits::Isnan implementation. 2014-11-10 20:07:06 +09:00
Piotr Caban 688d4140a7 msvcp110: Add codecvt::length export. 2014-11-10 19:38:18 +09:00
YongHao Hu f02ff7f651 msvcp90: Added complex_float_pow implementation (fix precision) and tests. 2014-09-01 21:10:11 +02:00
Piotr Caban 84bf97087d msvcp70: Export operators working on basic_string. 2014-06-12 18:05:15 +02:00
Piotr Caban 9e4803dd0b msvcp70: Export basic_string iterator functions. 2014-06-11 16:15:18 +02:00
Piotr Caban 6c4b075d1a msvcp70: Add basic_fstream(const char*, int) constructor implementation. 2014-05-07 18:57:34 +02:00
Alexandre Julliard 7898205afd msvcp70: Export some already implemented Getcat functions. 2014-02-07 13:11:56 +01:00
Piotr Caban 2b1e2e64da msvcp70: Don't forward bad_alloc implementation to msvcrt. 2014-02-07 13:11:53 +01:00
Piotr Caban 40a6749ffd msvcp70: Share the source code with msvcp90. 2014-02-07 13:11:51 +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
Piotr Caban 8e26d7aee8 msvcp: Add ostream::operator<<(unsigned short) implementation. 2013-09-23 20:32:19 +02:00
Piotr Caban f159b33da2 msvcp: Fix default constructor closures arguments. 2013-09-23 20:32:17 +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 78ea6a7592 msvcp: Match parameters list and architecture with function we're forwarding to. 2013-03-26 12:15:41 +01:00
Piotr Caban a0a12d7b7c msvcp: Sync implementations. 2013-03-25 14:06:33 +01:00
Piotr Caban 52814a80b4 msvcp: Sync implementations. 2013-01-18 13:29:01 +01:00
Piotr Caban b0bf061235 msvcp70: Remove forwards to msvcp80. 2013-01-17 12:11:12 +01:00
Piotr Caban 1a97bba65f msvcp: Sync spec files. 2012-11-30 11:43:23 +01:00
Piotr Caban a62158eb29 msvcp70: Forward bad_cast functions to msvcrt. 2012-11-30 11:43:15 +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 9b516abb48 msvcp: Sync implementations. 2012-10-17 11:53:45 +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 789565362d msvcp: Sync spec files and implementations. 2012-09-07 11:56:09 +02:00
Piotr Caban df4874079a msvcp: Sync spec files. 2012-08-17 16:23:42 +02:00
Piotr Caban 5f3f9cdb9c msvcp71: Added _String_base::_Xlen and _Xran implementation. 2012-07-27 17:05:21 +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 c5cd3d4d76 msvcp71: Forward basic_string::operator{<,<=,>,>=} to msvcp90. 2012-07-03 16:58:51 +02: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 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