X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Finterpreter%2FChangeLog;h=80baebfc2614c79a7c4ccf7bb67a1208d1684a3e;hb=c9cd723e2bb667d48601d52bb2ed6b23c6d61dc3;hp=f40f576e52533aac9ccd06534cc777639d462eff;hpb=266aedcc7803940b1ed0883d1715f9d334b82423;p=mono.git diff --git a/mono/interpreter/ChangeLog b/mono/interpreter/ChangeLog index f40f576e525..80baebfc261 100644 --- a/mono/interpreter/ChangeLog +++ b/mono/interpreter/ChangeLog @@ -1,3 +1,117 @@ +2009-11-10 Andrew Jorgensen + + * Makefile.am: mint man page should be conditional also + +2009-03-20 Zoltan Varga + + * interp.c: Change location of gc_wrapper.h. + +2007-06-04 Mark Probst + + * interp.c, interp.h (RuntimeMethod): Due to the jit_code_hash + change in MonoDomain this had to be changed slightly, too. + +2006-05-09 Miguel de Icaza + + * interp.c (ves_exec_method_with_context): Pass a temporary to the + mono_load_remote_field routine, instead of passing a NULL. + +Thu Aug 4 20:09:40 BST 2005 Paolo Molaro + + * interp.c: a real zombie is supposed to at least walk. + Compilation fix. + +2005-03-07 Zoltan Varga + + * transform.c (generate): Add CEE_MONO_NOT_TAKEN. + +2005-01-31 Bernie Solomon + + * interp.c: fix typo + +2005-01-29 Ben Maurer + + * *: MonoMethod->signature might be NULL now. You *MUST* use + mono_method_signature. + +2005-01-20 Bernie Solomon + + * interp.c: mono_init_icall got renamed + +2005-01-03 Zoltan Varga + + * transform.c (generate): Handle MONO_CLASSCONST. + +2004-12-04 Gonzalo Paniagua Javier + + * interp.c: fix the build. Dunno if it's correct. + +2004-12-02 Bernie Solomon + + * mintops.def: + * transform.c: + * interp.c: cope with new thread interruption icall + +2004-11-12 Ben Maurer + + * transform.c: Fix bug with delegates in interp. + +2004-11-10 Lluis Sanchez Gual + + * interp.c: Added MonoRemotingTarget parameter to signature + interp_create_remoting_trampoline. + +Tue Nov 9 17:28:48 CET 2004 Paolo Molaro + + * interp.c: update to exception clause structure changes. + +2004-11-08 Ben Maurer + + * interp.c: warning free + +2004-10-29 Zoltan Varga + + * Makefile.am (libgc_libs): Do some automake magic so libmono/mono + depends on libmonogc. + +Wed Sep 22 19:06:02 CEST 2004 Paolo Molaro + + * interp.c: updates for stack walk interface. + +2004-09-09 Lluis Sanchez Gual + + * interp.c: In interp_walk_stack, don't crash if the context is not set + (this may happen if the method is called by unmanaged code). + +2004-08-17 Ben Maurer + + * interp.c: thread local alloc + +2004-08-05 Bernie Solomon + + * interp.c: (mono_interp_init) use g_thread_supported + to stop multiple g_thread_init calls. + Also attach domain to thread like mono_jit_init + +2004-07-31 Bernie Solomon + + * interp.h: add mono_interp_ftnptr_to_delegate + + * transform.c (generate): use mono_interp_ftnptr_to_delegate + as ical function. + + * interp.c: add mono_interp_ftnptr_to_delegate to create + interpreter style delegate. fixes pinvoke3 + +2004-07-28 Lluis Sanchez Gual + + * interp.c: Use mono_init_from_assembly instead of mono_init. + +2004-07-27 Bernie Solomon + + * transform.c (mono_interp_transform_method): + quick fix to cope with the fake ptr classes + 2004-07-26 Bernie Solomon * mintops.def: more options on ICALL op code