comctl32/dpa: Some DPA_Merge tests.
[wine] / dlls / msvcrt / tests /
2009-09-10  Alexandre Julliardmsvcrt/tests: Add tests for the handle inheritance...
2009-09-02  Ge van Geldorpmsvcrt/tests: Add acceptable error codes for W2K8+.
2009-09-01  Eric Pouechmsvcrt: Correctly handle the error cases in strtol...
2009-05-23  Alexandre Julliardmsvcrt: Replace long by MSVCRT_long.
2009-05-23  Alexandre Julliardmsvcrt/tests: Make all msvcrt function pointers cdecl.
2009-05-23  Alexandre Julliardmsvcrt: Fix the stat and finddata structures for 64...
2009-05-23  Alexandre Julliardmsvcrt: Add explicit 32- and 64-bit versions of the...
2009-05-23  Alexandre Julliardmsvcrt: Add explicit 32- and 64-bit versions of the...
2009-05-20  Alexandre Julliardmsvcrt/tests: Use the _winver etc. variables instead...
2009-05-11  Austin Englishmsvcrt/tests: Sign compare fixes.
2009-04-22  Rein Klazesmsvcrt/tests: Add some tests for strtok().
2009-04-20  Rein Klazesmsvcrt: Do not set the windows version to 0.5.
2009-04-14  Rein Klazesmsvcrt: Correct implementation of _ecvt() with tests.
2009-03-26  Hans Leidekkermsvcrt: Add tests for _vscprintf and _vscwprintf.
2009-02-18  Juan M. Navarromsvcrt/tests: Avoid size_t in printf format.
2009-02-11  Francois GougetAssorted spelling fixes.
2009-02-06  David Hedbergmsvcrt: Implement _mbcjistojms.
2009-01-30  Francois Gougetmsvcrt/tests: Remove a space before a '\n'.
2009-01-29  Dan Kegelmsvcrt: Remove CRs earlier in ascii mode in fseek,...
2009-01-29  Dan Kegelmsvcrt: _flsbuf zeroes _cnt.
2009-01-28  Uwe Bonnesmsvcrt/tests: Test case to show Wine still mishandles...
2009-01-27  Hans Leidekkermsvcrt: Add a test for _vsnwprintf.
2009-01-19  Alexandre Julliardlibwine: Re-generate the Windows codepage data using...
2009-01-19  Dan Kegelmsvcrt: Remove CRs earlier in ascii mode.
2009-01-08  Alexandre Julliardmsvcrt/tests: Avoid printing pointer differences in...
2009-01-05  Alexandre Julliardmsvcrt: Fix the time_t definition for the msvcrt build.
2009-01-04  Alexandre Julliardmsvcrt/tests: Fix the scanf pointer formatting tests...
2009-01-04  Alexandre Julliardmsvcrt/tests: Fix the printf pointer formatting tests...
2009-01-03  Alexandre Julliardmsvcrt/tests: Fix some printf formats for 64-bit.
2009-01-03  Alexandre Julliardmsvcrt/tests: Use unsigned int instead of size_t for...
2008-12-23  Michael Stefaniucmsvcrt/tests: Use the C standard for multiline strings.
2008-12-20  Alexandre Julliardmsvcrt/tests: Avoid sizeof in a trace.
2008-12-17  Francois Gougetmsvcrt/tests: Add a trailing '\n' to an ok() call.
2008-12-16  Dan Kegelmsvcrt: fread: Exhaust buffered data before using unbuf...
2008-12-12  Francois Gougetmsvcrt/tests: Make void test_cp_table() static.
2008-12-12  Francois Gougetmsvcrt/tests: Add a trailing '\n' to ok() calls.
2008-12-12  Alexandre Julliardmsvcrt/tests: Load __mb_cur_max and _mbctype dynamicall...
2008-12-12  Alexandre Julliardmsvcrt: Don't include msvcrt headers, instead duplicate...
2008-12-10  Francois Gougetmsvcrt: Fix the permissions returned by fstat*() (with...
2008-12-10  Francois Gougetmsvcrt/tests: Add a stat() test.
2008-12-10  Francois Gougetmsvcrt/tests: Stricter fstat() tests.
2008-12-05  Michael Stefaniucmsvcrt: Use NULL instead of casting zero.
2008-11-13  Alexandre Julliardmsvcrt/tests: Run time tests for the current year inste...
2008-11-12  Alexandre Julliardmsvcrt/tests: Trace the timezone being used.
2008-11-03  Michael StefaniucRemove the remaining casts of NULL.
2008-10-02  Jeff Zaroykomsvcrt: Avoid a NULL pointer deref in ctime.
2008-09-18  Jeff Zaroykokernel32: Modify DeleteFileW to fail on directories.
2008-09-17  Rob Shearmanmsvcrt: Fix character count passed into fgetws in test_...
2008-09-04  Alexandre Julliardmsvcrt/tests: Fix the %n format test for Vista.
2008-09-03  James Hawkinsmsvcrt: Trace the results of two failing tests.
2008-08-27  Jeff Zaroykomsvcrt: Add a test for unlinking non-empty directories.
2008-08-26  Alexandre Julliardmsvcrt/tests: Add support for some broken demangle...
2008-08-19  Michael Karchermsvcrt/file: stdio should clamp characters to 8 bits.
2008-07-16  Jon Griffithsmsvcrt: Fix exponents in *printf family.
2008-07-09  Jon Griffithsmsvcrt: Make tests for [w]makepath pass.
2008-07-09  Jon Griffithsmsvcrt: Tests for [w]makepath.
2008-07-08  Alexandre Julliardmsvcrt/tests: Fix register constraints on thiscall...
2008-07-02  Peter Oberndorfermsvcrt: Implement %p for scanf.
2008-07-02  Peter Oberndorfermsvcrt: Add a test for scanf %p.
2008-06-10  Alexandre Julliardmsvcrt/tests: Fix a couple of tests on Vista.
2008-05-28  Jon Griffithsmsvcrt: Fix a test that fails on win95.
2008-05-28  Jon Griffithsmsvcrt: Fix file test which fails on Vista.
2008-05-28  Jon Griffithsmsvcrt: Fix an RTTI test Failure on Vista.
2008-05-27  Jon Griffithsmsvcrt/tests: Fix 3 tests that always fail on Vista.
2008-05-27  Jon Griffithsmsvcrt/tests: Fix 4 tests that always fail on Vista.
2008-05-26  Alexandre Julliardtests: Use the Wine import libraries when compiling...
2008-04-29  Eric Pouechmsvcrt: Fixed space in type with double indirection.
2008-04-29  Eric Pouechmsvcrt: undname: correctly handle multi-dimensional...
2008-04-29  Eric Pouechmsvcrt: Fixed symbol unmangling for template-parameter...
2008-04-09  Austin EnglishSpelling fixes.
2008-04-09  Erik de Castro Lopomsvcrt: Clear end-of-file flag on fseek.
2008-03-10  Alexandre Julliardmsvcrt/tests: The new string functions don't have to...
2008-02-27  Alistair Leslie... msvcrt: Implement wcscpy_s.
2008-02-12  Dan Kegelmsvcrt: Fix EOF behavior on read from pipe or console.
2008-01-22  Eric Pouechmsvcrt: symbol undecoration: Really check that we get...
2008-01-22  Eric Pouechmsvcrt: symbol undecoration: Now correctly parsing...
2007-11-28  Lionel Debrouxmsvcrt: Test more offsets for _aligned_offset_realloc...
2007-11-26  Lionel Debrouxmsvcrt: Fix memory leak (found by Smatch).
2007-11-19  Michael Stefaniucmsvcrt/tests: Remove redundant NULL check before free...
2007-11-16  Stefan Dösingermsvcrt: Implement _mbsnbcpy_s.
2007-11-16  Stefan Dösingermsvcrt: Implement strcat_s.
2007-11-16  Stefan Dösingermsvcrt: Implement strcpy_s.
2007-11-07  Dan Kegelmsvcrt: Fix two buglets in heap test.
2007-10-29  Mikolaj Zalewskimsvcrt/tests: Loosen the mbctype test to pass under...
2007-10-26  Lionel Debrouxmsvcrt/tests: Fix memory leak (found by Smatch).
2007-10-10  Alexandre Julliardmsvcrt: Fix demangling of function pointers by maintain...
2007-10-09  Dan Kegelmsvcrt: Fix ^Z handling in text mode.
2007-10-05  Dan Kegelmsvcrt: Improve CR CR LF handling.
2007-09-25  Karl Reltonmsvcrt: New implementation of fcvt.
2007-08-24  Mikolaj Zalewskimsvcrt: Implement and test _mbsbtype.
2007-08-24  Mikolaj Zalewskimsvcrt: Test and fix _ismbslead and _ismbstrail.
2007-08-23  Mikolaj Zalewskimsvcrt: Test and fix _mbsinc/_mbsninc.
2007-08-23  Mikolaj Zalewskimsvcrt: Don't test codepage 20932.
2007-08-23  Mikolaj Zalewskimsvcrt: Test and fix _mbccpy, _mbsncpy and _mbsnbcpy.
2007-08-21  Mikolaj Zalewskimsvcrt: Test that some functions depends on locale...
2007-08-21  Mikolaj Zalewskimsvcrt: Test and fix _mbclen/_mbslen.
2007-08-21  Mikolaj Zalewskimsvcrt: Test and fix _mbsnextc.
2007-08-21  Mikolaj Zalewskimsvcrt: Implement _ismbblead/_ismbbtrail using _mbctype...
2007-08-21  Mikolaj Zalewskimsvcrt: Fill _mbctype table in _setmbcp.
2007-08-21  Paul Vriensmsvcrt/tests: Wait for spawned processes to finish.
next