winmm: Rearrange device mapping when a new default device is chosen.
[wine] / dlls / oleaut32 / tests / usrmarshal.c
2012-04-16  Michael Stefaniucoleaut32/tests: Compare the correct variants.
2012-01-09  Francois Gougetoleaut32/tests: Dynamically load some functions that...
2011-05-19  Alexandre Julliardoleaut32/tests: Remove some unnecessary constants.
2011-01-24  Nikolay Sivovoleaut32: Unmarshalled safearray is always unlocked.
2011-01-24  Nikolay Sivovoleaut32/tests: Fix safearray leaks, test return value...
2010-12-29  Michael Stefaniucoleaut32/tests: COM cleanup for usrmarshal.c.
2010-10-19  Nikolay Sivovoleaut32: Fix multidimensional SAFEARRAY marshalling.
2010-02-25  Huw Daviesoleaut32: Correctly marshal NULL interface ptrs.
2009-12-18  Jeremy Whiteoleaut32/tests: Adjust new tests to pass on win9x platf...
2009-12-11  Jeremy Whiteoleaut32/tests: Check the actual size of safe arrays...
2009-12-11  Jeremy Whiteoleaut32/tests: Avoid a memory leak; spotted by Valgrind.
2009-12-10  Jeremy Whiteusrmarshal: Add a test for marshalling a SAFEARRAY...
2009-07-10  Alexandre Julliardoleaut32/tests: Fix the usrmarshal tests on 64-bit.
2009-07-02  Paul Vriensoleaut32/tests: Fix test failures and crash on Win9x...
2009-04-07  Rob Shearmanoleaut32: Fix the SAFEARRAY marshalling on 64-bit platf...
2009-02-02  Rob Shearmanoleaut32: Initialise more of the context passed into...
2009-01-29  Michael Stefaniucoleaut32/tests: Remove superfluous pointer casts.
2008-06-09  Dan Kegeloleaut32/tests: Initialize reserved fields to unique...
2007-12-26  Rob Shearmanoleaut32: Fix copy and paste error in VARIANT_UserUnmar...
2007-12-07  Rob Shearmanoleaut32: Set the number of locks held on the safe...
2007-12-07  Rob Shearmanoleaut32: Try to re-use existing memory when unmarshall...
2007-06-27  Michael Stefaniucoleaut32: Remove superfluous casts of void pointers...
2007-06-25  Huw Daviesoleaut32: Handle marshaling of VARTYPE-less FADF_VARIAN...
2007-06-25  Huw Daviesoleaut32: Implement marshaling of VT_BYREF interfaces.
2007-03-20  Rob Shearmanoleaut32: Clear the input pvar structure in VARIANT_Use...
2007-03-20  Rob Shearmanoleaut32: Make the VARIANT_UserUnmarshal tests work...
2007-03-20  Rob Shearmanoleaut32: Add some tests for user marshaling a VT_UNKNO...
2007-02-05  Huw Daviesoleaut32: Fix marshaling of VARTYPE-less safearrays.
2006-10-12  Hans Leidekkeroleaut32/tests: Win64 printf format warning fixes.
2006-10-02  Francois Gougetoleaut32: Fixed compilation in the nameless union case.
2006-06-19  Kevin Koltzauoleaut32: Fix 64bit warnings in tests.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-10  Huw Daviesoleaut32: Correctly handle the case when the number...
2006-05-08  Huw Daviesoleaut32: Preserve the 'auto' features before copying...
2006-05-07  Huw Daviesoleaut32: Rewrite VARIANT user marshaling.
2006-05-05  Huw Daviesoleaut32: Alignment fixes for safearrays.
2006-05-05  Huw Daviesoleaut32: Fix tests under win2k.
2006-05-05  Huw Daviesoleaut32: Split out the SAFEARRAY and BSTR tests so...
2006-05-05  Huw Daviesoleaut32: Fix BSTR marshaling to be wire compatible...
2006-01-27  Robert Shearmanole: Test and implement LPSAFEARRAY marshaling.