2009-02-17 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mono / interpreter / ChangeLog
index 6ba613d10fd6f3d94450057a47de4511879c4a9f..fafe2699d6e57e1c5a737d920a8130f648e13a16 100644 (file)
@@ -1,3 +1,18 @@
+2007-06-04  Mark Probst  <mark.probst@gmail.com>
+
+       * 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  <miguel@novell.com>
+
+       * 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 <lupus@ximian.com>
+
+       * interp.c: a real zombie is supposed to at least walk.
+       Compilation fix.
+
 2005-03-07  Zoltan Varga  <vargaz@freemail.hu>
 
        * transform.c (generate): Add CEE_MONO_NOT_TAKEN.