Updated to latest version's exports, and added a few more forwards.
[wine] / dlls / oleaut32 / oleaut.c
2004-03-01  Martin FuchsCorrect return type of SysStringLen() and SysStringByte...
2004-01-06  Francois GougetAssorted spelling fixes.
2003-11-26  Dimitrie O. PaunSysReAllocStringLen is documented to segfault on NULL...
2003-11-14  Jon GriffithsAdd some missing prototypes/defines.
2003-10-15  Jon GriffithsAdd resources for boolean strings in several languages.
2003-10-10  Jon GriffithsDocumentation update.
2003-09-24  Jon GriffithsDocument BSTR functions, add SetOANoCache().
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-03  Alexandre JulliardAvoid including wine/obj_*.h files directly from C...
2003-07-15  John K. HohmImplement DllRegisterServer and DllUnregisterServer...
2003-05-20  Ove KaavenHandle requests for CLSID_PSDispatch.
2003-01-28  Marcus MeissnerDo not free the old string in SysReAllocStringLen,...
2003-01-05  Alexandre JulliardFixed some issues caused by the new oaidl.h.
2003-01-02  Marcus MeissnerSupport DllGetClassObject of CLSID_StdPicture.
2002-12-12  Marcus MeissnerSeparated out 16bit sources for ole2disp.dll.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-05  Marcus MeissnerImplemented Local Server COM.
2001-10-02  Andreas MohrMake OaBuildVersion() return the highest version value...
2001-07-26  Patrik StridvallDocumentation fixes.
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-24  Marcus MeissnerOLEAUT32.DllGetClassObject and support for the Ole...
2001-07-11  Patrik StridvallDocumentation fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2000-12-19  François Gougetwinuser.h now requires that we include winbase.h first.
2000-12-13  Alexandre JulliardRemoved some unnecessary includes.
2000-12-06  Alexandre JulliardCreated a small static library in ole/libuuid.a that...
2000-11-30  Patrik StridvallDon't include windows.h internally.
2000-08-14  Alexandre JulliardReplaced VERSION_* calls by exported API equivalents.
2000-08-03  Alexandre JulliardMoved GUID definitions to their respective dll.
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-26  Marcus MeissnerStubs for DllRegisterServer/DllUnregisterServer.
2000-03-24  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-01-23  Marcus MeissnerImplemented (Register|Get|Revoke)ActiveObject from...
2000-01-18  Alexandre JulliardAdded debugstr_guid function and used it to replace
1999-12-05  Andreas Mohr- the OLE version returned was too low
1999-10-13  Marcus MeissnerAdded stubs for RevokeActiveObject, GetActiveObject...
1999-09-19  Ulrich WeigandMoved bulk of OLE implementation to dlls/ subdirectories.