libwine: Pass flags to wine_utf8_wcstombs to allow supporting WC_ERR_INVALID_CHARS.
[wine] / dlls / msi / suminfo.c
2006-10-23  Mike McCormackmsi: Only apply transforms that are valid for a database.
2006-10-23  Mike McCormackmsi: Initialize the summary information from a storage...
2006-10-05  Mike McCormackmsi: Win64 printf format warning fixes.
2006-08-29  Dan Kegelmsi: Callers of alloc_msihandle should handle failure.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-10-26  Mike McCormackCreate an internal handle-free api for reading MSI...
2005-09-20  Mike McCormackAdded memory allocation inline functions (part 1).
2005-09-07  Mike McCormackDon't include the terminating nul in the length in
2005-09-06  Mike McCormackFixes for MsiGetSourcePath parameter handling.
2005-09-06  Mike McCormack- fix MsiSummaryInfoGetProperty to return ERROR_MORE_DA...
2005-07-06  Mike McCormackgcc 4.0 -Wpointer-sign fixes.
2005-05-30  Mike McCormackAdd and correct some function declarations.
2005-04-20  Mike McCormackFix loading of the summary information.
2005-03-19  Mike McCormack- test cases for summary information
2005-03-18  Mike McCormackImplement summary information loading and saving.
2005-03-10  Juan Lang- make sure msihandle2msiinfo is correctly matched...
2005-02-16  Mike McCormackFix up the summary information code a little.
2005-02-01  Aric StewartAdded some more suminfo stubs.
2005-01-24  Aric StewartAn implementation of MsiSummaryInfoGetPropertyW based...
2005-01-20  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-07-09  Alexandre JulliardAuthors: Mike McCormack <mike@codeweavers.com>, Aric...
2004-04-19  Francois GougetMake Unicode const strings static so they are not copie...
2004-03-19  Mike McCormackFix handle allocation and the CREATE TABLE query.
2004-01-07  Alexandre JulliardRemoved incorrect uses of DUMMYUNIONNAME.
2003-09-27  Mike McCormackRemove references to HEAP_strdupAtoW.
2003-09-08  Francois GougetFix the case of product and company names.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-13  Mike McCormackPartial implementation of the Microsoft Installer ...