Initialize a bunch of dc values to their default before enumerating an
[wine] / dlls / msi / string.c
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...