X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fdis%2FChangeLog;h=30b6a3f720cf808d31bbbe004fb028ad8957665a;hb=5caa7a14918a0e65a1fe25379ba2091777a5b31a;hp=18cc6d10260f902df865b25b2c2ed244462489d3;hpb=a928b55352b4ae06d8d9ac1f86c4db0ee1b7a212;p=mono.git diff --git a/mono/dis/ChangeLog b/mono/dis/ChangeLog index 18cc6d10260..30b6a3f720c 100644 --- a/mono/dis/ChangeLog +++ b/mono/dis/ChangeLog @@ -1,3 +1,122 @@ +2010-04-07 Jb Evain + + * main.c: don't overwrite method_name. + +2010-04-06 Miguel de Icaza + + * main.c: Prevent a crash with broken assemblies. + +2010-03-30 Raja R Harinath + + Clean up some whitespace in the output + * main.c (pinvoke_flags_map): Add a few trailing spaces. + * util.c (flags): Simplify. + + Make util.c:flags() stricter + * get.c (field_flags_map): Add empty entries for + HAS_FIELD_MARSHAL, HAS_DEFAULT and HAS_FIELD_RVA. + * main.c (method_flags_map): Add empty entry for HAS_SECURITY. + * util.c (flags): Remove known flags from 'code' in loop. Any + leftover flags are printed as "unknown-flag-xx". + + Prepare for util.c:flags() to be stricter + * main.c (pinvoke_flags): Remove cset and cconv flags before + passing onto flags(). + (method_flags): Likewise with access flags. + * get.c (field_flags): Likewise. + (get_method_impl_flags): Likewise, with code_type and managed_type + flags. + + * get.c (managed_impl_flags): Add 'nooptimization' flag. + +2010-03-12 Jb Evain + + * dump.c (dump_table_exported): dump the type flags as well. + + +Wed Feb 24 16:00:56 CET 2010 Paolo Molaro + + * Makefile.am: link to the new libmono version. + +2010-02-10 Miguel de Icaza + + * main.c (dis_method_list): Show method implementation flags as + well when calling --method. + + get.c: Moved some code here from main.c so it could be reused by + dump.c + +2009-12-21 Rodrigo Kumpera + + * get.c (get_type): Don't crash if the type is not found. + +2009-08-18 Christian Hergert + + * dis-cil.c: + * main.c: Fix printf warnings. + +2009-07-16 Raja R Harinath + + * get.c (get_type): Make robust to invalid types. + +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.