2007-03-13 Jonathan Chambers <joncham@gmail.com>
[mono.git] / mono / dis / ChangeLog
index bbb6dc04074ee19a56193f2f933769e352ca589e..72ee81d037cfb92695c13e27a05b0d734e7241e9 100644 (file)
@@ -1,3 +1,45 @@
+2007-03-13  Jonathan Chambers  <joncham@gmail.com>
+
+       * monodis.vcproj: Move to msvc directory.
+       
+2007-03-13  Jonathan Chambers  <joncham@gmail.com>
+
+       * monodis.vcproj: Begin Win64 port.
+       
+Fri Jan 26 12:30:22 CET 2007 Paolo Molaro <lupus@ximian.com>
+
+       * get.c, dis-cil.c: warning fixes.
+
+Wed Jan 17 17:26:08 CET 2007 Paolo Molaro <lupus@ximian.com>
+
+       * main.c: if a file can't be loaded as an assembly, load it as a
+       modules, so monodis can be used also for netmodules.
+
+2007-01-04  Raja R Harinath  <rharinath@novell.com>
+
+       * get.c (get_method_core): Pick generic container from the
+       declaring method.
+
+2006-12-27  Raja R Harinath  <rharinath@novell.com>
+
+       Avoid MonoGenericContext
+       * dis-cil.c, dump.c, get.c, get.h, main.c: Replace all instances
+       of MonoGenericContext with MonoGenericContainer, except for calls
+       to mono_class_get_full and mono_get_method_full.  Use a top-down
+       pass to propagate the original argument type from 'dis_method_list'.
+
+       * dis-cil.c, dump.c, get.c, get.h, main.c: Replace several
+       instances of MonoGenericContext with MonoGenericContainer.
+       Use a bottom-up pass to propagate the "demand" parameter type from
+       metadata type parsing.
+
+2006-11-09  Ankit Jain  <jankit@novell.com>
+
+       * dump.c (dump_table_assemblyref): Dump Flags also.
+       * main.c (assembly_ref_flags): New. Stringify AssemblyRef flags.
+       (dis_directive_assemblyref): Emit flags also.
+       (dis_directive_assembly): Likewise.
+
 2006-10-06  Miguel de Icaza  <miguel@novell.com>
 
        * main.c (dis_directive_assembly): Fix the rendering of .locale to