Commit Graph

16 Commits

Author SHA1 Message Date
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