2008-10-25 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mono / dis / ChangeLog
index 5d32f46e001db1ccc39eee86448fb06d17f2b0b6..4c3a3eafc9397b4444013573d8a3b5051225d919 100644 (file)
@@ -1,3 +1,72 @@
+2008-06-05  Jb Evain  <jbevain@novell.com>
+
+       * get.c (get_token): properly stringify tokens that
+       are methoddefs.
+
+2008-05-26  Zoltan Varga  <vargaz@gmail.com>
+
+       * get.c: Use accessor functions for accessing method->generic_container.        
+
+2008-04-15  Zoltan Varga  <vargaz@gmail.com>
+
+       * main.c (disassemble_file): Do not use mono_assembly_open () to load an image,
+       since it does not allow loading a different mscorlib. Fixes #379866.
+
+2008-03-05  Ankit Jain  <jankit@novell.com>
+
+       * dis-cil.c (disassemble_cil): For catch clause, emit stringified class
+       with prefix.
+
+2008-02-04  Zoltan Varga  <vargaz@gmail.com>
+
+       * get.c (get_escaped_name): Escape the name if it begins with a dot. Fixes
+       #358564.
+
+2007-12-06  Jb Evain  <jbevain@novell.com>
+
+       * main.c: fix regression #346283.
+
+2007-11-20  Jb Evain  <jbevain@novell.com>
+
+       * main.c: support for uninitialized .data.
+
+2007-11-05  Jackson Harper  <jackson@ximian.com>
+
+       * declsec.c (declsec_20_write_type): support for strings.
+
+2007-10-02  Jb Evain  <jbevain@novell.com>
+
+       * declsec.c (declsec_20_write_type): support for bools.
+
+2007-09-22  Zoltan Varga  <vargaz@gmail.com>
+
+       * main.c (dis_property_signature): Remove some calls to mono_metadata_free_type ().
+
+       * get.c (get_type): Ditto.      
+
+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.