msi: Test and reimplement MsiQueryProductState.
[wine] / dlls / msi / string.c
2007-11-05  James Hawkinsmsi: Explicitly check the returned value against -1...
2007-10-18  James Hawkinsmsi: Save nonpersistent strings as holes in the string...
2007-07-17  James Hawkinsmsi: Load the AdminProperties stream if the package...
2007-06-27  Rob Shearmanmsi: Fix transforms to work when the number of bytes...
2007-06-27  Rob Shearmanmsi: Fix loading string tables for databases that use...
2007-06-13  Andrew Talbotmsi: Constify some variables.
2007-06-08  James Hawkinsmsi: Add support for large string tables.
2007-04-25  James Hawkinsmsi: Implement special handling for the _Streams table.
2007-04-24  Rob Shearmanmsi: Cleanup unneeded string table functions.
2007-04-24  Rob Shearmanmsi: Move string loading and saving to string.c.
2007-04-24  Rob Shearmanmsi: Add support for non-persistent strings.
2006-09-08  Mike McCormackmsi: Increase the size of the string table.
2006-08-28  Mike McCormackmsi: Fix writing of long strings to the database.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-07  Mike McCormackmsi: Check the correct pointer after allocating memory.
2006-04-03  Mike McCormackmsi: Improve the string table hash.
2005-11-02  Mike McCormackCreate the +msidb debug channel for msi database code.
2005-09-26  Mike McCormackMake sure to set the minimum size before allocating...
2005-09-20  Mike McCormackAdded memory allocation inline functions (part 1).
2005-07-06  Mike McCormackgcc 4.0 -Wpointer-sign fixes.
2005-01-20  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-08-06  Mike McCormackFix warnings found with -Wsign-compare.
2004-07-29  Aric StewartMake the msistring_makehash return something other...
2004-06-30  Mike McCormackSet the storage file's GUID so native MSI recognizes it.
2004-06-30  Mike McCormackFix the UPDATE query.
2004-06-30  Mike McCormackMake the SQL insert query work.
2004-06-26  Mike McCormackPull the codepage from the string table.
2004-06-26  Mike McCormackImplement queries by string value.
2004-06-15  Francois GougetAssorted spelling and case fixes.
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...