explorerframe: Avoid signed-unsigned integer comparisons.
[wine] / dlls / ole32 / tests / moniker.c
2012-08-13  Jacek Cabanole32/tests: Use proper helpers for iface calls.
2011-12-20  Francois Gougetinclude: Add a few missing include directives to shlguid.h.
2011-08-31  Octavian Voicuole32: Fix a few incorrect pointer/integer casts on...
2011-02-14  Austin Englishole32/tests: Make sure to use return values (LLVM/Clang).
2010-12-05  Michael Stefaniucole32/tests: Use an iface instead of a vtbl pointer...
2010-11-16  Jacek Cabanole32: Skip more tests on win9x.
2010-05-21  Andrew Nguyenole32/tests: Add tests for output parameters in MkParse...
2010-05-21  Andrew Nguyenole32: Validate pointer parameters in MkParseDisplayName.
2010-03-02  Reece Dunnole32: IMoniker_IsRunning returns E_INVALIDARG when...
2009-12-07  Rob Shearmanole32: Initialise all of position variables in test_sav...
2009-09-08  Andrew Eikumole32: Don't fail when constants are 'incorrect'.
2009-08-19  Alexandre Julliardole32/tests: Skip a string that may not round-trip...
2009-07-06  Paul Vriensole32/tests: Reset a variable before testing.
2009-06-23  Hans Leidekkerole32: Add tests for CoGetContextToken.
2009-02-17  Rob Shearmanole32: Round the extected size in the marshal and monik...
2009-02-11  Rob Shearmanole32: Fix a test failure in the moniker tests on Win9x.
2009-01-28  Rob Shearmanole32: Fix some tests that fail on NT4 and Win9x.
2009-01-20  Michael Stefaniucole32/tests: Remove superfluous pointer casts.
2009-01-09  Nikolay Sivovole32: Some tests for IMoniker::IsRunning with NULL...
2009-01-05  Alexandre Julliardole32/tests: Fix a structure size check for Win64.
2008-11-06  Michael Stefaniucole32: Remove some superfluous casts of void pointers...
2008-09-03  James Hawkinsole32: Fix a failing test in Vista.
2008-09-02  Dan Hipschmanole32: Add a widl-generated proxy file for objidl.idl.
2008-04-29  Rob Shearmanrpcss: When registering a moniker that is already regis...
2008-04-29  Rob Shearmanole32: Keep track of the number of weak references...
2008-04-29  Rob Shearmanole32: Add tests for registering a moniker more than...
2008-02-04  Rob Shearmanole32: Add pointer moniker implementation.
2008-02-04  Rob Shearmanole32: Add tests for CreatePointerMoniker.
2008-01-07  Rob Shearmanole32: Fix a typo in the class moniker tests.
2007-11-13  Rob Shearmanole32: Release the correct pointer in test_MkParseDispl...
2007-11-12  Rob Shearmanole32: Add a missing IMoniker_Release to test_MkParseDi...
2007-05-14  Paul Vriensole32/tests: Check for correct return value.
2007-04-03  Francois Gougetole32/tests: Spelling fix.
2007-04-03  Francois Gougetole32/tests: Spelling fix.
2007-03-28  Rob Shearmanole32: Implement MkParseDisplayName.
2007-03-28  Rob Shearmanole32: Add some more tests for MkParseDisplayName.
2007-03-28  Rob Shearmanole32: Display the testname for the test for display...
2007-03-28  Rob Shearmanole32: Do a case-insensitive comparison in the count_mo...
2007-03-09  Rob Shearmanole32: Fix return codes returned by IBindCtx::RegisterO...
2007-03-09  Rob Shearmanole32: Fix cbStruct handling in IBindCtx:GetBindOptions.
2007-03-09  Rob Shearmanole32: Add more tests of IBindCtx functions.
2007-03-08  Rob Shearmanole32: Set output param to NULL in BindCtxImpl_EnumObje...
2007-03-08  Rob Shearmanole32: Fix BindCtxImpl_GetBindOptions to return the...
2007-03-08  Rob Shearmanole32: CreateBindCtx should fail if reserved parameter...
2007-03-06  Rob Shearmanole32: Add some tests for IBindCtx.
2007-03-06  Rob Shearmanole32: Fix a use-after-free of the file moniker in...
2007-01-10  Rob Shearmanole32: Move the Running Object Table test in marshal...
2006-12-28  Rob Shearmanole32: Add some tests for the running object table.
2006-10-14  Michael Ploujnikovole32/tests: Win64 printf format warning fixes.
2006-09-29  Francois Gougetole32: Fix invalid macro usage.
2006-06-13  Alexandre Julliardole32/tests: Don't use sizeof in ok() to avoid printf...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-15  Francois GougetVarious trace fixes.
2006-05-10  Robert Shearmanole32: Add a test for IMoniker_IsDirty.
2006-05-08  Robert Shearmanole32: Implement several class moniker functions using...
2006-05-08  Robert Shearmanole32: Add an implementation of class monikers.
2006-05-08  Robert Shearmanole32: Add tests for IsRunning, GetTimeOfLastChange...
2006-05-08  Robert Shearmanole32: Test moniker display names.
2006-05-08  Robert Shearmanole32: Add a test for IMoniker_IsDirty.
2006-05-08  Robert Shearmanole32: Test unmarshaling the moniker instead of just...
2006-05-08  Robert Shearmanole32: Make the size returned by CompositeMonikerImpl_G...
2006-05-08  Robert Shearmanole32: Fix the algorithm used in CompositeMonikerImpl_H...
2006-05-08  Robert Shearmanole32: Fix the algorithm used in ItemMonikerImpl_Hash...
2006-05-08  Robert Shearmanole32: Add tests for generic composite monikers.
2006-05-08  Robert Shearmanole32: Add a test for anti monikers. Fix AntiMonikerImp...
2006-05-08  Robert Shearmanole32: Add tests for item moniker.
2006-05-08  Robert Shearmanole32: Make class moniker test more generic and test...
2005-06-21  Stefan HuehnerFix some more -Wstrict-prototypes warnings.
2005-06-02  Richard Cohen- Don't assume the ROT is already empty.
2005-06-02  Richard CohenAdded tests for file monikers.
2005-05-14  Jeff LatimerImplement the IEnumMoniker interface for the ROT and...
2005-01-28  Robert Shearman- More tests.
2004-12-21  Robert ShearmanAdd tests for moniker and marshaling functions.