shlwapi: Implement IsCharSpaceA().
[wine] / dlls / shlwapi / assoc.c
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-04-09  Carlo Braminishlwapi: Add stub for AssocGetPerceivedType.
2010-10-13  Nikolay Sivovshlwapi/assoc: Fix arguments tracing.
2009-08-25  Alexandre Julliardshell32: Move the IQueryAssociations implementation...
2009-08-04  Alistair Leslie... shlwapi: Correct AssocCreate and tests.
2009-01-22  Michael Stefaniucshlwapi: Remove superfluous pointer casts.
2009-01-21  Damjan Jovanovicshlwapi: Support the command file type association...
2009-01-20  Damjan Jovanovicshlwapi: Support the friendly doc name and default...
2009-01-19  Damjan Jovanovicshlwapi: Support the content type query.
2008-11-13  Andrew Talbotshlwapi: Sign-compare warnings fix.
2008-10-20  Detlef Riekenbergshlwapi: Fix pointer and size in AssocQueryStringA.
2008-10-17  Joris Huizershlwapi: Fix ASSOC_GetExecutable not to use uninitialis...
2008-10-15  Michael Stefaniucshlwapi: Remove break after return (Smatch).
2008-10-14  Lei Zhangshlwapi: Handle ASSOCSTR_FRIENDLYAPPNAME in IQueryAssoc...
2008-10-14  Lei Zhangshlwapi: Refactor data return code in IQueryAssociation...
2008-10-14  Lei Zhangshlwapi: Refactor get executable code in IQueryAssociat...
2008-10-13  Lei Zhangshlwapi: Close registry handles when destroying IQueryA...
2008-10-13  Lei Zhangshlwapi: Handle ASSOCSTR_EXECUTABLE in IQueryAssociatio...
2008-10-13  Lei Zhangshlwapi: Fix AssocQueryStringW parameter checking.
2008-07-07  Jon GriffithsFix minor comment typos.
2007-01-22  Andrew Talbotshlwapi: Uninitialized variable fix (Coverity).
2006-10-06  Hans Leidekkershlwapi: Win64 printf format warning fixes.
2006-06-07  Michael StefaniucRemove more redundant NULL checks before HeapFree ...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-02-25  Jon GriffithsDocumentation spelling fixes.
2005-01-12  James Hawkins- use only stored result of Interlocked* in AddRef...
2004-09-06  Alexandre JulliardRemoved some uses of the non-standard ICOM_THIS macro.
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VFIELD macro.
2004-07-04  Mike McCormackFix memory allocation problems.
2004-03-02  Francois GougetAssorted spelling and case fixes.
2004-02-10  Jon GriffithsAdd some missing prototypes, fix AssocIsDangerous.
2003-09-11  Robert Shearman- Convert ordinals to their real names.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-20  Alexandre Julliardwinnls.h must not include winbase.h.
2003-07-21  Mike McCormackCreate stub for AssocIsDangerous.
2003-07-19  Jon GriffithsMove IQueryAssociations into shlwapi. Docs/-W/MSVC...
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-09-04  Jon GriffithsAdded Assoc* funcs (but not underlying IQueryAssociatio...