Add the inline docs into the documentation using: mdoc update -i doc.xml -o Documenta...
[mono.git] / mono / interpreter / ChangeLog
index a26798e21f769f6281c0dc18ee9599cccfe9b5b8..80baebfc2614c79a7c4ccf7bb67a1208d1684a3e 100644 (file)
@@ -1,3 +1,20 @@
+2009-11-10  Andrew Jorgensen  <ajorgensen@novell.com>
+
+       * Makefile.am: mint man page should be conditional also
+
+2009-03-20  Zoltan Varga  <vargaz@gmail.com>
+
+       * interp.c: Change location of gc_wrapper.h.
+
+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>