Cast time_t to long for printing.
[wine] / dlls / oleaut32 / Makefile.in
2003-07-15  John K. HohmImplement DllRegisterServer and DllUnregisterServer...
2003-04-26  Ove KaavenPreliminary implementation of proper IDispatch marshalling.
2003-03-31  Dmitry TimoshkovFix some problems found while compiling and linking...
2003-03-23  Alexandre JulliardList 16-bit spec files explicitly to avoid problems...
2003-01-09  Marcus MeissnerAdded GIF decompressor support to OLE Automation IPictures.
2003-01-03  Dimitrie O. PaunEliminate lots of __WINE__ conditionals from the headers.
2002-12-12  Marcus MeissnerSeparated out 16bit sources for ole2disp.dll.
2002-12-12  Marcus MeissnerSplit out 16bit code into typelib16.c.
2002-10-29  Patrik StridvallAdded some defines for compatibility with Windows headers.
2002-10-25  Michael StefaniucCompile the oleaut32 dll with -DSTRICT.
2002-10-18  Alexandre JulliardAdded support for building certain dlls with -DSTRICT.
2002-08-09  Alexandre JulliardCreate separate makefiles for tests for more flexibility.
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-16  Alexandre JulliardImplemented strtolW/strtoulW in libwine_unicode and...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-05-05  Alexandre JulliardRemoved more code at Hidenori's request.
2002-04-02  Alexandre JulliardVarious makefile fixes for the test environment.
2002-04-01  Hidenori TakeshimaImplemented CreateStdDispatch and CreateDispTypeInfo.
2002-03-26  Marcus MeissnerPorted variant tests to the new testing framework.
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-02-05  Marcus MeissnerImplemented Local Server COM.
2001-10-23  Hidenori TakeshimaImplemented OleCreatePropertyFrame and
2001-08-06  Marcus MeissnerImplemented OleLoadPicture.
2001-03-19  Dmitry TimoshkovAdd version info for built-in oleaut32.dll.
2001-02-12  Jon GriffithsImplement LHashValOfNameSysA for 4 LCIDs, fix prototype.
2000-12-19  Francois JacquesImplementation of Dispatch API.
2000-12-06  Alexandre JulliardCreated a small static library in ole/libuuid.a that...
2000-11-30  Alexandre JulliardUse the HEAP_WINE_SEGPTR flag to specify allocations...
2000-11-12  Alexandre JulliardStart using import tables for dlls that can already...
2000-11-05  Alexandre JulliardDeclare debug channels in all dlls that need them;...
2000-09-27  Alexandre JulliardAdded a few missing imports.
2000-08-03  Alexandre JulliardAdded imports of user32/gdi32/kernel32 wherever necessary.
2000-07-25  Huw D M DaviesA generic implemention of IConnectionPoint/IEnumConnect...
2000-07-15  Huw D M DaviesOLE picture object implementation.
2000-06-20  Alexandre JulliardFor dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
2000-04-19  Alexandre JulliardRemoved winmm from import list.
2000-03-05  Alexandre JulliardAdded support for creating extra symlinks for .so files...
2000-03-04  Alexandre JulliardMoved dll-specific make rules to a separate Makedll...
2000-02-29  Patrik StridvallMoved some stubs and added forwards in order to make...
2000-02-27  Alexandre Julliardoleaut32 should not import functions from olepro32.
2000-02-26  Alexandre JulliardErrorInfo functions need to be in ole32, not oleaut32.
2000-02-26  Patrik StridvallAdded stubs for {Create,Get,Set}ErrorInfo.
2000-02-26  Alexandre JulliardMade winmm a separate shared library.
2000-02-25  Alexandre JulliardAdded import of olepro32.
2000-01-31  Alexandre JulliardBuild most dlls as separate shared libraries.
1999-09-19  Ulrich WeigandMoved bulk of OLE implementation to dlls/ subdirectories.