Fix a case missed by 7e222739db7192eb0c5ec17cad18e309482e71b4.
[mono.git] / mono / dis / ChangeLog
index d3e0696e5c2fb0d5033eb50703a76d668ba6eb83..30b6a3f720cf808d31bbbe004fb028ad8957665a 100644 (file)
@@ -1,3 +1,43 @@
+2010-04-07  Jb Evain  <jbevain@novell.com>
+
+       * main.c: don't overwrite method_name.
+
+2010-04-06  Miguel de Icaza  <miguel@novell.com>
+
+       * main.c: Prevent a crash with broken assemblies.
+
+2010-03-30  Raja R Harinath  <harinath@hurrynot.org>
+
+       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  <jbevain@novell.com>
+
+       * dump.c (dump_table_exported): dump the type flags as well.
+
+
+Wed Feb 24 16:00:56 CET 2010 Paolo Molaro <lupus@ximian.com>
+
+       * Makefile.am: link to the new libmono version.
+
 2010-02-10  Miguel de Icaza  <miguel@novell.com>
 
        * main.c (dis_method_list): Show method implementation flags as