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 |
2011-10-18 |
Piotr Caban | msvcp90: Added basic_string::get_allocator implementation. |
tree | commitdiff |
2011-10-18 |
Piotr Caban | msvcp90: Added basic_string::erase iterator based funct... |
tree | commitdiff |
2011-10-18 |
Piotr Caban | msvcp90: Added basic_string::replace iterator based... |
tree | commitdiff |
2011-10-18 |
Piotr Caban | msvcp90: Added basic_string::find_last_not_of implement... |
tree | commitdiff |
2011-10-18 |
Piotr Caban | msvcp90: Added basic_string::rfind implementation. |
tree | commitdiff |
2011-10-14 |
Piotr Caban | msvcp: Sync spec files. |
tree | commitdiff |
2011-10-14 |
Piotr Caban | msvcp90: Added _String_val class implementation. |
tree | commitdiff |
2011-10-14 |
Piotr Caban | msvcp90: Remove code that is never executed. |
tree | commitdiff |
2011-10-14 |
Piotr Caban | msvcp90: Added basic_string::max_size implementation. |
tree | commitdiff |
2011-10-14 |
Piotr Caban | msvcp90: Added more basic_string constructor implementa... |
tree | commitdiff |
2011-10-14 |
Piotr Caban | msvcp90: Added more basic_string::assing functions. |
tree | commitdiff |
2011-10-14 |
Piotr Caban | msvcp90: Added basic_string::operator>= implementation. |
tree | commitdiff |
2011-10-14 |
Piotr Caban | msvcp90: Added basic_string::operator> implementation. |
tree | commitdiff |
2011-10-14 |
Piotr Caban | msvcp90: Added basic_string::operator<= implementation. |
tree | commitdiff |
2011-10-13 |
Piotr Caban | msvcp90: Added basic_string::operator[] implementation. |
tree | commitdiff |
2011-10-13 |
Piotr Caban | msvcp90: Added basic_string<wchar>::replace implementation. |
tree | commitdiff |
2011-10-13 |
Piotr Caban | msvcp90: Added basic_string<char>::replace implementation. |
tree | commitdiff |
2011-10-13 |
Piotr Caban | msvcp90: Added basic_string::reserve implementation. |
tree | commitdiff |
2011-10-13 |
Piotr Caban | msvcp90: Added operator+(basic_string, char) implementa... |
tree | commitdiff |
2011-10-13 |
Piotr Caban | msvcp90: Added basic_string::find_first_not_of implemen... |
tree | commitdiff |
2011-09-14 |
Piotr Caban | msvcp90: Don't overwrite string length in basic_string... |
tree | commitdiff |
2011-09-13 |
Piotr Caban | msvcp90: Added basic_string::append functions. |
tree | commitdiff |
2011-09-13 |
Piotr Caban | msvcp90: Added basic_string::_Pdif implementation. |
tree | commitdiff |
2011-09-13 |
Piotr Caban | msvcp90: Added basic_string::_Copy_s implementation. |
tree | commitdiff |
2011-09-13 |
Piotr Caban | msvcp90: Added basic_string::_Chassign implementation. |
tree | commitdiff |
2011-09-13 |
Piotr Caban | msvcp90: Added basic_string::{begin,rbegin,end,rend... |
tree | commitdiff |
2011-09-13 |
Piotr Caban | msvcp90: Added basic_string::empty() implementation. |
tree | commitdiff |
2011-09-13 |
Piotr Caban | msvcp90: Added set_new_handler implementation. |
tree | commitdiff |
2011-09-12 |
Piotr Caban | msvcp90: Added basic_string::push_back(char) implementa... |
tree | commitdiff |
2011-09-12 |
Piotr Caban | msvcp90: Added basic_string::operator=(char) implementa... |
tree | commitdiff |
2011-09-12 |
Piotr Caban | msvcp90: Added basic_string::find(basic_string, size_t... |
tree | commitdiff |
2011-09-12 |
Piotr Caban | msvcp90: Added basic_string::substr(size_t, size_t... |
tree | commitdiff |
2011-09-12 |
Piotr Caban | msvcp90: Added basic_string<wchar>::operator=(const... |
tree | commitdiff |
2011-09-12 |
Piotr Caban | msvcp90: Added basic_string::find(const char*, size_t... |
tree | commitdiff |
2011-09-12 |
Piotr Caban | msvcp90: Added basic_string<char>(allocator<char>)... |
tree | commitdiff |
2011-09-01 |
Andrew Talbot | msvcp90: Avoid a forward declaration. |
tree | commitdiff |
2011-08-24 |
Alexandre Julliard | msvcp90: Add separate entry points for functions with... |
tree | commitdiff |
2011-08-24 |
Piotr Caban | msvcp90: Added basic_streambuf<char>::{Lock, Unlock... |
tree | commitdiff |
2011-08-24 |
Piotr Caban | msvcp90: Added basic_streambuf<char> buffer accessing... |
tree | commitdiff |
2011-08-24 |
Piotr Caban | msvcp90: Added basic_streambuf<char>::{ctor, dtor}... |
tree | commitdiff |
2011-08-24 |
Piotr Caban | msvcp90: Added locale::facet class implementation. |
tree | commitdiff |
2011-08-24 |
Piotr Caban | msvcp90: Added locale::id class implementation. |
tree | commitdiff |
2011-08-24 |
Piotr Caban | msvcp90: Added basic_ostream<char> class stub. |
tree | commitdiff |
2011-08-23 |
Piotr Caban | msvcp90: Added basic_streambuf<char> class stub. |
tree | commitdiff |
2011-08-22 |
Andrew Talbot | msvcp90: void functions should not return a value. |
tree | commitdiff |
2011-07-29 |
Piotr Caban | msvcp90: Added wctype implementation. |
tree | commitdiff |
2011-07-29 |
Piotr Caban | msvcp90: Added _Locinfo class stub. |
tree | commitdiff |
2011-07-08 |
Alexandre Julliard | msvcp90/tests: Fix the calling convention of some funct... |
tree | commitdiff |
2011-07-05 |
Alexandre Julliard | msvcp90/tests: Dynamically generate a thunk to call... |
tree | commitdiff |
2011-06-27 |
Alexandre Julliard | msvcp90: Make sure an exported variable is initialized. |
tree | commitdiff |
2011-06-23 |
Piotr Caban | msvcp90: Added older version of basic_string::_Tidy... |
tree | commitdiff |
2011-06-23 |
Piotr Caban | msvcp90: Export already implemented basic_string privat... |
tree | commitdiff |
2011-06-23 |
Piotr Caban | msvcp90: Added basic_string operator!= implementation. |
tree | commitdiff |
2011-06-23 |
Piotr Caban | msvcp90: Added basic_string operator== implementation. |
tree | commitdiff |
2011-06-23 |
Piotr Caban | msvcp90: Added basic_string::last_index_of implementation. |
tree | commitdiff |
2011-06-22 |
Piotr Caban | msvcp90: Added basic_string_char::find_first_of impleme... |
tree | commitdiff |
2011-06-22 |
Piotr Caban | msvcp90: Added _Lockit class implementation. |
tree | commitdiff |
2011-06-22 |
Piotr Caban | msvcp90: Added locale class stub. |
tree | commitdiff |
2011-06-22 |
Piotr Caban | msvcp90: Added locale::_Locimp class stub. |
tree | commitdiff |
2011-06-22 |
Piotr Caban | msvcp90: Added std::locale::id class stub. |
tree | commitdiff |
2011-06-22 |
Piotr Caban | msvcp90: Added std::locale::facet class stub. |
tree | commitdiff |
2011-05-27 |
Alexandre Julliard | msvcp90: Add an msvcp-specific size_t to avoid casts... |
tree | commitdiff |
2011-05-27 |
Piotr Caban | msvcp90: Added _Mutex class implementation. |
tree | commitdiff |
2011-05-27 |
Piotr Caban | msvcp90: Added basic_ios<char> class stub. |
tree | commitdiff |
2011-05-27 |
Piotr Caban | msvcp90/tests: Don't check if msvcp90 functions exists... |
tree | commitdiff |
2011-05-27 |
Piotr Caban | msvcp90/tests: Don't check if msvcp90 functions exists... |
tree | commitdiff |
2011-05-27 |
Piotr Caban | msvcp90: Added ios_base class stub. |
tree | commitdiff |
2011-05-16 |
Igor Paliychuk | msvcrt: _CxxThrowException is stdcall, not cdecl. |
tree | commitdiff |
2011-05-05 |
Alexandre Julliard | msvcp: Export the various floating point constants. |
tree | commitdiff |
2011-05-04 |
Alexandre Julliard | msvcp: Implement the Ctraits math functions. |
tree | commitdiff |
2011-05-04 |
Alexandre Julliard | msvcp: Implement the numeric limit functions. |
tree | commitdiff |
2011-05-04 |
Alexandre Julliard | msvcp: Implement the numeric limit constants. |
tree | commitdiff |
2011-05-04 |
Alexandre Julliard | msvcp: Export a couple of variables and their access... |
tree | commitdiff |
2011-05-03 |
Alexandre Julliard | msvcp: Don't define stubs for data exports. |
tree | commitdiff |
2011-05-03 |
Alexandre Julliard | msvcrt: Update spec files using the make_specfiles... |
tree | commitdiff |
2011-04-29 |
Piotr Caban | msvcp90: Added basic_string<char> operator+=(char*... |
tree | commitdiff |
2011-04-29 |
Piotr Caban | msvcp90: Added basic_string<char> clear implementation. |
tree | commitdiff |
2011-04-29 |
Piotr Caban | msvcp90: Added basic_string<char> constructor implement... |
tree | commitdiff |
2011-04-29 |
Piotr Caban | msvcp90: Added basic_string<char> resize implementation. |
tree | commitdiff |
2011-04-29 |
Piotr Caban | msvcp90: Added basic_string<char> operator[] implementa... |
tree | commitdiff |
2011-04-29 |
Piotr Caban | msvcp90: Added basic_string<char> at implementation. |
tree | commitdiff |
2011-04-29 |
Piotr Caban | msvcp90: Added basic_string<char> operator +=(char... |
tree | commitdiff |
2011-04-29 |
Piotr Caban | msvcp90/tests: Added basic_string<char> find tests. |
tree | commitdiff |
2011-04-29 |
Piotr Caban | msvcp90: Added basic_string<char> find implementation. |
tree | commitdiff |
2011-04-29 |
Piotr Caban | msvcp90: Added basic_string<char> operator< implementation. |
tree | commitdiff |
2011-04-29 |
Piotr Caban | msvcp90: Move basic_string<char>:swap implementation. |
tree | commitdiff |
2011-04-01 |
Piotr Caban | msvcp90/tests: Added operator+ tests (basic_string... |
tree | commitdiff |
2011-04-01 |
Piotr Caban | msvcp: Added basic_string<wchar> operator+ implementations. |
tree | commitdiff |
2011-04-01 |
Piotr Caban | msvcp: Added basic_string<char> operator+ implementations. |
tree | commitdiff |
2011-04-01 |
Piotr Caban | msvcp: Added basic_string<{char, wchar}> operator+... |
tree | commitdiff |
2010-11-29 |
Eryk Wieliczko | msvcp90/tests: Added basic_string<{char, wchar}>.capaci... |
tree | commitdiff |
2010-11-29 |
Eryk Wieliczko | msvcp90: Added basic_string<{char, wchar}>.capacity... |
tree | commitdiff |
2010-11-25 |
Piotr Caban | msvcp90/tests: Added basic_string<char>::compare tests. |
tree | commitdiff |
2010-11-25 |
Piotr Caban | msvcp90: Added basic_string<wchar>::compare implementation. |
tree | commitdiff |
2010-11-25 |
Piotr Caban | msvcp90: Added basic_string<char>::compare implementation. |
tree | commitdiff |
2010-11-25 |
Piotr Caban | msvcp90: Added basic_string<{char,wchar}> constructor... |
tree | commitdiff |
next |