X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fdis%2FChangeLog;h=f02b3d60a83f9962532262c09914150a6a78cd50;hb=3d3cd1037f3df900b14cd686dd57f855254cf38e;hp=bbb6dc04074ee19a56193f2f933769e352ca589e;hpb=d00f830c436f40fe5207c2402b5bdf4b2639fda3;p=mono.git diff --git a/mono/dis/ChangeLog b/mono/dis/ChangeLog index bbb6dc04074..f02b3d60a83 100644 --- a/mono/dis/ChangeLog +++ b/mono/dis/ChangeLog @@ -1,3 +1,185 @@ +2009-07-16 Marek Habersack + + * main.c: added new --presources option which prints manifest + resource offsets and names. + + * monodis.1: added documentation of the --presources option. + +2009-06-10 Jb Evain + + * main.c: add support for extern types. Fixes #511672. + +2009-06-03 Jb Evain + + * main.c (dis_code): don't try to locate invalid entry points. + +2009-06-03 Jb Evain + + * main.c (dis_type): espace namespaces. + +2009-04-24 Rodrigo Kumpera + + * get.c (dis_stringify_method_signature_full): Don't assert + if no marshal info is found. + +2009-04-16 Rodrigo Kumpera + + * dump.c: Add dump_table_fieldrva. + + * dump.h: Same. + + * main.c: Add the option to dump the field rva table. + +2009-04-09 Raja R Harinath + + * get.c: Use new MonoGenericParamInfo accessors. + +2009-04-08 Raja R Harinath + + * get.c: Use new MonoGenericParam accessors. + +2009-04-08 Raja R Harinath + + * get.c: Use MonoGenericContainer accessor to get the contained + MonoGenericParam. + +2009-03-12 Jb Evain + + * get.c (get_token): add support for METHOD_SPEC tokens. + +2009-01-12 Jb Evain + + * main.c: update reference to METHOD_ATTRIBUTE_CHECK_ACCESS_ON_OVERRIDE + with METHOD_ATTRIBUTE_STRICT. + +2008-12-30 Marek Safar + + * main.c: Add METHOD_ATTRIBUTE_CHECK_ACCESS_ON_OVERRIDE. + +2008-12-01 Rodrigo Kumpera + + * main.c (get_uninitialized_data_type): Make crappy static analyzers happy. + +2008-10-29 Gonzalo Paniagua Javier + + * main.c: don't crash when the method is in an assembly that can't be + loaded. Just prints the warnings now instead of 'segfaulting'. + Bug #436989 fixed. + +2008-10-29 Gonzalo Paniagua Javier + + * main.c: when loading the image, use mono_assembly_load_from_full + instead of mono_assembly_load_references so that monodis mimics the + way the runtime loads assemblies in the real world. + Bug #439404 fixed. + +2008-06-05 Jb Evain + + * get.c (get_token): properly stringify tokens that + are methoddefs. + +2008-05-26 Zoltan Varga + + * get.c: Use accessor functions for accessing method->generic_container. + +2008-04-15 Zoltan Varga + + * 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 + + * dis-cil.c (disassemble_cil): For catch clause, emit stringified class + with prefix. + +2008-02-04 Zoltan Varga + + * get.c (get_escaped_name): Escape the name if it begins with a dot. Fixes + #358564. + +2007-12-06 Jb Evain + + * main.c: fix regression #346283. + +2007-11-20 Jb Evain + + * main.c: support for uninitialized .data. + +2007-11-05 Jackson Harper + + * declsec.c (declsec_20_write_type): support for strings. + +2007-10-02 Jb Evain + + * declsec.c (declsec_20_write_type): support for bools. + +2007-09-22 Zoltan Varga + + * 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 + + * get.c: mono_get_inflated_method () is obsolete, removed. + +2007-06-15 Raja R Harinath + + * get.c (dis_stringify_object_with_class): Update to changes in + MonoGenericClass. + (dis_stringify_type): Likewise. + +2007-06-05 Rodrigo Kumpera + + * get.c: Support for variance related generics modifiers: <+T> and <-T> + +2007-03-22 Jb Evain + + * dump.c, dump.h, main.c: Implement dumping of Strings + and UserStrings heap. + +2007-03-13 Jonathan Chambers + + * monodis.vcproj: Move to msvc directory. + +2007-03-13 Jonathan Chambers + + * monodis.vcproj: Begin Win64 port. + +Fri Jan 26 12:30:22 CET 2007 Paolo Molaro + + * get.c, dis-cil.c: warning fixes. + +Wed Jan 17 17:26:08 CET 2007 Paolo Molaro + + * 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 + + * get.c (get_method_core): Pick generic container from the + declaring method. + +2006-12-27 Raja R Harinath + + 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 + + * 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 * main.c (dis_directive_assembly): Fix the rendering of .locale to