Mon Jul 16 19:45:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
[mono.git] / mono / dis / ChangeLog
index a6ef5b366a2ec999c46fe59a89d0147434d6a912..c5e15383e2c313c83ac6de87053e00b3c7b6e4bf 100644 (file)
@@ -1,3 +1,91 @@
+
+Mon Jul 16 19:45:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
+
+       * get.c: mono_get_inflated_method () is obsolete, removed.
+
+2007-06-15  Raja R Harinath  <rharinath@novell.com>
+
+       * get.c (dis_stringify_object_with_class): Update to changes in
+       MonoGenericClass.
+       (dis_stringify_type): Likewise.
+
+2007-06-05  Rodrigo Kumpera  <kumpera@gmail.com>
+
+       * get.c: Support for variance related generics modifiers: <+T> and <-T>
+
+2007-03-22  Jb Evain  <jbevain@gmail.com>
+
+       * dump.c, dump.h, main.c: Implement dumping of Strings
+       and UserStrings heap.
+
+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
+       be a data dump.
+
+2006-10-06  Zoltan Varga  <vargaz@gmail.com>
+
+       * dump.c main.c: Applied patch from Jb. Allow dumping the PropertyPtr table.
+
+2006-10-05  Zoltan Varga  <vargaz@gmail.com>
+
+       * dump.c main.c: Allow dumping the *Ptr tables.
+
+2006-09-12  Zoltan Varga  <vargaz@gmail.com>
+
+       * declsec.c: Fix windows VC build.
+
+2006-08-09  Alp Toker  <alp@atoker.com>
+
+       * dis-cil.c:
+       * dis-cil.h:
+       * main.c:
+       * monodis.1:
+       * push-pop.h:
+       * util.c: Typofix 'dissasemble' to 'disassemble'.
+
 2006-06-27  Ankit Jain  <jankit@novell.com>
 
        * get.c (get_assemblyref): Escape name.