Release 1.5.29.
[wine] / dlls / fusion / asmname.c
2013-02-06  Alistair Leslie... fusion: Return correct error for null public token.
2013-01-17  Andrew Talbotfusion: Avoid signed-unsigned integer comparisons.
2012-07-31  Hans Leidekkerfusion: Use inline wrappers for calling COM methods.
2012-05-16  Hans Leidekkerfusion: Allow quotes around attribute values in display...
2012-05-16  Hans Leidekkerfusion: Allow zero spaces between attributes in display...
2012-05-16  Hans Leidekkerfusion: Implement IAssemblyName::IsEqual.
2012-04-30  Hans Leidekkerfusion: CreateAssemblyNameObject is no longer a stub.
2011-06-01  Michael Stefaniucfusion: COM cleanup for the IAssemblyName iface.
2011-01-17  Andrew Nguyenfusion: Avoid memory leaks on memory allocation failure...
2011-01-17  Nikolay Sivovfusion: Fix processor arch string leak (Valgrind).
2010-10-05  Vincent Povirkfusion: Return the path from IAssemblyCacheImpl_QueryAs...
2010-10-04  Andrew Talbotfusion: Constify some variables.
2010-09-13  Alexandre Goujonfusion: Improve parse_display_name.
2010-07-21  Owen Rudgefusion: Implement IAssemblyNameImpl_GetDisplayName...
2009-12-07  Hans Leidekkerfusion: Fix some memory leaks.
2009-02-19  Hans Leidekkerfusion: Don't trace contents of an out parameter.
2009-02-19  Hans Leidekkerfusion: Allow spaces between attribute-value pairs...
2009-02-19  Hans Leidekkerfusion: Assembly version numbers are WORDs.
2009-02-19  James Hawkinsfusion: Implement the IAssemblyEnum interface.
2009-01-08  Michael Stefaniucfusion: Remove superfluous casts.
2008-07-01  James Hawkinsfusion: Add initial implementation of IAssemblyName.
2008-03-24  James Hawkinsfusion: Add a stub implementation of IAssemblyName.