2008-07-03 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mono / mini / ChangeLog
index eaf6e3521cbd12dc46cac112ef4c55afa643646a..f4fbda82bd15aac158fa49f8041a343917c4f104 100644 (file)
@@ -1,5 +1,16 @@
+2008-07-03  Mark Probst  <mark.probst@gmail.com>
+
+       * mini.c: Don't accept ldftn and ldvirtftn with uninstantiated
+       generic methods.
+
 2008-07-03  Zoltan Varga  <vargaz@gmail.com>
 
+       * dominators.c (check_dominance_frontier): Fix a warning.
+
+       * mini.h: Add some missing prototypes.
+
+       * ssa.c local-propagation.c debug-debuger.c: Fix warnings.
+
        * driver.c (mono_jit_init_version): Correct the comments since the first
        argument should be the name of the root domain, not a filename.