2004-08-21 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mono / dis / ChangeLog
index 4d25a7dfa10a974aa8c28ea1131b2ce4830bd32a..c4f6cb7db217c1e3fb707654aa35d981e4743df6 100644 (file)
@@ -1,3 +1,59 @@
+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