Commit Graph

32 Commits

Author SHA1 Message Date
Piotr Caban d7e9190032 msvcp90: Introduce throw_failure helper.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-08-27 20:25:05 +02:00
Piotr Caban 503f3462c6 msvcp90: Don't use throw_exception helper for out_of_range exception.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-08-27 20:25:05 +02:00
Piotr Caban 6b7b6f45e1 msvcp90: Don't use throw_exception helper for length_error exception.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-08-27 20:25:05 +02:00
Piotr Caban c306c527e7 msvcrt: Fix _CxxThrowException prototype.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-08-27 20:25:05 +02:00
Piotr Caban 1c09a7c5c4 msvcp90: Don't use throw_exception helper for bad_alloc exception.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-08-26 21:49:09 +02:00
Piotr Caban eebc5c505e msvcp90: Don't use throw_exception helper for rethrow.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-08-26 21:49:09 +02:00
Piotr Caban ff5d176ce2 msvcp90: Always throw bad_alloc exception in operator_new on allocation failure.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-08-26 21:49:09 +02:00
Piotr Caban 3a86f0a68f msvcp90: Remove MSVCRT_ prefix from new() and delete().
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-08-26 21:49:09 +02:00
Piotr Caban 74859a9cdc msvcp60: Remove MSVCP_bool type.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-11-27 21:59:40 +01:00
Piotr Caban 5087759e4c msvcp60: Remove MSVCP_size_t type.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-11-27 21:59:40 +01:00
Piotr Caban c5530b276d msvcp: Add _Init_locks class implementation.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46982
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-06-05 21:40:55 +02: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
Alexandre Julliard 90aad327ae msvcp: Add a macro to access the locale field of I/O streams. 2015-03-16 21:52:53 +09:00
Alexandre Julliard 402a72a07a msvcp60: Merge I/O stream code with msvcp90 where possible to reduce the differences. 2015-03-13 14:07:23 +09:00
Alexandre Julliard 62ae503fa1 msvcp60: Add MSVCP prefix on exported string functions. 2015-03-13 00:28:13 +09:00
Alexandre Julliard 2466ed265e msvcp60: Share memory functions implementation with msvcp90. 2015-03-12 17:27:03 +09:00
Piotr Caban 52aeccf960 msvcp90: Fix string leak in locale__Locimp__Makeloc function. 2013-08-28 16:14:37 +02:00
Francois Gouget ebd28d5034 msvcp60: Make some codecvt_xxx() functions static or remove them. 2012-11-23 14:39:34 +01:00
Piotr Caban 8048d04e59 msvcp60: Fixed num_get class implementataion. 2012-11-14 16:36:28 +01:00
Piotr Caban b999c3e307 msvcp60: Remove mutex class. 2012-11-14 16:36:27 +01:00
Piotr Caban 3b69e28a89 msvcp60: Fixed basic_filebuf<short> implementation. 2012-11-14 16:32:50 +01:00
Piotr Caban 043fcc92be msvcp60: Fixed basic_filebuf<char> implementation. 2012-11-14 16:32:12 +01:00
Piotr Caban f6542bbb96 msvcp60: Fixed basic_streambuf class structure. 2012-11-07 18:12:08 +01:00
Piotr Caban 5b1ee41daa msvcp60: Fixed basic_stringbuf class structure. 2012-10-17 11:53:44 +02:00
Piotr Caban 9d7f3c7651 msvcp60: Copy source files from msvcp90. 2012-10-04 13:42:04 +02:00
Piotr Caban 0ebd8990df msvcp60: Fixed RTTI structure on 64-bit systems. 2012-09-07 11:55:09 +02:00
Piotr Caban e29c3066bc msvcp60: Keep class definitions in separate file. 2012-07-03 16:58:40 +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 e3174d93d8 msvcp60: Fix _Lockit class implementation. 2012-01-30 20:44:50 +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