2004-08-21 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mono / dis / ChangeLog
index fdd5ccb846cd145e9bb99f524aef4950ca2a7ae1..c4f6cb7db217c1e3fb707654aa35d981e4743df6 100644 (file)
@@ -1,3 +1,97 @@
+2004-08-18  Jambunathan K  <kjambunathan@novell.com>
+       * get.c: Changed dis_stringify_param to emit [opt] for parameters
+         that are marked as Optional.
+
+       * dump.c: Fixed dump_table_constant so that the parent field's
+         description is correctly displayed.
+
+2004-08-08  Zoltan Varga  <vargaz@freemail.hu>
+
+       * get.c (get_typespec): Append '*' to pointer types. Fixes #62331.
+
+2004-08-03  Martin Baulig  <martin@ximian.com>
+
+       * dump.c (method_dor_to_token): Moved to get.c and made public.
+
+       * get.c (get_method_override): New public function.
+
+       * main.c (dis_code): Added `.override' for override methods.
+
+2004-08-02  Martin Baulig  <martin@ximian.com>
+
+       * get.c (dis_stringify_object_with_class): Include our generic
+       arguments in the method's class name.
+
+       * main.c (dis_generic_param_and_constraints): Use the new
+       constraints syntax.
+
+2004-08-02  Martin Baulig  <martin@ximian.com>
+
+       * dump.c (dump_stream_blob): Format this nicely.
+       (dump_table_standalonesig): New public function.
+
+       * main.c (dis_locals): If --show-tokens was requested, print the
+       standalone signature token.
+       (table_list): Added "--standalonesig".
+
+2004-07-09  Jackson Harper  <jackson@ximian.com>
+
+       * get.c: Make "class" the default so only valuetypes get the
+       "valuetype" modifier. Otherwise object, string, int,... will get
+       it.
+       
+2004-07-08  Jackson Harper  <jackson@ximian.com>
+
+       * main.c: Spaces after visibility types.
+       
+2004-07-06  Jackson Harper  <jackson@ximian.com>
+
+       * get.c: Add float cast for outputing floats. Patch by Steve Brown.
+       
+2004-06-25  Jackson Harper  <jackson@ximian.com>
+
+       * get.c: Add a few more keywords to be escaped.
+       * main.c: MS's ildasm writes '// end of class' not '// end of
+       type'. The python.net tool searches for this string.
+       
+2004-06-24  David Waite  <mass@akuma.org>
+
+       * dump.c: change to C90-style comments from C99/C++-style
+       
+2004-06-23  Raja R Harinath  <rharinath@novell.com>
+
+       * main.c (dis_event_signature): Decode and print event_flags.
+
+2004-06-20  Jackson Harper  <jackson@ximian.com>
+
+       * dis-cil.c: Handle switch statements with no labels.
+       
+2004-06-19  Jackson Harper  <jackson@ximian.com>
+
+       * dump.c/h: New function to dump the contents of the blob
+       stream. I found it useful for debugging so I will share.
+       * main.c: Add --blob switch to dump the blob stream.
+       * monodis.1: Document --blob
+       
+2004-06-19  Jackson Harper  <jackson@ximian.com>
+
+       * get.c/h: New function to stringify function pointers.
+       
+2004-06-19  Jackson Harper  <jackson@ximian.com>
+
+       * get.c: Fix name escaping so we dont escape everything in the
+       world anymore.
+       
+2004-06-11  Martin Baulig  <martin@ximian.com>
+
+       * get.c (get_methodref_signature): Include "vararg " in the
+       signature of a varargs method.
+
+2004-06-11  Martin Baulig  <martin@ximian.com>
+
+       * get.c (get_methodref_signature): If we're a varargs method,
+       print "..." for the sentinel followed by the actual types.
+
 2004-06-08  Martin Baulig  <martin@ximian.com>
 
        * dump.c (dump_table_memberref): Added support for MethodDef