Update the address of the Free Software Foundation.
[wine] / dlls / msi / registry.c
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-17  Mike McCormackmsi: Fix some possible NULL pointer dereferences (Cover...
2005-11-30  Robert ShearmanThe buffer sizes in the documentation for MsiDecomposeD...
2005-11-21  Mike McCormackLoop around calling RegQueryValue until we have a big...
2005-11-15  Mike McCormackConvert MsiEnumComponentQualifiers to use msi_strcpy_to...
2005-11-15  Mike McCormackFix function prototype and spec file entry for
2005-11-09  Mike McCormackFix passing of NULL pointers to MsiDecomposeDescriptor...
2005-09-20  Mike McCormackAdded memory allocation inline functions (part 1).
2005-07-11  Aric StewartProperly resize the buffer based on ERROR_MORE_DATA.
2005-06-07  Aric StewartAdd functions to add the User UpgradeCodes.
2005-05-06  Francois GougetTweak the documentation to make winapi_check happy.
2005-04-28  Aric StewartCorrect user component publication.
2005-04-20  Aric StewartImplement Publish Components in order for MsiGetQualifi...
2005-03-24  Mike McCormackClean up registry functions.
2005-03-10  Juan LangImplement MsiEnumRelatedProducts.
2005-02-16  Mike McCormackMove product, feature and component enumeration functio...
2005-01-26  Aric StewartAdded a few more stub implementations.
2005-01-25  Mike McCormackImplement, test and document MsiDecomposeDescriptor.
2005-01-25  Aric StewartMove the guid squishing functions out of msi.c and...