libwine: Pass flags to wine_utf8_wcstombs to allow supporting WC_ERR_INVALID_CHARS.
[wine] / dlls / msi / format.c
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...