Changed MoveFileEx to use ntdll functions, and moved it to
[wine] / dlls / oleaut32 / safearray.c
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.