atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / msi / format.c
2012-11-07  Hans Leidekkermsi: Return correct length for the empty string from...
2012-11-06  Hans Leidekkermsi: Avoid a crash when target paths have not yet been...
2012-11-05  Hans Leidekkermsi: Preserve strings with embedded nulls in the record...
2012-10-29  Hans Leidekkermsi: Add a length parameter to msi_strcpy_to_awstring...
2012-10-29  Hans Leidekkermsi: Return length instead of size from deformat_string.
2011-05-06  Hans Leidekkermsi: Get rid of helpers.c.
2011-05-02  Hans Leidekkermsi: Use a separate function to retrieve the target...
2011-02-07  Hans Leidekkermsi: Split up resolve_folder.
2010-05-20  Hans Leidekkermsi: Fix memory leaks in deformat_string_internal.
2010-04-21  Hans Leidekkermsi: Make msi_get_property_int and friends take a point...
2009-06-04  Hans Leidekkermsi: Don't trace an out parameter.
2009-01-05  Michael Stefaniucmsi: Change MSIHANDLE to ULONG for Win64 compatibility.
2008-04-17  Rob Shearmanmsi: Fix the value parameter of IWineMsiRemotePackage...
2008-02-28  Rob Shearmanmsi: Fix buffer size calculation in build_default_format.
2008-02-26  James Hawkinsmsi: Fix skipping a NULL record.
2008-02-06  Michael Stefaniucmsi: Fix "type of 'x' defaults to 'int'" warnings.
2008-02-05  James Hawkinsmsi: Reimplement MsiFormatRecord.
2007-12-24  Andrew Talbotmsi: Remove unneeded cast.
2007-11-26  James Hawkinsmsi: Downgrade an ERR to a WARN.
2007-09-18  Juan Langmsi: Initialize nested.
2007-09-18  Juan Langmsi: Make sure nested is initialized.
2007-09-18  Juan Langmsi: Don't crash if record has no fields.
2007-08-09  Francois Gougetmsi: Better match the PSDK types, remove some now unuse...
2007-07-06  James Hawkinsmsi: Forward MsiFormatRecordA to MsiFormatRecordW.
2007-07-06  James Hawkinsmsi: Handle remote calls to MsiFormatRecordW.
2007-06-12  Andrew Talbotmsi: Constify a variable.
2007-05-25  James Hawkinsmsi: Add the ability to deformat the component's source.
2007-05-25  James Hawkinsmsi: Remove a misleading ERR, as this fails if a file...
2007-03-29  James Hawkinsmsi: Load the folder property if available and requested.
2006-10-10  Mike McCormackmsi: Merge action.h into msipriv.h.
2006-10-05  Mike McCormackmsi: Win64 printf format warning fixes.
2006-09-07  James Hawkinsmsi: Use the TargetPath of a file if the file doesn...
2006-09-07  James Hawkinsmsi: Fix creation of the default format in MsiFormatRecord.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-12-21  Bill Medlandmsi: Prevent array underflow in MsiFormat when measurin...
2005-12-19  Magnus Olsenmsi: Fixed deformat_environment to not cut off string.
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-10-27  Mike McCormackRename load_dynamic_stringW to msi_dup_record_field...
2005-09-21  Mike McCormackFix some simple memory leaks.
2005-09-20  Mike McCormackAdded memory allocation inline functions (part 2).
2005-09-15  Mike McCormackRename load_dynamic_property and remove its unused...
2005-09-08  Mike McCormackImprove a fixme message a little.
2005-08-23  Mike McCormack- build a standard Wine list of files instead of using...
2005-08-22  Mike McCormack- build a standard Wine list of components instead...
2005-06-04  Aric StewartMake sure the TRACE statements do not spew garbage...
2005-06-01  Mike McCormackClean up headers and make some functions static.
2005-05-29  Mike McCormack-Wmissing-declarations and -Wwrite-strings warning...
2005-05-27  Aric StewartRestrict deformating of nested index keys [[1]].
2005-05-25  Aric StewartImplement the [!file] format to produce the short filename.
2005-04-18  Peter Berg LarsenRemove 2 identicals calls to strlenW.
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-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-03-16  Mike McCormack- Rename dupstrW to strdupW, and remove duplicate defin...
2005-03-10  Juan Lang- make sure msihandle2msiinfo is correctly matched...
2005-02-23  Aric StewartMake sure formats like [\\]] and [\\[] work properly.
2005-02-09  Ulrich CzekallaHandle 0 length buffers in MSI_FormatRecordW.
2005-02-02  Aric StewartCleanup processing a bit more.
2005-01-31  Aric StewartA reworking of format.c to remove the recursion, clean...
2005-01-26  Francois GougetAssorted spelling fixes.
2005-01-25  Aric Stewart- action.c is getting too big, so split out all the...