projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
windowscodecs: Implement JpegEncoder_CreateNewFrame.
[wine]
/
dlls
/
msvcp90
/
2012-04-04
Alexandre Julliard
msvcp90: Use the correct vtable pointer for type_info...
tree
|
commitdiff
2012-03-30
Piotr Caban
msvcp90: Added partial basic_ios<short> implementation.
tree
|
commitdiff
2012-03-30
Piotr Caban
msvcp90: Added partial basic_ios<wchar> implementation.
tree
|
commitdiff
2012-03-30
Piotr Caban
msvcp90: Added partial basic_ios<char> implementation.
tree
|
commitdiff
2012-03-29
Piotr Caban
msvcp90: Added support for exception reraising in ios_b...
tree
|
commitdiff
2012-03-29
Piotr Caban
msvcp90: Added this parameter to cdecl functions define...
tree
|
commitdiff
2012-03-29
Piotr Caban
msvcp90: Added ios_base class implementation.
tree
|
commitdiff
2012-03-28
Piotr Caban
msvcp90: Added basic_streambuf<wchar> implementation.
tree
|
commitdiff
2012-03-28
Piotr Caban
msvcp90: Added basic_streambuf<char> implementation.
tree
|
commitdiff
2012-03-28
Piotr Caban
msvcp90: Added numpunct<wchar> implementation.
tree
|
commitdiff
2012-03-27
Piotr Caban
msvcp90: Use DEFINE_RTTI_DATA to initialize exception...
tree
|
commitdiff
2012-03-27
Piotr Caban
msvcp90: Use DEFINE_RTTI_DATA to define locale_facet...
tree
|
commitdiff
2012-03-27
Piotr Caban
msvcp90: Use DEFINE_RTTI_DATA to define iosb RTTI base...
tree
|
commitdiff
2012-03-27
Piotr Caban
msvcp90: Don't define separate structures for num_get...
tree
|
commitdiff
2012-03-14
Nicolas Le Cam
msvcp90/tests: Don't redefine __thiscall.
tree
|
commitdiff
2012-03-09
Thomas Faber
msvcp90: Fix build with MSVC.
tree
|
commitdiff
2012-01-16
Daniel Lehman
msvcp90: Start rfind from given position.
tree
|
commitdiff
2012-01-16
Piotr Caban
msvcp90: Fix mistakes in spec file.
tree
|
commitdiff
2012-01-13
Daniel Lehman
msvcp90: Flip num_get<char/wchar_t> do_get_long and...
tree
|
commitdiff
2012-01-13
Daniel Lehman
msvcp90: Add num_get<short> stubs.
tree
|
commitdiff
2012-01-12
Piotr Caban
msvcp90: Fix mistakes in spec file.
tree
|
commitdiff
2012-01-12
Daniel Lehman
msvcp90: Forward uncaught_exception to msvcrt.
tree
|
commitdiff
2012-01-11
Daniel Lehman
msvcp90: Add num_get<char> stubs.
tree
|
commitdiff
2012-01-10
Piotr Caban
msvcp90: Fix errors related to name demangling.
tree
|
commitdiff
2012-01-09
Daniel Lehman
msvcp90: Add basic_ios<wchar_t> stubs.
tree
|
commitdiff
2012-01-06
Daniel Lehman
msvcp90: Fix return value for ctype<wchar_t> do_is...
tree
|
commitdiff
2012-01-05
Daniel Lehman
msvcp90: basic_string<>::rfind(ch) should call rfind.
tree
|
commitdiff
2012-01-05
Daniel Lehman
msvcp90: Add num_get<wchar_t> stubs.
tree
|
commitdiff
2012-01-05
Daniel Lehman
msvcp90: Make type_info::mangled larger.
tree
|
commitdiff
2012-01-04
Daniel Lehman
msvcp90: Use passed in beg to find the length in basic_...
tree
|
commitdiff
2012-01-03
Piotr Caban
msvcp90: Update data pointer after resizing string.
tree
|
commitdiff
2011-12-29
Piotr Caban
msvcp90/tests: Test virtual function calls returning...
tree
|
commitdiff
2011-12-29
Piotr Caban
msvcp90: Added numpunct<char> class implementation.
tree
|
commitdiff
2011-12-29
Piotr Caban
msvcp90: Added numpunct<char> constructors implementation.
tree
|
commitdiff
2011-12-29
Piotr Caban
msvcp90: Fix class functions invocation on 64bit systems.
tree
|
commitdiff
2011-12-23
Piotr Caban
msvcp90: Correctly initialize vtable pointer in Getcat...
tree
|
commitdiff
2011-12-23
Piotr Caban
msvcp90: Added numpunct<wchar_t> class stub.
tree
|
commitdiff
2011-12-23
Piotr Caban
msvcp90: Added numpunct<char> class stub.
tree
|
commitdiff
2011-12-22
Piotr Caban
msvcp90: Added ctype<wchar_t>::scan functions implement...
tree
|
commitdiff
2011-12-22
Piotr Caban
msvcp90: Added ctype<wchar_t>::is functions implementation.
tree
|
commitdiff
2011-12-22
Piotr Caban
msvcp90: Added ctype<wchar_t>::toupper functions implem...
tree
|
commitdiff
2011-12-22
Piotr Caban
msvcp90: Added ctype<wchar_t>::tolower functions implem...
tree
|
commitdiff
2011-12-22
Piotr Caban
msvcp90: Added ctype<wchar_t>::widen functions implemen...
tree
|
commitdiff
2011-12-22
Piotr Caban
msvcp90: Added ctype<wchar_t>::narrow functions impleme...
tree
|
commitdiff
2011-12-22
Piotr Caban
msvcp90: Added ctype<wchar_t> constructors implementation.
tree
|
commitdiff
2011-12-21
Piotr Caban
msvcp90: Don't crash if NULL is passed to _Strcoll...
tree
|
commitdiff
2011-12-21
Piotr Caban
msvcp90: Added ctype<char>::is functions implementation.
tree
|
commitdiff
2011-12-21
Piotr Caban
msvcp90: Added ctype<char>::toupper functions implement...
tree
|
commitdiff
2011-12-21
Piotr Caban
msvcp90: Added ctype<char>::tolower functions implement...
tree
|
commitdiff
2011-12-21
Piotr Caban
msvcp90: Hold _LOCK_LOCALE critical section while _Lock...
tree
|
commitdiff
2011-12-21
Piotr Caban
msvcp90: Added ctype<char>::widen functions implementation.
tree
|
commitdiff
2011-12-21
Piotr Caban
msvcp90: Added ctype<char>::narrow functions implementa...
tree
|
commitdiff
2011-12-21
Piotr Caban
msvcp90: Added ctype<char> constructors implementation.
tree
|
commitdiff
2011-12-21
Piotr Caban
msvcp90: Added partial collate<wchar_t> implementation.
tree
|
commitdiff
2011-12-20
Piotr Caban
msvcp90: Correctly export collate<short> constructors.
tree
|
commitdiff
2011-12-20
Piotr Caban
msvcp90: Added collate<char>::do_hash implementation.
tree
|
commitdiff
2011-12-20
Piotr Caban
msvcp90: Added collate<char>::compare implementation.
tree
|
commitdiff
2011-12-20
Piotr Caban
msvcp90: Added macro to call functions from vtable.
tree
|
commitdiff
2011-12-19
Piotr Caban
msvcp90: Use macro to define RTTI data.
tree
|
commitdiff
2011-12-19
Piotr Caban
msvcp90: Added collate<char> constructors implementation.
tree
|
commitdiff
2011-12-19
Piotr Caban
msvcp90: Reorder classes to avoid forward declarations.
tree
|
commitdiff
2011-12-16
Piotr Caban
msvcp90: Added ctype<unsigned short> class stub.
tree
|
commitdiff
2011-12-16
Piotr Caban
msvcp90: Added ctype<wchar_t> class stub.
tree
|
commitdiff
2011-12-16
Piotr Caban
msvcp90: Added ctype<char> class stub.
tree
|
commitdiff
2011-12-16
Piotr Caban
msvcp90: Added ctype_base class implementation.
tree
|
commitdiff
2011-12-15
Piotr Caban
msvcp90: Added collate<unsigned short> class stub.
tree
|
commitdiff
2011-12-15
Piotr Caban
msvcp90: Added collate<wchar_t> class stub.
tree
|
commitdiff
2011-12-15
Piotr Caban
msvcp90: Added collate<char> class stub.
tree
|
commitdiff
2011-12-15
Piotr Caban
msvcp90: Fixed basic_streambuf<char> vtable.
tree
|
commitdiff
2011-12-15
Piotr Caban
msvcp90: Removed __ASM_EXCEPTION_VTABLE macro.
tree
|
commitdiff
2011-12-08
Piotr Caban
msvcp90: Added _Locinfo::_Gettnames implementation.
tree
|
commitdiff
2011-12-08
Piotr Caban
msvcp90: Added _Locinfo::_Getmonths implementation.
tree
|
commitdiff
2011-12-08
Piotr Caban
msvcp90: Added _Locinfo::_Getdays implementation.
tree
|
commitdiff
2011-12-08
Piotr Caban
msvcp90: Added _Locinfo::_Getname implementation.
tree
|
commitdiff
2011-12-08
Piotr Caban
msvcp90: Added _Locinfo::_Getlconv implementation.
tree
|
commitdiff
2011-12-08
Piotr Caban
msvcp90: Added _Locinfo::_Getfalse and _Gettrue impleme...
tree
|
commitdiff
2011-12-08
Piotr Caban
msvcp90: Added _Getcvt implementation.
tree
|
commitdiff
2011-12-06
Piotr Caban
msvcp90: Added _Getctype implementation.
tree
|
commitdiff
2011-12-06
Piotr Caban
msvcp90: Added _Getcoll implementation.
tree
|
commitdiff
2011-12-06
Piotr Caban
msvcp90: Added _Locinfo::_Addcats partial implementation.
tree
|
commitdiff
2011-12-06
Piotr Caban
msvcp90: Added _Locinfo constructor implementation.
tree
|
commitdiff
2011-11-25
Piotr Caban
msvcp90: Added runtime_exception implementation.
tree
|
commitdiff
2011-11-25
Piotr Caban
msvcp90: Reorganize __ASM_EXCEPTION_VTABLE macro.
tree
|
commitdiff
2011-11-25
Piotr Caban
msvcp90: Added _Timevec class implementation.
tree
|
commitdiff
2011-11-25
Piotr Caban
msvcp90: Added locale::name implementation.
tree
|
commitdiff
2011-11-25
Piotr Caban
msvcp90: Added locale::_Addfac implementation.
tree
|
commitdiff
2011-11-25
Piotr Caban
msvcp90: Added locale copy based constructors implement...
tree
|
commitdiff
2011-11-23
Piotr Caban
msvcp90: Added empty locale constructor and destructor...
tree
|
commitdiff
2011-11-23
Piotr Caban
msvcp90: Added partial locale::_Locimp implementation.
tree
|
commitdiff
2011-11-17
Piotr Caban
msvcp90: Forward basic_string<short> to basic_string...
tree
|
commitdiff
2011-11-16
Piotr Caban
msvcp90: Fixed parameters number in functions returning...
tree
|
commitdiff
2011-11-16
Piotr Caban
msvcp90: Added basic_string::insert implementation.
tree
|
commitdiff
2011-11-16
Piotr Caban
msvcp90: Added basic_string::copy implementation.
tree
|
commitdiff
2011-11-16
Piotr Caban
msvcp90: Added basic_string::_Copy implementation.
tree
|
commitdiff
2011-11-15
Piotr Caban
msvcp90: Don't define empty structure.
tree
|
commitdiff
2011-11-14
Francois Gouget
msvcp90: Remove an unneeded cast.
tree
|
commitdiff
2011-11-07
Andrew Talbot
msvcp90: Superfluous semicolons fix.
tree
|
commitdiff
2011-10-27
Francois Gouget
msvcp90: Add a space before an implementation function...
tree
|
commitdiff
2011-10-18
Piotr Caban
msvcp90: Use debugstr_a to avoid overflow in traces.
tree
|
commitdiff
2011-10-18
Piotr Caban
msvcp90: Fix buffer size in basic_string_char_grow.
tree
|
commitdiff
next