shlwapi: Fix GetAcceptLanguagesA to not read past the end of the buffer.
[wine] / dlls / shlwapi / assoc.c
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...