netstat: Initial implementation.
[wine] / dlls / msvcp90 / tests /
2012-11-16  Piotr Cabanmsvcp90: Added wctrans and towctrans tests.
2012-11-14  Piotr Cabanmsvcp90: Fixed basic_istream_char_read_uint64 tests.
2012-11-12  Piotr Cabanmsvcp90: Fixed a memory leak in virtual destructor...
2012-11-12  Piotr Cabanmsvcp90: Free memory allocated by _get_current_locale...
2012-11-09  Daniel Lehmanmsvcp90/tests: Add fstream<>::tellg tests.
2012-11-07  Piotr Cabanmsvcp90: Destroy string returned by basic_stringbuf_cha...
2012-11-07  Piotr Cabanmsvcp90: Fixed long long printing in tests.
2012-11-05  Daniel Lehmanmsvcp90: Use streambuf sgetc/snextc in std::getline...
2012-10-31  Daniel Lehmanmsvcp90: In istream<>::tellg don't use sentry.
2012-10-29  Daniel Lehmanmsvcp90: Set eof state in istream<>::peek if got eof.
2012-10-26  Daniel Lehmanmsvcp90: In istream::seekg, don't use sentry and clear...
2012-10-25  Daniel Lehmanmsvcp90: Set state at end of istream<>::ignore.
2012-10-24  Daniel Lehmanmsvcp90: Set failbit at end of istream<>::sentry::_Ipfx.
2012-10-19  Daniel Lehmanmsvcp90: In num_put, use default precision of 6 if...
2012-10-16  Daniel Lehmanmsvcp90: Fix num_get<>::_Getffld.
2012-10-12  Daniel Lehmanmsvcp90: Fix parsing in num_get<>::_Getifld.
2012-09-10  Dan Kegelmsvcp90: Handle npos as length in more places.
2012-07-17  Daniel Lehmanmsvcp90: Handle npos as a len in basic_string<>::replace.
2012-07-09  Piotr Cabanmsvcp90/tests: Added destructor tests for class with...
2012-07-02  Piotr Cabanmsvcp90/tests: Added _Getcoll tests.
2012-07-02  Piotr Cabanmsvcp90/tests: Fixed _Getctype tests.
2012-03-14  Nicolas Le Cammsvcp90/tests: Don't redefine __thiscall.
2012-01-16  Daniel Lehmanmsvcp90: Start rfind from given position.
2011-12-29  Piotr Cabanmsvcp90/tests: Test virtual function calls returning...
2011-12-20  Piotr Cabanmsvcp90: Added collate<char>::compare implementation.
2011-12-06  Piotr Cabanmsvcp90: Added _Getctype implementation.
2011-07-29  Piotr Cabanmsvcp90: Added wctype implementation.
2011-07-08  Alexandre Julliardmsvcp90/tests: Fix the calling convention of some funct...
2011-07-05  Alexandre Julliardmsvcp90/tests: Dynamically generate a thunk to call...
2011-05-27  Piotr Cabanmsvcp90/tests: Don't check if msvcp90 functions exists...
2011-05-27  Piotr Cabanmsvcp90/tests: Don't check if msvcp90 functions exists...
2011-04-29  Piotr Cabanmsvcp90/tests: Added basic_string<char> find tests.
2011-04-01  Piotr Cabanmsvcp90/tests: Added operator+ tests (basic_string...
2010-11-29  Eryk Wieliczkomsvcp90/tests: Added basic_string<{char, wchar}>.capaci...
2010-11-25  Piotr Cabanmsvcp90/tests: Added basic_string<char>::compare tests.
2010-11-23  Piotr Cabanmsvcp90/tests: Fix typo in loaded function name.
2010-11-18  Piotr Cabanmsvcp90/tests: Added basic_string<char>::append tests.
2010-11-17  Vincas Miliūnasmsvcp90/tests: Added basic_string<wchar_t>::swap tests.
2010-11-17  Vincas Miliūnasmsvcp90/tests: Added basic_string<char>::swap tests.
2010-09-19  Alexandre Julliardmakefiles: Rename the SRCDIR, TOPSRCDIR and TOPOBJDIR...
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-09-03  Piotr Cabanmsvcp90/tests: Fix basic_string<wchar_t>.size tests.
2010-09-02  Piotr Cabanmsvcp90/tests: Added basic_string<{char,wchar_t}>.size...
2010-09-02  Piotr Cabanmsvcp90/tests: Added basic_string<{char,wchar_t}>.data...
2010-08-30  Piotr Cabanmsvcp90/tests: Added basic_string<wchar_t> tests.
2010-08-24  Piotr Cabanmsvcp90/tests: Added basic_string<char> tests.
2010-08-18  Piotr Cabanmsvcp90/tests: Added allocator<char> tests.
2010-08-16  Piotr Cabanmsvcp90: Added 64-bit char_traits tests.
2010-07-28  Piotr Cabanmsvcp90: Added 64-bit exports.
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-07-21  Piotr Cabanmsvcp90/tests: Added char_traits<char>::_Copy_s tests.
2010-07-21  Piotr Cabanmsvcp90/tests: Added char_traits equal tests.
2010-07-21  Piotr Cabanmsvcp90/tests: Added char_traits assign tests.