janitorial: Remove remaining NULL checks before free() (found by Smatch).
[wine] / dlls / oleaut32 / typelib.c
2006-10-09  Huw Daviesoleaut32: Implement ITypeInfo_CreateInstance.
2006-10-02  Robert Shearmanoleaut32: Fix ITypeInfo::GetFuncDesc to return the...
2006-10-02  Robert Shearmanoleaut32: Make ITypeInfo::GetDocumentation work for...
2006-09-25  Andrew Talbotoleaut32: Cast-qual warnings fix.
2006-09-07  Robert Shearmanoleaut32: Fix a leak of the module reference count.
2006-08-22  Benjamin Araioleaut32: Add support for handling TKIND_COCLASS in...
2006-08-03  Stefan Siebertoleaut32: GetTypeInfoType - Return TYPE_E_ELEMENTNOTFOU...
2006-07-31  Robert Shearmanoleaut32: Improve dump_DispParms.
2006-07-31  Robert Shearmanoleaut32: Add some validation for the DISPPARAMS struct...
2006-07-24  Robert Shearmanoleaut32: Initialize pRetVal in ITypeInfo::Invoke befor...
2006-07-18  Robert Shearmanoleaut32: Revert check for FUNCFLAG_FRESTRICTED in...
2006-07-14  Robert Shearmanoleaut32: Don't execute a function in ITypeInfo::Invoke...
2006-07-13  Robert Shearmanoleaut32: Convert void return types to the VT_EMPTY...
2006-07-13  Robert Shearmanoleaut32: Typelib interfaces with the FDUAL flag should...
2006-07-10  Robert Shearmanoleaut32: MSFT_DoFuncs: "reclength" of the function...
2006-07-07  Robert Shearmanoleaut32: ITypeComp_fnBind should do case-insensitive...
2006-07-07  Robert Shearmanoleaut32: Fix the error code returned by ITypeComp...
2006-07-05  Robert Shearmanoleaut: Implement processing of modules for SLTG typelibs.
2006-07-05  Robert Shearmanoleaut: Improve SLTG var support.
2006-07-05  Robert Shearmanoleaut: Fix function support for SLTG dispinterfaces.
2006-07-05  Robert Shearmanoleaut: Move the processing of functions in SLTG typeli...
2006-07-05  Robert Shearmanoleaut: Move the initialisation of memidConstructor and
2006-07-05  Robert Shearmanoleaut: Process references for SLTG dispatch types.
2006-07-05  Robert Shearmanoleaut: Abstract out the processing of variables in...
2006-07-05  Robert Shearmanoleaut: Process references when parsing SLTG alias...
2006-07-05  Robert Shearmanoleaut: Rename SLTG_DoType to SLTG_DoElem and split...
2006-07-05  Robert Shearmanoleaut: The SLTG_MemberHeader and SLTG_TypeInfoTail...
2006-07-05  Robert Shearmanoleaut: Document some more members of SLTG_TypeInfoTail.
2006-06-30  Robert Shearmanoleaut32: Fix a typo where the FIXME doesn't match...
2006-06-29  Robert Shearmanoleaut32: RegisterTypeLib should register any interface...
2006-06-28  Juan Langoleaut32: Handle bstr length of -1 in typelibs.
2006-06-09  Alexandre Julliardoleaut32: Use the standard DEFINE_OLEGUID macro to...
2006-06-06  James Hawkinsoleaut32: Only BYREF DispCallFunc args whose input...
2006-06-06  James Hawkinsoleaut32: Copy BYREF args directly if they have the...
2006-05-31  Robert Shearmanoleaut32: Make sure to read the memid and the name...
2006-05-31  Robert Shearmanoleaut32: Resolve referenced types for return values...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-05  Robert Shearmanoleaut32: Check the return value from VariantCopy when...
2006-05-05  Robert Shearmanoleaut32: Support values being passed into VT_VARIANT...
2006-04-07  Mike McCormackoleaut32: Remove unnecessary check for NULL.
2006-03-30  Robert Shearmanoleaut32: Zero out parameter in LoadRegTypeLib in case...
2006-03-21  Robert Shearmanoleaut: ITypeInfo::GetIDsOfNames should search inherite...
2006-03-21  Robert Shearmanoleaut: Better support for invoking methods with VT_VAR...
2006-02-14  Robert Shearmanoleaut32: Fix returning Typelib file name.
2006-02-10  Robert Shearmanoleaut: Fix importing the IDispatch interface for TKIND...
2006-02-09  Robert Shearmanoleaut: Make TLB_ReadTypeLib not rely on the signature...
2006-02-09  Robert Shearmanoleaut: Move the call to SearchPath inside of TLB_ReadT...
2006-02-09  Robert Shearmanoleaut: Revert incorrect patch changing the order of...
2006-02-06  Huw Daviesoleaut32: Fixes and tests for CreateDispTypeInfo.
2006-02-03  Huw Daviesole: Initialize a few more funcdesc members in CreateDi...
2006-01-31  Robert Shearmanoleaut: Dump the pointer for VT_ARRAY/VT_VECTOR typed...
2006-01-30  Robert Shearmanoleaut: Fix the order of parameters passed into DispCal...
2006-01-16  Robert Shearmanoleaut: Handle a non-byref variant being passed for...
2006-01-16  Robert Shearmanoleaut: Only allocate memory once for each array needed...
2006-01-16  Robert Shearmanoleaut: Simplify missing argument handling in ITypeInfo...
2006-01-14  Robert Shearmanoleaut: Add const attribute to iterators in get functions.
2006-01-14  Robert Shearmanoleaut: Initialise more fields in CreateDispTypeInfo.
2006-01-12  Robert Shearmanoleaut: Support conversion of VT_SAFEARRAY into VT_ARRA...
2006-01-11  Marcus Meissnerole: ITypeInfo::Invoke stack overwrite fix.
2006-01-06  Robert Shearmanole: Remove the no longer used _copy_arg function.
2006-01-06  Robert Shearmanole: ITypeInfo::Invoke rewrite.
2006-01-06  Mike McCormackoleaut32: Output a FIXME message only once.
2006-01-05  Dan Kegeloleaut32: Allow _invoke to handle up to 23 parameters.
2006-01-05  Robert Shearmanole: Store the result from _invoke in a VARIANTARG...
2006-01-03  Mike McCormackoleaut32: Allow _invoke to handle up to 17 parameters.
2005-12-26  Robert Shearmanoleaut: Small re-organisation of ITypeInfo::Invoke.
2005-12-26  Robert Shearmanoleaut32: Convert some tabs to spaces and some other...
2005-12-26  Robert Shearmanoleaut32: Initialize member IDs to MEMBERID_NIL inIType...
2005-12-26  Robert Shearmanole: Improve typelib traces.
2005-12-12  Robert ShearmanOLE: Add const to several typelib functions.
2005-12-06  Robert ShearmanOLE: Implement undocumented behaviour in DispCallFunc.
2005-12-06  Robert ShearmanOLE: Implement ITypeInfo_AddressOfMember.
2005-12-06  Robert ShearmanOLE: Fix brokenness in typelib marshaller caused by...
2005-12-06  Robert ShearmanOLE: Update the type of the oVft parameter for DispCall...
2005-12-06  Robert ShearmanOLE: ITypeInfo_Invoke parameter naming change.
2005-12-03  Robert ShearmanOLE: Support HREFTYPEs For ITypeInfos
2005-12-03  Robert ShearmanOLE: fix function name loading
2005-12-03  Robert ShearmanOLE: fix invoking dispinterface functions
2005-12-03  Robert ShearmanOLE: Move the dispinterface return value handling to...
2005-12-03  Robert ShearmanOLE: fix handling of INVOKE_PROPERTYGET flag in ITypeCo...
2005-12-01  Robert ShearmanMake dump functions const.
2005-12-01  Robert ShearmanRemove broken return value handling code and that would...
2005-12-01  Robert ShearmanIntroduce a variable "elemdesc" to eliminate some long...
2005-12-01  Robert ShearmanDon't truncate large integer constants.
2005-12-01  Robert ShearmanThe pparamdescex of an ELEMDESC should only be copied...
2005-11-30  Robert ShearmanFactor out code for doing ELEMDESC sizes and copies.
2005-11-29  Robert ShearmanImplement ITypeInfo_Bind for typelibs.
2005-11-29  Robert ShearmanAdd functions for doing a deep copy of a TYPEDESC into...
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-11-09  Robert Shearman- Cleanup formating of DispCallFunc.
2005-11-02  Huw DaviesDon't call Release on a null ptr.
2005-11-02  Robert Shearman- Make wParamFlags in the paramdesc dumping function...
2005-10-29  Robert Shearman- Read DLL name from modules in MSFT typelibs.
2005-10-18  Huw DaviesWhen a dispinterface isn't dual, we should return
2005-09-21  Mike McCormackFix "empty body in an if/else-statement" warnings.
2005-09-19  Marcus MeissnerSupport more arguments in _invoke().
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-08-29  Robert Shearman- Shunt some trace statements over to the typelib chann...
2005-08-08  Mike McCormackgcc 4.0 warning fixes.
2005-08-08  Robert ShearmanRevert to previous behaviour of detecting names with...
next