2005-05-25 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mono / monograph / ChangeLog
index f1deb3ffe2eaceaee2ce702b7e48bab2398f9283..9e78f13fae262469384fecc1c0d01545d6463a76 100644 (file)
@@ -1,3 +1,16 @@
+2005-03-29  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * monograph.c: Add mono-compiler.h header to allow/ease compilation
+       with non-GCC compilers. Fix default loading of mscorlib.dll.
+
+2005-02-09  Ben Maurer  <bmaurer@ximian.com>
+
+       * monograph.c (print_method): Don't use method->info, as this will
+       be removed soon.
+
+2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
+
+       * monograph.c: Fix warnings.
 
 Mon May 24 13:36:53 CEST 2004 Paolo Molaro <lupus@ximian.com>