po: Update French translation.
[wine] / dlls / mscoree / corruntimehost.c
2012-05-09  Vincent Povirkmscoree: Implement vtable fixups.
2012-05-03  Vincent Povirkmscoree: Change _CorDllMain fixme to a trace.
2012-05-03  Vincent Povirkmscoree: Use the main HMODULE in _CorExeMain instead...
2012-05-03  Vincent Povirkmscoree: Detect when a CLR DLL requests vtable fixups.
2012-04-24  Vincent Povirkmscoree: Always call mono_thread_attach before invoking...
2012-01-23  Alistair Leslie... mscoree: Implement DllGetClassObject.
2012-01-16  Michael Stefaniucmscoree: Remove superfluous NULL pointer checks before...
2012-01-09  Alistair Leslie... mscoree: Don't pass the string as a reference type.
2012-01-03  Alistair Leslie... mscoree: Implement CLRRuntimeHost_ExecuteInDefaultAppDo...
2011-10-10  Alistair Leslie... mscoree: Implement ICorDebug SetManagedHandler.
2011-09-28  Alistair Leslie... mscoree: Add ICorDebug interface support.
2011-08-31  Andrew Talbotmscoree: Fix a zero-sized array.
2011-06-22  Michael Stefaniucmscoree: COM cleanup in corruntimehost.c.
2011-05-20  Vincent Povirkmscoree: Implement ICorRuntimeHost_GetDefaultDomain.
2011-05-20  Vincent Povirkmscoree: Return success from ICorRuntimeHost_Start...
2011-02-24  Vincent Povirkmscoree: Always return S_FALSE from DllCanUnloadNow.
2011-02-24  Vincent Povirkmscoree: Overhaul of mono runtime shutdown process.
2010-11-12  Vincent Povirkmscoree: Add a trace to _CorExeMain.
2010-11-12  Vincent Povirkmscoree: Implement ClrCreateManagedInstance.
2010-11-12  Vincent Povirkmscoree: Search the Global Assembly Cache for required...
2010-11-11  Vincent Povirkmscoree: Add stub implementation of IMetaDataDispenserEx.
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-10  Vincent Povirkmscoree: Add stub implementation of ICLRRuntimeHost.
2010-11-09  Vincent Povirkmscoree: Use the .NET 4 interfaces to implement CorBind...
2010-10-13  Vincent Povirkmscoree: Use the new Mono runtime search code in GetReq...
2010-10-13  Vincent Povirkmscoree: Implement ICLRMetaHost_GetRuntime.
2010-10-05  Vincent Povirkmscoree: Implement ICLRRuntimeInfo_GetInterface.
2008-04-01  Alistair Leslie... mscoree: Added ICorRuntimeHost support.