po: Update French translation.
[wine] / dlls / mscoree / mscoree_main.c
2012-05-09  Vincent Povirkmscoree: Implement vtable fixups.
2012-05-03  Vincent Povirkmscoree: Detect when a CLR DLL requests vtable fixups.
2012-03-27  Alistair Leslie... mscoree: Allow capital for version number.
2012-03-26  Lauri Kenttämscoree: Print the correct values in a TRACE.
2012-03-12  Alistair Leslie... mscoree: Add CoEEShutDownCOM stub.
2012-01-23  Alistair Leslie... mscoree: Implement DllGetClassObject.
2011-10-13  Alistair Leslie... mscoree: Register interfaces.
2011-09-28  Alistair Leslie... mscoree: Add ICorDebug interface support.
2011-05-20  Vincent Povirkmscoree: Accept a NULL version in CorBindToRuntimeEx.
2011-04-28  Alistair Leslie... mscoree: Implemented GetRequestedRuntimeVersion.
2011-04-28  Alistair Leslie... mscoree: Add stub CreateDebuggingInterfaceFromVersion.
2011-04-19  Hans Leidekkermscoree: Add a stub implementation of GetRealProcAddress.
2011-03-28  André Hentschelmscoree: Add stub implementation for CreateConfigStream.
2011-02-24  Vincent Povirkmscoree: Always return S_FALSE from DllCanUnloadNow.
2011-02-24  Vincent Povirkmscoree: Overhaul of mono runtime shutdown process.
2011-01-28  Vincent Povirkmscoree: Implement GetFileVersion.
2010-12-21  Alexandre Julliardinclude: Correctly define the msxml typelib by directly...
2010-11-12  Vincent Povirkmscoree: Implement ClrCreateManagedInstance.
2010-11-12  Vincent Povirkmscoree: Search the Global Assembly Cache for required...
2010-11-11  Vincent Povirkmscoree: Implement config file parsing.
2010-11-10  Vincent Povirkmscoree: Add a proper implementation of DllCanUnloadNow.
2010-11-10  Vincent Povirkmscoree: Use the new architecture to implement _CorExeMain.
2010-11-09  Vincent Povirkmscoree: Use the .NET 4 interfaces to implement CorBind...
2010-11-09  Vincent Povirkmscoree: Use the .NET 4 interfaces to implement CorBind...
2010-11-09  Vincent Povirkmscoree: Use the new search methods for GetCORVersion...
2010-10-28  Vincent Povirkmscoree: Implement LoadLibraryShim.
2010-10-13  Vincent Povirkmscoree: Use the new Mono runtime search code in GetReq...
2010-10-05  Vincent Povirkmscoree: Implement ICLRRuntimeInfo_GetInterface.
2010-10-05  Vincent Povirkmscoree: Add stub implementation of ICLRMetaHost.
2010-10-04  Vincent Povirkmscoree: Stub CLRCreateInstance.
2010-09-29  Francois Gougetmscoree: Make find_mono_dll() static.
2010-09-24  Vincent Povirkmscoree: Search for Mono in some predefined paths befor...
2010-08-26  Louis Lendersmscoree: Improve GetRequestedRuntimeInfo.
2010-08-25  Louis Lendersmscoree: Improve GetCORSytemDirectory.
2010-08-24  Louis Lendersmscoree: Improve GetCORVersion.
2010-04-06  Vincent Povirkmscoree: Use the mono embedding api instead of invoking...
2010-03-29  Vincent Povirkmscoree: Stub ClrCreateManagedInstance.
2010-03-26  Vincent Povirkmscoree: Show the names of requested GUIDs in stub...
2010-03-24  Vincent Povirkmscoree: Add a setting to access mono's tracing functio...
2010-02-08  Hans Leidekkermscoree: Add stub implementations of DllRegisterServer...
2010-01-06  Reece DunnDon't generate FIXME warnings for DllCanUnloadNow.
2009-04-29  Paul Chitescumscoree: Stubs for StrongNameSignatureVerification...
2008-12-20  Chris Wulffmscoree: Add a stub for LockClrVersion.
2008-06-10  Louis Lendersmscoree: Add stub for CorBindToCurrentRuntime.
2008-04-01  Alistair Leslie... mscoree: Added ICorRuntimeHost support.
2008-03-25  Alexandre Julliardmscoree: Implement a number of interop helpers.
2008-03-14  Alistair Leslie... mscoree: Added stub CorBindToRuntimeEx.
2008-01-22  Paul Chitescumscoree: Semi-stub for LoadStringRCEx and LoadStringRC.
2008-01-16  Alistair Leslie... mscoree: Fix memory leak.
2008-01-10  Alistair Leslie... mscoree: Add stubs for DllCanUnloadNow and DllGetClassO...
2007-12-18  Rob Shearmanmscoree: Add a stub for GetVersionFromProcess.
2007-08-24  Bryan DeGrendelmscoree: Return S_OK if mono runtime is found.
2007-08-06  Francois Gougetmscoree: Add cor.h and mscoree.idl and fix some semi...
2007-03-12  Stefan HuehnerChange some functions arguments from () -> (void).
2007-01-25  Francois Gougetmscoree: _CorValidateImage() is a WINAPI function.
2006-12-22  James Hawkinsmscoree: Add a stub for GetCORSystemDirectory.
2006-12-12  Hans Leidekkermscoree: Add a stub implementation for CorExitProcess...
2006-12-12  Hans Leidekkermscoree: Take advantage of an installed Mono for Window...
2006-11-06  Paul Chitescumscoree: String returned by GetCORVersion starts with...
2006-11-03  Louis Lendersmscoree: Add a few more stubs.
2006-10-16  James Hawkinsmscoree: Add stub implementations of CorBindToRuntimeHo...
2006-10-06  Paul Chitescumscoree: Initial stub implementation.