2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mono / dis / ChangeLog
index 814612669ec755d9b48c8ad20d000b3a07b5dac8..a77cc0c3d8c5be4a34c7441459433f6a95f9a598 100644 (file)
@@ -1,3 +1,147 @@
+2005-01-30  Zoltan Varga  <vargaz@freemail.hu>
+
+       * get.c dis-cil.c dump.c: Fix 64 bit warnings.
+
+2004-12-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * dump.c:
+       * dis-cil.c: added isinf() for Solaris, that does not seem to have it.
+       Fixes the build on Solaris.
+
+2004-12-13  Miguel de Icaza  <miguel@ximian.com>
+
+       * dis-cil.c, dump.c: Encode special constant +Inf, -Inf and NaN
+       using hex constants instead of letting libc print the values.
+
+2004-12-11  Martin Baulig  <martin@ximian.com>
+
+       * get.c (get_typespec): Added `gboolean is_def' argument; removed
+       the special case for MONO_TYPE_VAR/MVAR and pass `is_def' down to
+       dis_stringify_type().
+       (get_escaped_name): Allow `!'.  
+
+2004-12-11  Martin Baulig  <martin@ximian.com>
+
+       * get.c (get_token): Escape typedefs.
+
+2004-12-11  Martin Baulig  <martin@ximian.com>
+
+       * get.c (get_escaped_name): Correctly escape nested classes.
+
+2004-12-11  Martin Baulig  <martin@ximian.com>
+
+       * get.c (get_class_name): Renamed to get_escaped_class_name() and
+       return an escaped class name; correctly escape nested classes.
+
+2004-12-11  Martin Baulig  <martin@ximian.com>
+
+       * get.c (dis_stringify_type): Added `gboolean is_def' argument; if
+       false, display type parameters as numbers and not as names.
+       (dis_stringify_object_with_class): Added `gboolean is_def' argument.
+       (dis_stringify_array): Likewise.
+
+2004-12-10  Martin Baulig  <martin@ximian.com>
+
+       * get.c (init_key_table): Added `type' and `strict'.
+       (get_generic_param): Also escape the type parameter names.
+       Correctly handle multiple constraints.
+
+2004-12-10  Martin Baulig  <martin@ximian.com>
+
+       * get.c (get_fieldref_signature): Escape the field type and name
+       here, too.
+
+2004-12-10  Martin Baulig  <martin@ximian.com>
+
+       Started to add generics support to monodis.
+
+       * get.c (get_typedef_or_ref): Added `MonoGenericContext *'.
+       (get_field_signature, get_field): Likewise.
+       (get_methodref_signature, get_methodspec): Likewise.
+        (get_token, get_token_type, get_typespec): Likewise.
+        (get_method, get_method_type_param): Likewise.
+       (get_method_override, dis_stringify_method_signature): Likewise.
+       (get_type, get_ret_type, get_param): Likewise.
+
+       * dis-cil.c (disasemble_cil): Added `MonoGenericContext *'.
+
+2004-12-09  Martin Baulig  <martin@ximian.com>
+
+       * get.c (get_generic_param): Take a `MonoGenericContainer *' and
+       use it to print things instead of manually parsing the metadata.
+
+       * main.c (dis_generic_param_and_constraints): Removed, use
+       get_generic_param() instead.
+       (dis_method_list): Added `MonoGenericContext *' argument.
+
+Mon Dec 6 13:31:48 CET 2004 Paolo Molaro <lupus@ximian.com>
+
+       * main.c: add a --filter=filename option to load a file
+       with a list of types, fields, methods to disassemble.
+
+2004-12-02  Miguel de Icaza  <miguel@ximian.com>
+
+       * main.c: Rename compilercontrolled to privatescope
+
+       * get.c (get_class_name): Correct implementation that correctly
+       handles nested classes.
+
+2004-11-26  Miguel de Icaza  <miguel@ximian.com>
+
+       * main.c: Better implementation of the quote keyword, list all of
+       the known keywords to ildasm here. 
+
+       * get.c (dis_stringify_object_with_class): Take an argument
+       `prefix' that controls whether the `class', `valuetype' labels are
+       used.  This is needed for the catch clause that takes the type
+       directly. 
+       (get_method_core): Rename get_method to get_method_core, and allow
+       for only part of the signature to be specified, so we can produce
+       .override signatures correctly.
+       (get_method_override): Pass false as the `fullsig' argument.
+
+       (get_typedef): no longer quote the type, we quote in the call site
+       elsewhere.   Avoids double quotes.
+       
+       * main.c (quote_keyword): Quote keywords.
+
+Tue Nov 9 17:29:28 CET 2004 Paolo Molaro <lupus@ximian.com>
+
+       * dis-cil.c, get.c, get.h: update to exception clause structure changes.
+
+2004-11-08  Ben Maurer  <bmaurer@ximian.com>
+
+       * get.c, dump.c: warning free.
+
+2004-10-21  Jackson Harper  <jackson@ximian.com>
+
+       * get.c: Escape typedef names.
+
+2004-10-19    <vargaz@freemail.hu>
+
+       * main.c: Applied patch from Alexandre Rocha Lima e Marcondes  (alexandremarcondes@psl-pr.softwarelivre.org). Really fix 2.95 build.
+
+2004-10-04  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * dump.c: Added new "internal" security actions for non-CAS demands:
+       NonCasDemand, NonCasLinkDemand and NonCasInheritance.
+       * main.c: Added new "internal" security actions for non-CAS demands:
+       noncasdemand, noncaslinkdemand and noncasinheritance.
+
+2004-09-24  Zoltan Varga  <vargaz@freemail.hu>
+
+       * main.c: Add support for pinvoke flags BestFit and 
+       ThrowOnUnmappableChar.
+
+2004-09-23  Miguel de Icaza  <miguel@ximian.com>
+
+       * main.c (dis_directive_assemblyref): Dump the locale and public
+       key tokens 
+
+       * get.c (dis_stringify_object_with_class): Escape assembly name. 
+
+       * main.c (dis_directive_assemblyref): Escape assembly name
+
 2004-09-21  Martin Baulig  <martin@ximian.com>
 
        * main.c (main): If just a single assembly was specified, use the