1. a386821 Fixed some issues found by winapi_check. by Patrik Stridvall · 23 years ago
  2. b7937af Fixed ordinals to match the Windows values. Added a couple of stubs. by Mike McCormack · 23 years ago
  3. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  4. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  5. a51ff76 A couple of additions. by Bill Medland · 23 years ago
  6. fbdfef7 If SafeArrayGetElement is called on a variant array, initialize by Ove Kaaven · 23 years ago
  7. d63cf5f Fixed bugs in safe arrays. by Ove Kaaven · 23 years ago
  8. 9f6d5a0 Variants and safe arrays is now able to copy BSTR swith embedded null by Ove Kaaven · 24 years ago
  9. 8b216b3 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
  10. e76218d Add '\n' at the end of traces. by Francois Gouget · 24 years ago
  11. de3486d Updated SafeArrayGetUBound and SafeArrayGetLBound with more sanity by Francois Jacques · 24 years ago
  12. 5448c53 Don't fail on pointer address checking when foreign heap. by Andreas Mohr · 24 years ago
  13. 529da54 Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ; by Dimitrie O. Paun · 24 years ago
  14. 650ba4d Move inline and static to the beginning of declarations. by Joerg Mayer · 24 years ago
  15. e81b63f Implemented SafeArrayGetVarType. Added a VT_RECORD variant type definition. by Francois Jacques · 25 years ago
  16. fb94960 - Fixed a memory corruption in safe arrays when using SafeArrayCopy() by Stephane Lussier · 25 years ago
  17. fcfacb9 Added/fixed some documentation reported by winapi_check. by Patrik Stridvall · 25 years ago
  18. 2a722f4 Moved bulk of OLE implementation to dlls/ subdirectories. by Ulrich Weigand · 26 years ago[Renamed from ole/safearray.c]
  19. 359f497e Converted to the new debug interface, using script written by Patrik Stridvall. by Alexandre Julliard · 26 years ago
  20. a9a671d Fixed ANSI compabillity. by Patrik Stridvall · 26 years ago
  21. b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
  22. cb40df2 Changed "strings.h" to "string.h". by David Luyer · 26 years ago
  23. 2e1cafa Renamed wintypes.h to windef.h. by Jim Aston · 26 years ago
  24. 66e3a85 Fixed index calculations of the upper and lower bounds of a safearray. by Francis Beaudet · 26 years ago
  25. 064f170 More include optimisations and fixes. by Marcus Meissner · 26 years ago
  26. bc5477f Implemented support for arrays and safe arrays in VARIANT data by Francis Beaudet · 26 years ago
  27. a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
  28. f935c59 Added missing includes to avoid warnings/errors. by Michael Veksler · 26 years ago
  29. a94d649 Replaced references to interfaces.h by wine/obj_xxx.h headers instead by Francois Gouget · 26 years ago
  30. 4fcd6d0 Implementation of the SafeArray family functions. by Sylvain St.Germain · 26 years ago