More -Wmissing-declarations and -Wwrite-strings warning fixes.
[wine] / dlls / ole32 / tests /
2005-05-23  Robert Shearman- Marshal objects & monikers into the ROT.
2005-05-14  Jeff LatimerImplement the IEnumMoniker interface for the ROT and...
2005-05-13  Hans LeidekkerDon't import from ntdll.
2005-05-13  Mike McCormackMake sure a stream can't be created in read only storage.
2005-05-07  Stefan LeichterMake ole32 tests loadable on NT4.
2005-04-23  Juan Lang- convert strings between property storage's code page...
2005-04-22  Stefan LeichterMake ole32 tests loadable on NT4.
2005-04-15  Juan LangImplement FmtIdToPropStgName & PropStgNameToFmtId,...
2005-04-11  Juan Lang- add write support to IPropertyStorage, with tests
2005-04-11  Juan LangAdd traces, add unit tests for IPropertyStorage, and...
2005-03-30  Francois GougetAssorted spelling fixes.
2005-03-22  Jakob ErikssonEliminate HeapAlloc casts.
2005-03-22  Jakob ErikssonMore trace info from storage32 test.
2005-03-11  Mike McCormackStgOpenStorage shouldn't open zero length storage files.
2005-03-09  Mike McCormackShared reading of storage files requires STGM_TRANSACTED.
2005-03-05  Mike McCormackTest and fix grfMode handling in StgOpenDocfile.
2005-03-04  Alexandre JulliardAuthors: Rob Shearman <rob@codeweavers.com>, Mike Hearn...
2005-02-21  Mike McCormackImplement and test IPropertySetStorage.
2005-02-18  Robert Shearman- Move marshaling state machine into stub manager from...
2005-02-14  Robert ShearmanMake Ole tests run on Windows 95.
2005-02-08  Robert Shearman- Implement CoDisconnectObject.
2005-02-08  Robert Shearman- Split up apartment creation so that the long code...
2005-02-01  Robert Shearman- Add code for destroying the thread-local storage...
2005-01-31  Robert ShearmanRemove test that fails on Win98 and is not useful.
2005-01-28  Robert Shearman- More tests.
2005-01-27  Robert ShearmanGive IUnknown its own ifstub to fix ref-counting and...
2005-01-26  Robert Shearman- Make proxy manager use IMultiQI instead of IInternalU...
2005-01-26  Robert Shearman- Implement IRemUnknown.
2005-01-19  Robert Shearman- Initialize ppv pointer in ClientIdentity_QueryInterfa...
2005-01-17  Robert ShearmanImplement table marshaling.
2005-01-14  Robert ShearmanMake proxy shutdown test succeed by releasing the chann...
2005-01-14  Robert Shearman- The apartment reference should be held while the...
2005-01-12  Robert Shearman- Force creation of thread queue to stop PostThreadMess...
2005-01-11  Mike McCormackTests and fixes for StgOpenStorage.
2005-01-11  Robert ShearmanAdd tests for trying to unmarshal from a bad stream...
2005-01-11  Mike McCormackTest and fix a few problems with OLE storage streams.
2005-01-10  Mike McCormackTest and fix StgCreateDocFile grfModes.
2004-12-27  Mike Hearn- Implement the COM stub manager, refactor the current...
2004-12-21  Robert ShearmanAdd tests for moniker and marshaling functions.
2004-09-22  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-09-09  Francois GougetMove the PROPVARIANT declaration from objidl.idl to...
2004-09-08  Francois GougetThe union in PROPVARIANT is always nameless on Windows...
2004-09-06  Robert Shearman- Fix PropVariantCopy for VT_LPSTR and VT_LPWSTR.
2004-09-03  Robert Shearman- Fix PropVariantClear to reject invalid types.
2004-09-02  Francois GougetAdded missing trailing '\n's to ok() calls.
2004-08-11  Mike McCormackAdded a test for stat'ing a memory based storage file.