Added support for restarting directory scans on platforms where
[wine] / dlls / msi /
2004-04-12  Hans LeidekkerCorrect spec entry for MsiLoadString*.
2004-04-09  Hans LeidekkerCorrect spec entry for DllGetClassObject.
2004-03-30  Raphael JunqueiraImplement DllGetClassObject, DllRegisterServer, DllUnre...
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2004-03-20  Mike McCormackStart implementing the SQL insert query.
2004-03-19  Mike McCormackFix handle allocation and the CREATE TABLE query.
2004-03-19  Mike McCormackFirst go at write support.
2004-03-18  Mike McCormackWhen loading table data, split it up into rows.
2004-03-17  Mike McCormackMove the string table out into a separate file, improve...
2004-03-16  Dmitry TimoshkovExplicitly specify output file names for bison.
2004-03-16  Mike McCormackExtend the parser to deal with the CREATE TABLE query...
2004-03-16  Mike McCormackStart implementation of MsiEvaluateConditionA/W.
2004-02-17  Christian CostaAdded some stubs.
2004-01-27  Alexandre JulliardOnly link against libdxguid where necessary.
2004-01-07  Alexandre JulliardRemoved incorrect uses of DUMMYUNIONNAME.
2003-11-05  Mike McCormackMsiOpenDatabase's szPersist parameter may be a string...
2003-11-05  Mike McCormackStub implementation for MsiVerifyPackage.
2003-11-05  Mike McCormackImplement MsiOpenProductW.
2003-10-30  Mike McCormackSome stub implementations.
2003-10-30  Mike McCormackSql tokens are case insensitive in msi.dll.
2003-10-28  Mike McCormackTreat missing MSI tables as empty.
2003-10-28  Mike McCormackFixed MSI buffer overflow.
2003-10-28  Mike McCormackFix string value lookups in MSI.
2003-10-14  Dmitry TimoshkovFixed some problems found while compiling and linking...
2003-10-14  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-10-03  Mike McCormackFixed msi spec file.
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-09-01  Robert ReifAdded a few stub implementations.
2003-08-29  Robert ReifAdded some missing functions.
2003-08-15  Alexandre JulliardAdded missing dependency.
2003-08-13  Mike McCormackPartial implementation of the Microsoft Installer ...