Fix some gcc 4.0 warnings.
[wine] / dlls / msi /
2005-06-02  Aric StewartDo not change a features state to Advertise if it expli...
2005-06-02  Aric StewartFor typelibs index 1 do not add \\1 to the path. This...
2005-06-02  Aric StewartRegister the FileType and correct short vs long path...
2005-06-02  Mike McCormackUse the new helper function MSI_QueryGetRecord.
2005-06-02  Mike McCormackCreate a helper function to fetch a single record from...
2005-06-01  Dmitry TimoshkovMake more of the OLE interface vtables const.
2005-06-01  Alexandre JulliardAuthors: Aric Stewart <aric@codeweavers.com>, Mike...
2005-06-01  Mike McCormackClean up headers and make some functions static.
2005-06-01  Mike McCormack- avoid unicode.h
2005-05-31  Mike McCormackRemove some unused code.
2005-05-31  Mike McCormackMore -Wmissing-declarations and -Wwrite-strings warning...
2005-05-31  Mike McCormackImprove number parsing and avoid unicode.h.
2005-05-30  Mike McCormackRemove more types from the parser.
2005-05-30  Mike McCormackAdd and correct some function declarations.
2005-05-30  Francois GougetAssorted spelling fixes.
2005-05-29  Mike McCormackGet rid of some redundant parser types.
2005-05-29  Mike McCormack-Wmissing-declarations and -Wwrite-strings warning...
2005-05-27  Alexandre JulliardAuthors: Mike McCormack <mike@codeweavers.com>, Aric...
2005-05-27  Aric StewartIntroduce really basic scripting of actions. This is...
2005-05-27  Aric StewartRestrict deformating of nested index keys [[1]].
2005-05-27  Mike McCormackTest and fix the size of stream fields in a record.
2005-05-27  Alexandre JulliardAuthors: Aric Stewart <aric@codeweavers.com>, Mike...
2005-05-26  Aric StewartFirst pass at writing out CurVer keys for ProgIds....
2005-05-26  Aric StewartA big rewrite of the whole RegisterClass, RegisterProgId,
2005-05-25  Aric StewartImplement the [!file] format to produce the short filename.
2005-05-24  Mike McCormackSimplify parsing of the FROM keyword.
2005-05-23  Aric StewartDouble terminate SZ_MULTI properly.
2005-05-23  Aric StewartFix a leaking handle.
2005-05-23  Mike McCormackImprove parser error checking.
2005-05-23  Mike McCormackTrack memory allocations in the SQL parser.
2005-05-23  Mike McCormackSimplify parsing of select query.
2005-05-23  Mike McCormackCreate the ORDER BY view in a single call.
2005-05-23  Mike McCormack- remove the unused utf8 field of an expression
2005-05-23  Stefan LeichterUpdate version resource of msi.dll to current version...
2005-05-20  Juan LangTurn handled errors from ERRs to WARNs or TRACEs.
2005-05-20  Aric StewartWe have a stub for MsiGetUserInfoA we should use it.
2005-05-20  Aric StewartFix a leaking handle in MsiConfigureProductExW.
2005-05-20  Aric StewartWrite the RegOwner and RegCompany keys as blank if...
2005-05-20  Aric StewartFix quoting on queries.
2005-05-20  Aric StewartQuoting fixes.
2005-05-20  Aric StewartCorrect query quoting based on Mike's patch.
2005-05-19  Mike McCormackOnly tables can be backquoted, strings must be single...
2005-05-19  Juan LangDon't fail in RegisterFonts if the Fonts table is missing.
2005-05-18  Aric StewartA few small fixes.
2005-05-18  Aric StewartWe cannot internally load the files in FileCost because...
2005-05-18  Aric StewartCorrectly use short filenames from uncompressed file...
2005-05-18  Aric StewartSome error messages and strcmp changes suggested by...
2005-05-16  Aric StewartCorrect a problem with parse_data if binary data was...
2005-05-13  Aric Stewart- ExecuteAction runs the whole Execute table and not...
2005-05-11  Mike McCormackAvoid some non-standard str functions.
2005-05-11  Stefan LeichterAdded minimal implementation of MsiCreateAndVerifyInsta...
2005-05-10  Mike McCormack- make sure to free the string table when closing the...
2005-05-10  Juan LangPartially implement AppSearch for RegLocator-type searches.
2005-05-09  Aric StewartFix a few leaking object handles.
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-05-07  Aric StewartAdd a missing msiobj_release that was resulting in...
2005-05-07  Aric StewartCorrect a missing MsiCloseHandle().
2005-05-06  Francois GougetTweak the documentation to make winapi_check happy.
2005-05-04  Marcus MeissnerSet PhysicalMemory property from system data.
2005-05-04  Vincent BéronUse SUBLANG_NEUTRAL for French resources.
2005-04-28  Aric StewartCorrect user component publication.
2005-04-28  Aric StewartImplement MsiQueryFeatureStateW.
2005-04-27  Mike McCormackMake sure that dialogs are only created and destroyed...
2005-04-27  Aric StewartCorrect a leaking hkey handle.
2005-04-26  Aric StewartExpand some handling of special properties in MsiGetPro...
2005-04-26  Mike McCormackDeclare MsiExportDatabase* in the spec file, and fix...
2005-04-22  Francois GougetTweak the API documentation to silence winapi_check...
2005-04-21  Aric StewartFix for the return codes for the Qualified component...
2005-04-20  Francois GougetTweak the API documentation to silence winapi_check...
2005-04-20  Mike McCormackTest MsiSummaryInfoGetProperty reading an empty property.
2005-04-20  Mike McCormackFix loading of the summary information.
2005-04-20  Aric StewartImplement Publish Components in order for MsiGetQualifi...
2005-04-19  Francois GougetAdd trailing '\n's to ok() calls.
2005-04-18  Peter Berg LarsenRemove 2 identicals calls to strlenW.
2005-04-18  Peter Berg LarsenReplace strncpy with memcpy or lstrcpyn.
2005-04-12  Juan LangLog missing environment vars for easier debugging.
2005-04-11  Steven EdwardsAvoid using ver.h in favor of winver.h.
2005-04-11  José Manuel Ferrer... Spanish translations updated.
2005-04-11  Mike McCormackLoad and display bitmaps in the dialogs.
2005-03-30  Francois GougetAssorted spelling fixes.
2005-03-30  Aric StewartMake sure the GUID of the typelib we are registering...
2005-03-29  Mike McCormackSplit out database functions, remove dependence on...
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-03-25  Mike McCormackUse strdup, implement MsiDatabaseImportA.
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-03-24  Mike McCormackReplace instances of HeapAlloc/MultiByteToWideChar...
2005-03-24  Aric StewartIf running in UI mode, then display the UI mode dialogs...
2005-03-24  Mike McCormackMake sure there's only one place we allocate dialog...
2005-03-24  Mike McCormackClean up registry functions.
2005-03-23  Francois GougetAssorted spelling fixes.
2005-03-23  Marcus MeissnerFixed MsiDatabaseImportA, MsiDatabaseImportW, and
2005-03-22  Jakob ErikssonWindows 98 doesn't like it when we delete the tempfile.
2005-03-22  Aric StewartTest package creation.
2005-03-22  Hans LeidekkerDutch resource translation.
2005-03-19  Mike McCormack- test cases for summary information
2005-03-18  Mike McCormackImplement summary information loading and saving.
2005-03-16  Mike McCormack- Rename dupstrW to strdupW, and remove duplicate defin...
2005-03-10  Juan LangFix a regression in AppSearch.
2005-03-10  Juan LangImplement MsiEnumRelatedProducts.
next