po: Update French translation.
[wine] / dlls / oleaut32 / safearray.c
2011-08-03  Frédéric Delanoydlls: Assorted spelling fixes.
2011-02-09  André Hentscheloleaut32: Remove an unneeded error.
2011-01-17  Nikolay Sivovoleaut32/safearray: Fix allocation error check for...
2009-02-09  Michael Stefaniucoleaut32: Remove superfluous pointer casts.
2008-11-03  Andrew Talbotoleaut32: Sign-compare warnings fix.
2008-09-25  Michael Stefaniucoleaut32: Remove redundant NULL check before SysFreeStr...
2008-07-25  Reece Dunnoleaut32: Fix the SafeArrayGetVartype tests on Vista...
2008-04-14  Austin Englisholeaut32: Spelling fixes.
2008-01-16  Andrew Talbotoleaut32: Remove unneeded casts.
2007-07-03  Andrew Talbotoleaut32: Constify some variables.
2006-12-28  Rob Shearmanoleaut32: SafeArrayAllocData should succeed when cbElem...
2006-10-13  Hans Leidekkeroleaut32: Win64 printf format warning fixes.
2006-07-25  Neil Skrypucholeaut32: Adding a NULL to a safearray is supposed...
2006-06-09  qingdoa daoooleaut32: Fix safearray data destruction.
2006-06-06  qingdoa daoooleaut32: safearray: Convert dimension index at the...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-07  Robert Shearmanoleaut32: Remove deadcode in SafeArrayPutElement.
2005-12-12  Robert ShearmanOLE: Fix SafeArrayCopy for NULL pvData.
2005-08-08  Mike McCormackgcc 4.0 warning fixes.
2005-03-23  Francois GougetAssorted spelling fixes.
2005-01-31  Rein KlazesSafeArrayDestroy() returns success when called with...
2005-01-03  Eric PouechSome missing const correctness fixes.
2004-10-19  Walt OgburnSafeArrayDestroyData - keep pointer, don't destroy...
2004-09-20  Marcus MeissnerSafeArrayGetElement on a VARIANT array does not free...
2004-08-22  Alexandre JulliardDon't define BEGIN_INTERFACE in unknwn.h.
2004-08-11  Francois GougetModify widl to put the C COM macros inside an #ifdef...
2004-07-04  Mike HearnMove variant code to its own debug channel.
2004-03-31  Francois GougetAssorted spelling and case fixes.
2004-03-23  Francois GougetAssorted spelling fixes.
2004-02-27  Patrik StridvallFixed some issues found by winapi_check.
2004-01-12  Marcus MeissnerSafeArrayRedim: Use the correct size for resize too.
2004-01-09  Marcus MeissnerCopy BSTRs byte wise.
2003-12-31  Marcus MeissnerFixed size calculation on redim if old size was 0.
2003-12-30  Marcus MeissnerDimensions with cElements=0 are valid and needed by...
2003-12-15  Jon GriffithsRewrite: Support I8/UI8,RECORD.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-07-09  Francois GougetSpelling fixes.
2003-06-18  Francois GougetTypos/spelling fixes.
2003-06-13  Marcus MeissnerFixed index handling for multi dimensional arrays.
2003-05-19  Robert ShearmanUse correct type of pointer in SafeArrayCreateVector...
2003-01-23  Alexandre JulliardAdded -Wpointer-arith gcc flag, and fixed the resulting...
2003-01-02  Marcus MeissnerImplemented SafeArray{SetIID,GetIID,SetRecordInfo,GetRe...
2002-12-23  Marcus MeissnerFixed VarBstrCmp/Cat .spec entries.
2002-12-12  Alberto MassariCalling SafeArrayDestroy on a destroyed array should...
2002-12-05  Ove KaavenMake sure that no files except unknwn.h include wine...
2002-07-19  Patrik StridvallFixed some issues found by winapi_check.
2002-06-20  Mike McCormackFixed ordinals to match the Windows values.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-29  Bill MedlandA couple of additions.
2002-01-02  Ove KaavenIf SafeArrayGetElement is called on a variant array...
2001-10-14  Ove KaavenFixed bugs in safe arrays.
2001-09-21  Ove KaavenVariants and safe arrays is now able to copy BSTR swith...
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2000-12-21  Francois JacquesUpdated SafeArrayGetUBound and SafeArrayGetLBound with...
2000-12-09  Andreas MohrDon't fail on pointer address checking when foreign...
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-10-29  Joerg MayerMove inline and static to the beginning of declarations.
2000-07-08  Francois JacquesImplemented SafeArrayGetVarType.
2000-06-18  Stephane Lussier- Fixed a memory corruption in safe arrays when using...
2000-03-24  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
1999-09-19  Ulrich WeigandMoved bulk of OLE implementation to dlls/ subdirectories.