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